| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .cms-top.data-v-0c498b52 {
- width: 750rpx;
- height: 400rpx;
- position: relative;
- }
- .cms-top .top-bg.data-v-0c498b52 {
- width: 750rpx;
- height: 400rpx;
- position: absolute;
- }
- .cms-top .top-num.data-v-0c498b52 {
- padding-top: 120rpx;
- width: 750rpx;
- color: #fff;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- position: relative;
- }
- .cms-top .top-num text.data-v-0c498b52 {
- font-size: 47rpx;
- }
- .order-item.data-v-0c498b52 {
- padding: 20rpx 30rpx;
- line-height: 1.5;
- position: relative;
- }
- .order-item .title-box .title.data-v-0c498b52 {
- font-size: 32rpx;
- color: #606266;
- }
- .order-item .title-box .time.data-v-0c498b52 {
- font-size: 28rpx;
- color: #909399;
- }
- .order-item .money.data-v-0c498b52 {
- color: #901B21;
- font-size: 32rpx;
- }
- .order-item .jg.data-v-0c498b52 {
- width: 701rpx;
- height: 2rpx;
- background: #F0F4F8;
- margin: 0 auto;
- position: absolute;
- bottom: 0;
- }
- .tx-btn.data-v-0c498b52 {
- position: absolute;
- bottom: 50rpx;
- left: 0;
- right: 0;
- margin: auto;
- width: 674rpx;
- height: 88rpx;
- background: #901b21;
- border-radius: 44rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 88rpx;
- z-index: 99;
- }
- .scroll-wrap.data-v-0c498b52 {
- padding-bottom: 168rpx;
- }
|