|
|
@@ -103,10 +103,10 @@ view{box-sizing: border-box;}
|
|
|
.icon-title-navBar-box{
|
|
|
background-color: #fff;box-sizing: border-box;
|
|
|
.icon-title-box{display: flex;align-items: center;justify-content: center;padding:10rpx 10rpx 20rpx;position: relative;}
|
|
|
- .nav-bar-title{font-size: 32rpx;height: 64rpx;line-height: 64rpx;color: #333;max-width: 70%;}
|
|
|
- .nav-bar-box{width: 64rpx;height: 64rpx;line-height: 64rpx;position: absolute;left: 10rpx;top: 10rpx;
|
|
|
+ .nav-bar-title{font-size: 32rpx;height: 64rpx;line-height: 64rpx;color: #333;max-width: 65%;@include single-line-ellipsis();margin-right: 10%;}
|
|
|
+ .nav-bar-box{width: 100rpx;height: 64rpx;line-height: 64rpx;position: absolute;left: 10rpx;top: 10rpx;
|
|
|
display: flex;align-items: center;justify-content: center;}
|
|
|
- .nav-bar-icon{width: 24rpx;height: 38rpx;@include ezy-no-repeat-cover();}
|
|
|
+ .nav-bar-icon{width: 24rpx;height: 38rpx;@include ezy-no-repeat-cover();margin-right: 36rpx;}
|
|
|
.bar-ml10{margin-left: 10rpx;}
|
|
|
.nav-bar-btn{font-size: 24rpx;position: absolute;right: 20rpx;
|
|
|
line-height: 50rpx;border-radius: 8rpx;padding: 0 10rpx;}
|
|
|
@@ -278,8 +278,11 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
padding: 24rpx 0!important;font-size: 30rpx;border-bottom: 1px solid #f5f5f5;
|
|
|
.uni-popup__info{color: #333!important;}
|
|
|
}
|
|
|
- .ksxz-close-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover;
|
|
|
- position: absolute;top: -100rpx;right: 20rpx;}
|
|
|
+ .uni-dialog-content{padding: 32rpx;}
|
|
|
+ .ksxz-close-icon{
|
|
|
+ width: 100rpx;height: 80rpx;position: absolute;top: -124rpx;right: -36rpx;
|
|
|
+ icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover;display: block;margin: 24rpx auto;}
|
|
|
+ }
|
|
|
.uni-dialog-content{justify-content: flex-start!important;}
|
|
|
|
|
|
.uni-dialog-button-text{color: #999!important;}
|
|
|
@@ -288,6 +291,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
.ksxz-content-box{
|
|
|
width: 100%;font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;
|
|
|
>view{margin-bottom: 12rpx;line-height: 1.6;}
|
|
|
+ .ksxz-user-img{border-radius: 50%;display: block;margin-bottom: 10rpx;}
|
|
|
.ksms-row{margin-bottom: 12rpx;}
|
|
|
.ksms-intro{color: #666;}
|
|
|
.ksxz-img-box{
|
|
|
@@ -296,6 +300,11 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .ksxz-sxt-tip{
|
|
|
+ color: #3fd2a1;font-size: 24rpx;text-align: justify;
|
|
|
+ border: 1rpx dashed #3fd2a1;padding: 4rpx 8rpx;margin-top: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -424,4 +433,6 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
margin: 62rpx auto 24rpx;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
+ .sztqr-tip-content{width:680rpx;color: #3fd2a1;font-size: 28rpx;border-top: 1rpx dashed #3fd2a1;
|
|
|
+ padding: 24rpx 4rpx;line-height: 1.6;text-align: justify;margin: 84rpx auto 0;}
|
|
|
}
|