123456789101112131415161718192021222324252627 |
- page {
- padding: 0 !important;
- overflow: hidden !important;
- }
- /* 默认标签样式 */
- .tab-class {
- font-size: 28rpx !important;
- font-family: PingFang SC-Bold, PingFang SC !important;
- font-weight: bold !important;
- color: #999999;
- }
- /* 弹窗 */
- .popup {
- .header {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- border-bottom: 1px solid #EEEEEE;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- }
|