12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* pages/gambit/gambit.wxss */
- page {
- width: 100%;
- height: 100%;
- background: #ffffff;
- }
- .gambit-container {
- padding: 30rpx 65rpx 0 60rpx;
- }
- .title {
- margin-bottom: 8rpx;
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Bold';
- font-weight: 700;
- color: #1a1a1a;
- }
- .text {
- margin-bottom: 20rpx;
- font-size: 24rpx;
- font-family: 'PingFang SC, PingFang SC-Medium';
- font-weight: 500;
- color: #666666;
- }
- .indent {
- text-indent: 48rpx;
- }
- .topic-price {
- font-size: 32rpx;
- font-family: 'PingFang SC, PingFang SC-Medium';
- font-weight: 700;
- color: #ec2e26;
- }
- .unit {
- font-size: 20rpx;
- color: #EC2E26;
- font-weight: 500;
- }
|