1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- page {
- font-family: PingFangSC-Regular;
- background-color: #f4f4f4;
- }
-
- button:after {
- display: none;
- }
-
- .empty-content {
- text-align: center;
- }
-
- .empty-content-text {
- display: inline-block;
- font-size: 28rpx;
- color: #888;
- margin-top: 150rpx;
- }
-
- .mod {
- margin: 20rpx;
- padding: 20rpx;
- background-color: #fff;
- border-radius: 4rpx;
- }
-
- .mod-hd {
- font-size: 30rpx;
- color: #666666;
- line-height: 1;
- }
-
- .mod-hd .dot {
- font-size: 16rpx;
- margin-right: 8rpx;
- vertical-align: 4rpx;
- }
-
- .mod-bd {
- font-size: 24rpx;
- color: #999999;
- margin-top: 8rpx;
- }
|