12345678910111213141516171819202122232425 |
- .Member_title{border-bottom:1px solid #ECECEC;padding:20rpx 30rpx;}
- .Member_title image{width:44rpx;display:block;margin:auto;height:0;}
- .Member_title text{display:block;font-size:28rpx;color:#292828;font-weight: 600;text-align:center;margin-top:8rpx;}
- .Member_box{padding:0 30rpx;}
- .Member_id{margin-top:40rpx;}
- .Member_id image{width:32rpx;position:relative;top:4rpx;height:0;}
- .Member_id text{font-size:30rpx;color:#A7A6A6;margin-left:30rpx;}
- .Member_month{margin-top:40rpx;border-bottom:1px solid #ECECEC;padding-bottom:20rpx;}
- .Member_month image{width:32rpx;position:relative;top:4rpx;height:0;}
- .Member_month text{font-size:30rpx;color:#7C27EA;margin-left:30rpx;}
- .Member_month .Member_month_xl{width:18rpx;float:right;position:relative;top:27rpx;right:20rpx;}
- .Member_money{margin-top:40rpx;border-bottom:1px solid #ECECEC;padding-bottom:20rpx;}
- .Member_money image{width:32rpx;position:relative;top:10rpx;float:left;height:0;}
- .Member_money .m_text{font-size:28repx;color:#292828;float:left;width:94%;}
- .Member_money .m_text .m_text_jg{font-size:28rpx;color:#A7A6A6;text-decoration:line-through;margin-left:30rpx;}
- .Member_money .m_text .m_text_yh{font-size:40rpx;color:#F01735;margin-left:35rpx;}
- .Member_money .m_text .m_text_pj{font-size:24rpx;color:#A7A6A6;margin-right:20rpx;float:right;position:relative;top:16rpx;}
- .NextStep{text-align:center;font-size:34rpx;color:#FFF;background: linear-gradient(to right, #FF9BCA , #FF79B8);height:100rpx;margin-top:70rpx;line-height:100rpx;border-radius:10rpx;}
|