page { background-color: #f2f2f2; } .list { padding-left: 20rpx; padding-right: 20rpx; } .list-item { background-color: white; border-radius: 12rpx; margin-top: 20rpx; padding: 20rpx; display: flex; } .tag { background-color: #ff6768; color: white; font-size: 24rpx; padding-left: 10rpx; padding-right: 10rpx; } .img-container { width: 200rpx; height: 200rpx; } .btn { background-color: #ff6768; color: white; padding: 10rpx 30rpx; border-radius: 40rpx; font-size: 26rpx; } .rmb { position: relative; } .rmb::before { content: '¥'; font-size: 24rpx; } .del { text-decoration: line-through; } .no-more { font-size: 24rpx; line-height: 2; text-align: center; /* margin-top: 10rpx; */ color: #ccc; } .xc-seckill-bottom{ position: fixed; bottom: 0rpx; width: 100%; } .xc-bottom{ width: 45rpx; height: 45rpx; margin-right: 13rpx; } .xc-border-right{ border-right: 4rpx solid #eee; } .kill-time .theader .timeac { font-size: 32rpx; height:100%; width: 50%; color: #333; background-color: #fff; } .kill-time .theader{ display: flex; margin: 0 auto; align-items: center; height: 100rpx; } .kill-time { text-align: center; justify-content: space-around; align-items: center; height: 101rpx; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; background-color: #f6f6f6; } .kill-time .theader{ display: flex; margin: 0 auto; align-items: center; height: 100rpx; } .kill-time .theader .timeac { font-size: 32rpx; height:100%; width: 50%; color: #333; background-color: #fff; } /* .kill-time .theader .timeac.left{border-top-left-radius: 86rpx; border-bottom-left-radius: 86rpx;} .kill-time .theader .timeac.right{border-top-right-radius: 86rpx; border-bottom-right-radius: 86rpx;} */ .kill-time .theader .timeac.active{color: #c4182e} .kill-item { display: flex; justify-content: space-between; background-color: #fff; padding: 20rpx; margin-bottom: 20rpx; border-radius: 10rpx; /* height: 249rpx; */ align-items: center; } .kill-pic { width: 215rpx; height: 215rpx; } .kill-cont { width: 465rpx; margin-left:20rpx; margin-right: 5rpx; } .blue_c { color: #059de5; }