123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 标题简介 */
- .introduce-section {
- position: relative;
- background: #fff;
- }
- .introduce-section .title {
- font-size: 32rpx;
- color: #303133;
- }
- .introduce-section .title .tip-o {
- color: #ff3334;
- padding-left: 15rpx;
- }
- .introduce-section .title .title-left {
- padding: 15rpx;
- width: 560rpx;
- }
- .introduce-section .title-box {
- color: #ffffff;
- }
- .introduce-section .title-box .title-o .price {
- font-size: 65rpx !important;
- position: relative;
- top: 8rpx;
- }
- .introduce-section .title-box .title-t {
- font-size: 24rpx !important;
- position: relative;
- bottom: 10rpx;
- padding-left: 10rpx;
- top: 10rpx;
- }
- .introduce-section .title-box .title-t .peice-out {
- text-decoration: line-through;
- }
- .introduce-section .title-box .title-t .num {
- margin-top: 10rpx;
- background-color: #ffffff;
- color: #ff3a56;
- -webkit-border-radius: 8rpx;
- border-radius: 8rpx;
- padding: 0 5rpx;
- float: left;
- }
- .introduce-section .group {
- color: #ffffff;
- position: relative;
- top: 8rpx;
- }
- .introduce-section .group image {
- width: 55rpx;
- height: 45rpx;
- }
- .introduce-section .group .text {
- font-size: 40rpx !important;
- padding-left: 10rpx;
- }
- .introduce-section .timeStop {
- background: #ddffdf;
- height: 120rpx;
- padding: 0 10rpx;
- position: relative;
- width: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- flex-grow: 1;
- }
- .introduce-section .timeStop .timeStop-name {
- padding-top: 15rpx;
- text-align: center;
- color: #5dbc7c;
- font-size: 20rpx;
- }
- .introduce-section .timeStop .timeBox {
- position: absolute;
- top: 50rpx;
- }
- .introduce-section .timeStop .item {
- height: 120rpx;
- width: 0;
- min-width: 100%;
- position: relative;
- }
- .introduce-section .share-img {
- width: 30rpx;
- height: 30rpx;
- position: relative;
- top: 5rpx;
- left: 0;
- margin-right: 10rpx;
- }
- .seckill-box-title {
- background: -webkit-gradient(linear, right top, left top, from(#5dbc7c), to(#5dbc7c)) !important;
- background: -webkit-linear-gradient(right, #5dbc7c 0%, #5dbc7c 100%) !important;
- background: linear-gradient(270deg, #5dbc7c 0%, #5dbc7c 100%) !important;
- }
- .seckill-box-title .price,
- .seckill-box-title .m-price {
- color: #ffffff !important;
- }
- .seckill-box-title .price-tip {
- font-size: 28rpx;
- color: #ffffff !important;
- }
- .seckill-box-title .tip-info {
- position: relative;
- top: 18rpx;
- font-size: 32rpx !important;
- padding-right: 8rpx;
- }
- .seckill-box-title .price {
- font-size: 45rpx !important;
- font-weight: bold;
- }
|