12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .pay_success_bg.data-v-02edb9a7 {
- width: 100%;
- min-height: 100vh;
- background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/pay_success_bg.png) no-repeat top;
- background-size: 100% auto;
- overflow: hidden;
- }
- .register_bg.data-v-02edb9a7 {
- width: 750rpx;
- height: 498rpx;
- background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/register_bg.png) no-repeat top;
- background-size: 100% auto;
- margin-top: 348rpx;
- overflow: hidden;
- }
- .register_bg input.data-v-02edb9a7 {
- border: 0;
- outline: none;
- width: 529rpx;
- height: 91rpx;
- padding-left: 100rpx;
- }
- .phone_input input.data-v-02edb9a7 {
- background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/phone_input_bg.png) no-repeat top;
- background-size: cover;
- margin: 176rpx 0 0 64rpx;
- }
- .password_input.data-v-02edb9a7 {
- margin: 29rpx 0 0 64rpx;
- position: relative;
- }
- .password_input input.data-v-02edb9a7 {
- background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/paymentPage/password_input_bg.png) no-repeat top;
- background-size: auto 100%;
- }
- .data-v-02edb9a7 .uni-input-input::-webkit-input-placeholder {
- font-family: 'Alibaba PuHuiTi 2.0';
- font-weight: normal;
- font-size: 32rpx;
- color: #999999;
- line-height: 64rpx;
- }
- .data-v-02edb9a7 .uni-input-input::placeholder {
- font-family: 'Alibaba PuHuiTi 2.0';
- font-weight: normal;
- font-size: 32rpx;
- color: #999999;
- line-height: 64rpx;
- }
- .sms.data-v-02edb9a7 {
- width: 168rpx;
- background: #FFEDF1;
- border-radius: 36rpx;
- position: absolute;
- top: 9rpx;
- right: 71rpx;
- font-family: Alibaba PuHuiTi 2.0;
- font-weight: bold;
- font-size: 24rpx;
- color: #EC3126;
- line-height: 71rpx;
- text-align: center;
- }
- .sms.data-v-02edb9a7:active {
- border: 1rpx solid #cccccc;
- opacity: 0.8;
- border-radius: 40rpx;
- }
- .send_btn.data-v-02edb9a7 {
- margin: 340rpx auto 0;
- text-align: center;
- }
|