123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .seckillBox {
- min-height: 100%;
- height: 100%;
- }
- .class-box {
- white-space: nowrap;
- height: 60px;
- }
- .class-box .item {
- text-align: center;
- display: inline-block;
- color: #606266;
- padding: 11.5px 5px;
- background-color: #ffffff;
- line-height: 1;
- }
- .class-box .item .time {
- font-size: 16px;
- padding-bottom: 3px;
- }
- .class-box .item .time.action {
- color: #dd524d;
- }
- .class-box .item .status {
- font-size: 12px;
- margin: 0 auto;
- width: 60px;
- padding: 3px 0;
- }
- .class-box .item .status.action {
- color: #ffffff;
- -webkit-border-radius: 99px;
- border-radius: 99px;
- background-color: #dd524d;
- }
- .title-box {
- margin-top: 10px;
- padding: 10px;
- background-color: #ffffff;
- }
- .title-box .title-box-left {
- font-size: 15px;
- color: #606266;
- }
- .title-box .title-box-right .tip {
- font-size: 15px;
- color: #999999;
- padding-right: 5px;
- }
- .title-box .title-box-right .uni-countdown__number {
- -webkit-border-radius: 3px;
- border-radius: 3px;
- width: 22px;
- }
- .title-box .title-box-right .uni-countdown__splitor,
- .title-box .title-box-right .uni-countdown__number {
- height: 20px;
- line-height: 18px;
- }
- .list-Box {
- height: calc(100% - 60px);
- }
- .list-Box .list {
- height: calc(100% - 55px);
- }
- .goodsList-item {
- background-color: #ffffff;
- padding: 30rpx;
- border-bottom: 1px solid #ebeef5;
- }
- .goodsList-item image {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- -webkit-border-radius: 15rpx;
- border-radius: 15rpx;
- height: 180rpx;
- width: 180rpx;
- }
- .goodsList-item .slider {
- margin-top: 15rpx;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- .goodsList-item .slider .slider-box {
- width: 196rpx;
- -webkit-border-radius: 99px;
- border-radius: 99px;
- border: 1px solid #fe9398;
- height: 16rpx;
- }
- .goodsList-item .slider .slider-box .slider-action {
- background-color: #fe9398;
- height: 100%;
- }
- .goodsList-item .slider .sales-nub {
- color: #909399;
- font-size: 24rpx;
- padding-left: 20rpx;
- }
- .goodsList-item .goodsList-content {
- margin-left: 20rpx;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- flex-grow: 1;
- height: 180rpx;
- position: relative;
- }
- .goodsList-item .goodsList-content .title {
- font-size: 28rpx;
- color: #303133;
- font-weight: 500;
- width: 0;
- min-width: 100%;
- }
- .goodsList-item .goodsList-content .goods-money {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .goodsList-item .goodsList-content .goods-money .money-box .money {
- font-size: 42rpx;
- color: #dd524d;
- font-weight: bold;
- }
- .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
- font-size: 24rpx;
- }
- .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
- color: #909399;
- padding-right: 20rpx;
- text-decoration: line-through;
- }
- .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
- color: #909399;
- }
- .goodsList-item .goodsList-content .goods-money .cart {
- font-size: 28rpx;
- -webkit-border-radius: 99px;
- border-radius: 99px;
- padding: 15rpx 30rpx;
- line-height: 1;
- color: #ffffff;
- background-color: #999999;
- }
- .goodsList-item .goodsList-content .goods-money .cart.seckill-action {
- border: 1px solid #dd524d;
- background-color: #dd524d;
- }
|