Requirement.wxss 749 B

123456789101112131415161718
  1. .logo{margin-top:60rpx;}
  2. .logo image{width:400rpx;display:block;position:relative;left:50%;margin-left:-89rpx;}
  3. .m_title_box{width:90%;margin:auto;font-size:38rpx;color:#292828;font-weight:600;letter-spacing:2rpx;}
  4. .m_title{float:left}
  5. .m_title text{color:#45A0D4;}
  6. .m_title_i{width:20rpx;height:6rpx;margin:auto;background:#292828;margin-top:4rpx;border-radius:100rpx;}
  7. /* 选择列表 */
  8. .Choice_box{width:90%;margin:auto;margin-top:60rpx;}
  9. .Choice_dx_box{border-bottom:1px solid;padding-bottom:16rpx;color:#ECECEC;margin-bottom:50rpx;}
  10. .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
  11. .Choice_dx_text{float:right;font-size:28rpx;color:#666;max-width:500rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  12. /* max-width */