You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* pages/passCar/showDetail/showDetail.wxss */
- page {
- background-color: #f4f5f9;
- font-size: 28rpx;
- }
-
- .detail {
- padding: 40rpx;
- background-color: #fff;
- border-radius: 20rpx;
- font-weight: 600;
- }
-
- .detail .flex {
- display: flex;
- justify-content: space-between;
- }
-
- .detail view {
- margin-bottom: 50rpx;
- color: #a5a5a5;
- }
-
- .detail .black {
- color: #000;
- }
|