123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .handle-monthly {
- padding: 40rpx;
- .handle-monthly-item {
- display: flex;
- flex-direction: row;
- border-bottom: solid 1rpx #CECECE;
- height: 96rpx;
- line-height: 96rpx;
- >view {
- &:first-child {
- width: 22%;
- color: #757575;
- font-size: 36rpx;
- font-weight: 400;
- text-align: justify;
- text-align-last: justify;
- margin-right: 8%;
- }
- &:last-child {
- width: 70%;
- color: #404040;
- font-size: 36rpx;
- font-weight: 400;
- }
- }
- .choose-license {
- display: flex;
- justify-content: space-between;
- }
- .handle-monthly-money {
- color: #F97219!important;
- }
- .handle-monthly-time-long {
- display: flex;
- flex-direction: row;
- align-items: center;
- button {
- margin: 0;
- padding: 0;
- width: 46rpx;
- height: 46rpx;
- line-height: 40rpx;
- border: solid 1px #008CFF;
- color: #008CFF;
- text-align: center;
- }
- view {
- padding: 0 61rpx;
- }
- }
- }
- .handle-monthly-explain {
- font-size: 24rpx;
- line-height: 40rpx;
- color: #3A3A3A;
- font-weight: 400;
- }
- .handle-monthly-confirm-button {
- width: calc(100% - 60rpx);
- margin: 52rpx auto;
- button {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- background-color: #008CFF;
- color: #fff;
- font-size: 28rpx;
- font-weight: 500;
- border-radius: 10rpx;
- }
- }
- }
|