| 1234567891011121314151617181920212223242526 |
- /* login.css */
- .pages {padding: 135rpx 70rpx 50rpx;}
- .dlbg{position: fixed;top: 0;right: 0;width: 353rpx;height: 332rpx;}
- .title {font-size: 52rpx;color: #303338;font-weight: bold;margin: 0 0 125rpx;}
- .item {height: 113rpx;align-items: center;border-bottom: 1rpx solid #EBF2FF;}
- .item image {display: block;width: 28rpx;height: 36rpx;margin-right: 16rpx;}
- .item input {font-size: 32rpx;color: #303338;height: 113rpx;line-height: 60rpx;padding: 20rpx 0;flex: 1;box-sizing: border-box;}
- .placegolder{color: #B9BABB;}
- .xieyi{font-size: 26rpx;color: #8C929D;margin: 30rpx 0 0;}
- .xieyi image{width: 28rpx;height: 28rpx;margin-right: 14rpx;}
- .xieyi navigator{color: var(--mina);}
- .huoqu {display: block;border: 2rpx solid var(--mina);font-size: 28rpx;color: var(--mina);border-radius: 30rpx;height: 64rpx;line-height: 60rpx;width: 200rpx;text-align: center;box-sizing: border-box;}
- .huoqu[disabled]{border-color: #B9BABB;}
- button::after {
- border: none;
- }
- .submit {height: 90rpx;background: var(--mina);border-radius: 45rpx;line-height: 90rpx;font-size: 32rpx;color: #fff;letter-spacing: 20rpx;margin-top: 65rpx;text-align: center;}
- .bot{font-size: 30rpx;color: #5F6269;justify-content: space-between;margin: 40rpx 0 0;}
- .other{font-size: 30rpx;color: #B9BABB;justify-content: center;margin: 100rpx 0 0;}
- .other::before,.other::after{content: '';display: block;width: 165rpx;height: 2rpx;background: #E2E8ED;}
- .other::before{margin-right: 48rpx;}
- .other::after{margin-left: 48rpx;}
- .list{justify-content: center;padding: 60rpx 0 0;}
- .list .li{font-size: 30rpx;color: #5F6269;text-align: center;}
- .list .li image{width: 98rpx;height: 98rpx;margin: 0 auto 20rpx;}
|