|
@@ -283,11 +283,11 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
.uni-dialog-button-text.uni-button-color{color: #3fd2a1!important;}
|
|
|
|
|
|
.ksxz-content-box{
|
|
|
- font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;
|
|
|
+ width: 100%;font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;
|
|
|
>view{margin-bottom: 12rpx;line-height: 1.6;}
|
|
|
.ksms-row{margin-bottom: 12rpx;}
|
|
|
.ksms-intro{color: #666;}
|
|
|
- .phone-name-box{
|
|
|
+ .ksxz-img-box{
|
|
|
text-align: center;
|
|
|
img{max-width: 100%;max-height: 260rpx;}
|
|
|
}
|
|
@@ -295,10 +295,11 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
}
|
|
|
|
|
|
-/***** 上传头像 *****/
|
|
|
-.phone-user-file-picker{
|
|
|
-
|
|
|
-}
|
|
|
+
|
|
|
+/***** 默认头像 *****/
|
|
|
+.phone-default-userImg{
|
|
|
+ width: 170rpx;height: 170rpx;margin: 0 auto;
|
|
|
+ background-image: url("@/static/images/my/user-default-img.png");@include ezy-no-repeat-cover();}
|
|
|
|
|
|
/***** form *****/
|
|
|
// label-input
|