@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ /* 标题简介 */ .introduce-section { position: relative; background: #fff; padding: 35rpx 0rpx; padding-left: 35rpx; } .introduce-section .title { font-size: 32rpx; color: #303133; } .introduce-section .title .tip-o { color: #ff3334; padding-left: 15rpx; } .introduce-section .shareDate { position: absolute; top: 25rpx; right: 25rpx; font-size: 26rpx; color: #3d3f46; -webkit-border-radius: 15rpx; border-radius: 15rpx; background-color: #ffffff; height: 60rpx; line-height: 60rpx; } .introduce-section .share-img { width: 30rpx; height: 30rpx; position: relative; top: 5rpx; left: 0; margin-right: 10rpx; } .introduce-section .info { color: #999999; font-size: 26rpx; padding-bottom: 15rpx; } .introduce-section .progress-box { width: 260rpx; position: relative; margin-top: 15rpx; line-height: 10px; } .introduce-section .progress-box .number { font-size: 17rpx; position: absolute; z-index: 999; top: 3rpx; left: 15rpx; color: #ffffff; } .introduce-section .price-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: baseline; -webkit-align-items: baseline; align-items: baseline; height: 64rpx; padding: 10rpx 0; font-size: 26rpx; color: #5dbc7c; } .introduce-section .price { font-size: 38rpx; } .introduce-section .price .text { padding-left: 5rpx; color: #b0b0b0; font-size: 22rpx !important; } .introduce-section .price-green { color: #2dbd59; font-size: 28rpx !important; } .introduce-section .price-green text { background: #2dbd59; color: #ffffff; padding: 0rpx 10rpx; -webkit-border-radius: 5rpx; border-radius: 5rpx; font-size: 22rpx !important; margin-left: 15rpx; } .introduce-section .m-price { margin: 0 12rpx; color: #909399; text-decoration: line-through; margin-left: 25rpx; font-size: 24rpx; }