| | |
| | | .status{ |
| | | color: white; |
| | | margin: 20rpx 32rpx; |
| | | font-size: 36rpx; |
| | | font-size: 44rpx; |
| | | margin-bottom: 24rpx; |
| | | font-weight: 700; |
| | | } |
| | | .base-card{ |
| | | margin: 20rpx 32rpx; |
| | |
| | | image{ |
| | | width: 100%; |
| | | height: 220rpx; |
| | | border: 2rpx solid gray; |
| | | } |
| | | } |
| | | .view-step{ |
| | |
| | | .step-content{ |
| | | position: relative; |
| | | padding-left: 64rpx; |
| | | height: 100rpx; |
| | | // height: 100rpx; |
| | | padding-bottom: 64rpx; |
| | | &::before{ |
| | | content: ''; |
| | |
| | | left: 0; |
| | | width: 40rpx; |
| | | height: 40rpx; |
| | | top: 0; |
| | | } |
| | | .top-title{ |
| | | font-size: 32rpx; |
| | | color: #202D44; |
| | | margin-bottom: 16rpx; |
| | | line-height: 30rpx; |
| | | } |
| | | .down-tips{ |
| | | color: #7E8596; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | // display: flex; |
| | | // justify-content: flex-start; |
| | | // align-items: center; |
| | | .time{ |
| | | margin-left: 32rpx; |
| | | width: 58%; |
| | | // margin-left: 32rpx; |
| | | // width: 60%; |
| | | } |
| | | .submit-per{ |
| | | width: 42%; |
| | | // width: 40%; |
| | | } |
| | | text{ |
| | | color: #4A4E60; |