1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .parking-info {
- margin-top: 10rpx;
- padding-left: 15rpx;
- background-color: rgba(233, 157, 66,0.1);
- }
- .title-block {
- display: flex;
- align-items: center;
- margin-left:-10px;
- }
- .iconZW{
- width: 35rpx;
- height: 35rpx;
- color: #35b2ab;
- margin: 10rpx 20rpx;
- display: inline-block;
- line-height: 35rpx;
- text-align: center;
- border-radius: 10rpx;
- font-size: 26rpx;
- }
- .title {
- font-size: 25rpx;
- font-weight:600;
- color: rgb(17, 17, 17);
- }
- .fee-info {
- margin-bottom: 12rpx;
- }
- .fee-rate {
- font-size: 22rpx;
- font-weight: 600;
- color: rgba(0, 0, 0, 0.9);
- }
- .time-info {
- display: flex;
- }
- .time-label {
- color: #101010;
- font-size: 22rpx;
- font-weight: 600;
- white-space: nowrap;
- }
- .time-value {
- font-size: 22rpx;
- font-weight: 600;
- color: #333;
- }
- .notice-text {
- font-size: 22rpx;
- color: #E99D42;
- }
- .description {
- padding-bottom: 10rpx;
- }
- .desc-text {
- font-size: 22rpx;
- color: #AAAAAA;
- }
|