|
@@ -281,25 +281,6 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.tip-content{min-height: 240rpx;text-align: justify;}
|
|
|
}
|
|
|
|
|
|
-.sxtk-sc-dialog{
|
|
|
- .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
|
|
|
- .tip-content-box{
|
|
|
- width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;box-sizing: border-box;
|
|
|
- background-image: url("@/static/images/my/tk-dialog-bj.png");
|
|
|
- @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
|
|
|
- }
|
|
|
- .tip-content{
|
|
|
- min-height: 180rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
|
|
|
- margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 42rpx;
|
|
|
- border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
|
|
|
- .not-confirm-btn,.confirm-btn{
|
|
|
- width: 519rpx;height: 98rpx;line-height: 98rpx;@include ezy-no-repeat-cover;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- .not-confirm-btn{background-image: url("@/static/images/my/tk-dialog-qx.png");margin-top: 16rpx;}
|
|
|
- .confirm-btn{background-image: url("@/static/images/my/tk-dialog-sc.png");}
|
|
|
-}
|
|
|
-
|
|
|
/*积分框*/
|
|
|
.ezy-jf-box{
|
|
|
width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
|