|
@@ -233,19 +233,21 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
/***** 考试须知 *****/
|
|
/***** 考试须知 *****/
|
|
.phone-ksxz-dialog{
|
|
.phone-ksxz-dialog{
|
|
|
|
+ position: relative;
|
|
.uni-dialog-title{
|
|
.uni-dialog-title{
|
|
padding: 24rpx 0!important;font-size: 30rpx;border-bottom: 1px solid #f5f5f5;
|
|
padding: 24rpx 0!important;font-size: 30rpx;border-bottom: 1px solid #f5f5f5;
|
|
.uni-popup__info{color: #333!important;}
|
|
.uni-popup__info{color: #333!important;}
|
|
}
|
|
}
|
|
- .uni-dialog-content{
|
|
|
|
- justify-content: flex-start!important;
|
|
|
|
- }
|
|
|
|
|
|
+ .ksxz-close-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover;
|
|
|
|
+ position: absolute;top: 26rpx;right: 20rpx;
|
|
|
|
+ background-image: url("@/static/images/common/close-icon.svg");}
|
|
|
|
+ .uni-dialog-content{justify-content: flex-start!important;}
|
|
|
|
|
|
.uni-dialog-button-text{color: #999!important;}
|
|
.uni-dialog-button-text{color: #999!important;}
|
|
.uni-dialog-button-text.uni-button-color{color: #3fd2a1!important;}
|
|
.uni-dialog-button-text.uni-button-color{color: #3fd2a1!important;}
|
|
|
|
|
|
.ksxz-content-box{
|
|
.ksxz-content-box{
|
|
- font-size: 28rpx;color: #333;
|
|
|
|
|
|
+ font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;
|
|
>view{margin-bottom: 12rpx;line-height: 1.6;}
|
|
>view{margin-bottom: 12rpx;line-height: 1.6;}
|
|
.ksms-row{margin-bottom: 12rpx;}
|
|
.ksms-row{margin-bottom: 12rpx;}
|
|
.ksms-intro{color: #666;}
|
|
.ksms-intro{color: #666;}
|