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