27404
This commit is contained in:
@@ -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