| 1234567891011121314151617181920212223 |
- /* index.css */
- page{background: #fff;}
- .content{padding: 50rpx 80rpx 0;}
- .title{font-size: 48rpx;color: #333;height: 140rpx;}
- .title text{display: inline-block;height: 50rpx;background: #F4F4F4;border-radius: 25rpx;font-size: 24rpx;color: #666;padding: 0 23rpx;line-height: 50rpx;}
- .form{border-bottom: 1rpx solid #DEDEDE;}
- .ipt{padding: 30rpx 0;font-size: 32rpx;color: #333;height: 70rpx;line-height: 70rpx;}
- .placeholder{color: #A1A1A1;}
- .eye{width: 40rpx;height: 40rpx;padding: 0 16rpx;}
- .yzm{font-size: 30rpx;color: #333;padding: 30rpx 0;}
- .btn{height: 84rpx;background: var(--mina);border-radius: 10rpx;font-size: 34rpx;color: #fff;text-align: center;line-height: 84rpx;margin-top: 98rpx;}
- .type{font-size: 28rpx;color: #333;justify-content: space-between;margin-top: 40rpx;}
- .agree{font-size: 24rpx;color: #666;margin-top: 80rpx;align-items: flex-start;line-height: 40rpx;}
- .gou{width: 26rpx;height: 26rpx;margin-right: 16rpx;margin-top: 8rpx;}
- .agree text{color: var(--mina);}
- .agree-c{flex-wrap: wrap;}
- .other{padding: 120rpx 0 80rpx;}
- .tits{font-size: 24rpx;color: #999;justify-content: center;}
- .tits::before,.tits::after{content: '';display: block;width: 210rpx;height: 1rpx;background: #F3F3F3;}
- .tits::before{margin-right: 16rpx;}
- .tits::after{margin-left: 16rpx;}
- .wechat{margin: 55rpx 0 0;}
- .wechat image{width: 74rpx;height: 74rpx;margin: 0 auto;}
|