Commit ae3b2450545cb45a66958292d894fab78e2a0b3c

Authored by fengtao
1 parent 8bc2edca

fix:修改手机验证码登录背景图

... ... @@ -4,7 +4,7 @@
4 4 <public-module></public-module>
5 5 <view class="f__login">
6 6 <view class="loginPhone">
7   - <view class="phone-main" style="margin-top: 173rpx;">
  7 + <view class="phone-main" style="margin-top: 240rpx;">
8 8 <text class="text">手机验证码登录</text>
9 9 <view class="circleStyle"></view>
10 10 </view>
... ...
1 1 .code-page {
2 2 min-height: 100vh;
3 3 background-color: #fff;
  4 + width: 750rpx;
  5 + background: url(/static/login.png) no-repeat;
4 6 }
5 7 .f__login {
6 8 padding: 48rpx 32rpx;
... ... @@ -19,18 +21,7 @@
19 21 font-family: PingFangSC-Semibold, PingFang SC;
20 22 font-weight: 600;
21 23 }
22   - .circleStyle {
23   - position: absolute;
24   - width: 145rpx;
25   - height: 300rpx;
26   - left: -31rpx;
27   - top: 10rpx;
28   - border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
29   - background-color: #f0f2f5;
30   - opacity: 0.5;
31   - }
32 24 }
33   -
34 25 .form-row {
35 26 position: relative;
36 27 border-bottom: 1rpx solid #e8e8e8;
... ... @@ -45,7 +36,6 @@
45 36 padding: 0;
46 37 font-weight: bold;
47 38 }
48   -
49 39 .getvcode {
50 40 font-family: PingFangSC-Regular, PingFang SC;
51 41 font-weight: 400;
... ... @@ -53,7 +43,6 @@
53 43 height: 80rpx;
54 44 color: #6299ff;
55 45 line-height: 80rpx;
56   - // background: #eee;
57 46 min-width: 188rpx;
58 47 text-align: center;
59 48 border-radius: 8rpx;
... ... @@ -64,12 +53,9 @@
64 53 z-index: 11;
65 54
66 55 &.forhidden {
67   - // background: #eee;
68   - // color: #cccccc;
69 56 }
70 57 }
71 58 }
72   -
73 59 .submit {
74 60 margin-top: 60rpx;
75 61 width: 100%;
... ... @@ -80,20 +66,6 @@
80 66 color: #ffffff;
81 67 }
82 68 }
83   - .circleStyleBottom {
84   - position: absolute;
85   - width: 145rpx;
86   - height: 300rpx;
87   - right: -31rpx;
88   - top: 804rpx;
89   - //#ifndef MP
90   - top: 804rpx;
91   - //#endif
92   - border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
93   - background: linear-gradient(241deg, #00c9a7 0%, rgba(0, 223, 252, 0.5) 100%);
94   - opacity: 0.1;
95   - transform: rotate(180deg);
96   - }
97 69 .account-style {
98 70 flex-direction: row;
99 71 margin-top: 48rpx;
... ...