|
@@ -1585,10 +1585,11 @@
|
|
|
.duihuan-input-box{
|
|
.duihuan-input-box{
|
|
|
width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
|
|
width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
|
|
|
display: flex;align-items: center;
|
|
display: flex;align-items: center;
|
|
|
|
|
+ .duihuan-input{width: 82%;color: #333;height: 98rpx;line-height: 98rpx;}
|
|
|
.uni-input-placeholder {font-size: 34rpx;color: #acacae;}
|
|
.uni-input-placeholder {font-size: 34rpx;color: #acacae;}
|
|
|
.duihuan-prefix-icon {
|
|
.duihuan-prefix-icon {
|
|
|
width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
|
|
width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
|
|
|
- background-image: url("@/static/images/my/two-code.png");position: relative;
|
|
|
|
|
|
|
+ background-image: url("@/static/images/common/my/two-code.png");position: relative;
|
|
|
font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
|
|
font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
.duihuan-prefix-icon::after{
|
|
.duihuan-prefix-icon::after{
|
|
@@ -1603,5 +1604,44 @@
|
|
|
background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
|
|
background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaSmall() {
|
|
|
|
|
+ .dhm-body{
|
|
|
|
|
+ margin: 13rpx auto 0;padding: 23rpx;
|
|
|
|
|
+ .dhm-head-box{
|
|
|
|
|
+ padding: 8rpx 0 36rpx;
|
|
|
|
|
+ .head-img-box{width: 100rpx;height: 100rpx;margin: 0 16rpx 0 8rpx;}
|
|
|
|
|
+ .head-content-box{font-size: 22rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-input-box{
|
|
|
|
|
+ height: 65rpx;border-radius: 10rpx;
|
|
|
|
|
+ .duihuan-input{width: 86%;font-size: 20rpx;}
|
|
|
|
|
+ .uni-input-placeholder{font-size: 20rpx;}
|
|
|
|
|
+ .duihuan-prefix-icon {width: 36rpx;height: 36rpx;margin:0 21rpx 0 10rpx;}
|
|
|
|
|
+ .duihuan-prefix-icon::after{height: 36rpx;right: -10rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-confirm-btn{height: 53rpx;line-height: 53rpx;font-size: 20rpx;margin-top: 27rpx;
|
|
|
|
|
+ background-image: url("@/static/images/pad/common/btn-bj.png");}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ @include mediaBig() {
|
|
|
|
|
+ .dhm-body{
|
|
|
|
|
+ margin: 32rpx auto 0;padding: 58rpx;
|
|
|
|
|
+ .dhm-head-box{
|
|
|
|
|
+ width: 1820rpx;padding: 19rpx 0 90rpx;margin: 0 auto;
|
|
|
|
|
+ .head-img-box{width: 260rpx;height: 260rpx;margin: 0 38rpx 0 19rpx;}
|
|
|
|
|
+ .head-content-box{font-size: 54rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-input-box{
|
|
|
|
|
+ width: 1820rpx;height: 160rpx;border-radius: 30rpx;margin: 0 auto;
|
|
|
|
|
+ .duihuan-input{width: 88%;font-size: 54rpx;}
|
|
|
|
|
+ .uni-input-placeholder {font-size: 54rpx;}
|
|
|
|
|
+ .duihuan-prefix-icon {width: 90rpx;height: 90rpx;margin:0 51rpx 0 26rpx;}
|
|
|
|
|
+ .duihuan-prefix-icon::after{height: 90rpx;right: -26rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-confirm-btn{width: 1820rpx;
|
|
|
|
|
+ height: 147rpx;line-height: 147rpx;font-size: 54rpx;margin: 67rpx auto 0;}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|