| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .weui-cell__bd {
- font-size: 40rpx;
- font-weight: bold;
- color: #000000;
- }
- .weui-cell__ft {
- font-size: 24rpx;
- color: #999999;
- }
- .price::before {
- content: '¥';
- }
- .nothing {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 53px 0 20px;
- }
- .nothing img {
- width: 110px;
- height: 110px;
- }
- .nothing .title {
- font-size: 16px;
- color: #000000;
- line-height: 22px;
- margin-top: 25px;
- }
- .nothing .sub {
- font-size: 13px;
- color: #999999;
- line-height: 18px;
- margin-top: 6px;
- }
- .nothing button {
- width: 110px;
- height: 36px;
- line-height: 36px;
- font-size: 14px;
- color: #00c5f2;
- border-radius: 22px;
- border: 1px solid #00c5f2;
- margin-top: 20px;
- }
- /*# sourceMappingURL=./main.css.map */
|