index.css 1.3 KB

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