27404
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
<div class="cardss">
|
||||
<div class="cardss-left">
|
||||
<div class="card-img">
|
||||
<div v-html="transTxt(item.systemExplain)"/>
|
||||
<!-- <AiOpenData v-if="item.openId" type="userName" :openid="item.openId" style="display: inline-block; font-size:12px;"/> -->
|
||||
<!-- <div v-html="transTxt(item.systemExplain)"/> -->
|
||||
<AiOpenData v-if="item.openId" type="userName" :openid="item.systemExplain" style="display: inline-block; font-size:12px;"/>
|
||||
<img src="./components/1.png" class="avatarIcon" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -293,7 +293,7 @@ uni-page-body {
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 50%;
|
||||
font-size: 28px;
|
||||
z-index: 999;
|
||||
z-index: 9;
|
||||
|
||||
.avatarIcon {
|
||||
position: absolute;
|
||||
|
||||
@@ -627,9 +627,9 @@ export default {
|
||||
|
||||
::v-deep .uni-input-form,
|
||||
::v-deep .uni-textarea-textarea,
|
||||
.uni-input-input,
|
||||
.uni-input-placeholder,
|
||||
.uni-input-wrapper {
|
||||
::v-deep .uni-input-input,
|
||||
::v-deep .uni-input-placeholder,
|
||||
::v-deep .uni-input-wrapper {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
|
||||
@@ -361,6 +361,7 @@ export default {
|
||||
.user-item{
|
||||
padding: 24px 32px;
|
||||
display: flex;
|
||||
|
||||
.user-img{
|
||||
width: 112px;
|
||||
img{
|
||||
@@ -370,6 +371,7 @@ export default {
|
||||
}
|
||||
.user-info{
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
.name{
|
||||
font-size: 32px;
|
||||
font-family: PingFangSC-Medium, PingFang SC;
|
||||
@@ -387,6 +389,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.phone{
|
||||
width: 100%;
|
||||
font-size: 26px;
|
||||
@@ -398,6 +401,12 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.user-item:nth-last-child(1) {
|
||||
.user-info {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.text{
|
||||
|
||||
Reference in New Issue
Block a user