|
|
@@ -262,6 +262,27 @@
|
|
|
flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
|
|
|
}
|
|
|
}
|
|
|
+ @include mediaSmall() {
|
|
|
+ .yzm-row{
|
|
|
+ width: 430rpx;margin: 23rpx 0 0;
|
|
|
+ .phone-input-box{border-radius: 18rpx;}
|
|
|
+ .yzm-text-btn{
|
|
|
+ width: 163rpx;height: 76rpx;line-height: 76rpx;
|
|
|
+ border-radius: 18rpx;margin-left: 10rpx;font-size: 22rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @include mediaBig() {
|
|
|
+ .yzm-row{
|
|
|
+ width: 1059rpx;
|
|
|
+ margin: 58rpx 0 0;
|
|
|
+ .phone-input-box{border-radius: 45rpx;}
|
|
|
+ .yzm-text-btn{
|
|
|
+ width: 400rpx;height: 192rpx;line-height: 192rpx;
|
|
|
+ border-radius: 45rpx;margin-left: 26rpx;font-size: 54rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
/* .tel-input{
|
|
|
width: 662rpx;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
|
|
|
@@ -680,9 +701,8 @@
|
|
|
}
|
|
|
}
|
|
|
.card-progress-box{
|
|
|
- display: flex;align-items: center;
|
|
|
+ display: flex;align-items: center;margin-top: 10rpx;
|
|
|
.xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
|
|
|
- .progress-title{margin-top: 16rpx;}
|
|
|
.xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
|
|
|
.jxxx-btn{
|
|
|
width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
|
|
|
@@ -805,7 +825,7 @@
|
|
|
}
|
|
|
}
|
|
|
.card-progress-box{
|
|
|
- position: absolute;bottom: 12rpx;left:140rpx;right: 10rpx;
|
|
|
+ position: absolute;bottom: 12rpx;left:140rpx;right: 10rpx;margin-top: 0;
|
|
|
.xx-progress-box{margin-right: 42rpx;font-size: 18rpx;}
|
|
|
.xx-progress{margin-top: 0;}
|
|
|
.progress-title{display: none;}
|