|
@@ -229,8 +229,7 @@
|
|
|
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;
|
|
|
.phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
|
|
.phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
|
|
|
- .uni-input-placeholder {font-size: 34rpx;color: #acacae;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
|
|
|
.close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
|
|
.close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
|
|
|
background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
|
|
background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
|
|
|
}
|
|
}
|
|
@@ -1077,3 +1076,38 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+// 兑换码
|
|
|
|
|
+.ezy-dhm-page{
|
|
|
|
|
+ width: 100%;height: 100vh;display: flex;flex-direction: column;
|
|
|
|
|
+ .dhm-body{
|
|
|
|
|
+ width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
|
|
|
|
|
+ .dhm-head-box{
|
|
|
|
|
+ width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
|
|
|
|
|
+ display: flex;align-items: center;color: #333;line-height: 1.6;
|
|
|
|
|
+ .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
|
|
|
|
|
+ .head-content-box{font-size: 32rpx;}
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-input-box{
|
|
|
|
|
+ width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
|
|
|
|
|
+ display: flex;align-items: center;
|
|
|
|
|
+ .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
|
|
|
|
|
+ .duihuan-prefix-icon {
|
|
|
|
|
+ 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;
|
|
|
|
|
+ font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ .duihuan-prefix-icon::after{
|
|
|
|
|
+ content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
|
|
|
|
|
+ position: absolute;bottom: 0;right: -16rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .duihuan-confirm-btn{
|
|
|
|
|
+ width: 655rpx;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
|
|
|
|
|
+ margin-top: 48rpx;@include ezy-no-repeat-cover;font-weight: bold;
|
|
|
|
|
+ background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|