|
- @import "../../../app.wxss";
- .rushtobuyimgs>view{
- display: inline-block;
- box-shadow:0 0 10px 0 rgba(211,211,211,0.50);
- border-radius:16rpx;
- }
- .rushtobuyimgs{
- padding: 0 30rpx;
- margin-top: 30rpx;
- }
- .rushtobuyimgs>view>text{
- font-weight: bold;
- }
- .rushtobuyimgs > view:nth-of-type(1){
- margin-right: 11rpx;
- }
- .xianshi{
- color: #F12643;
- font-weight: bold;
- font-size:34rpx;
- line-height: 34rpx;
- }
- .qianggou{
- color: #3D3737;
- font-weight: bold;
- font-size: 34rpx;
- line-height: 34rpx;
- }
- .xiaofei{
- color: #3D3737;
- padding-left:30rpx;
- font-size: 34rpx;
- }
- .subtitle{
- font-size:28rpx !important;
- color: #666666;
- font-weight:400 !important;
- margin-left: 15rpx;
- }
-
- .index-rushToBuy {
- width: 100%;
- font-family: PingFangSC-Semibold;
- }
-
- .index-rushToBuy-title {
- position: relative;
- font-size: 34rpx;
- color: #000000;
- letter-spacing: 1.16rpx;
- padding-top: 0;
- padding-left: 30rpx;
- font-weight: bold;
- }
-
- .index-rushToBuy-title text{
- float: right;
- margin-right: 20rpx;
- color: #999999;
- font-size: 24rpx;
- margin-top: 8rpx;
- font-weight: normal;
- }
- .index-rushToBuy-title image{
- position: absolute;
- right: 18rpx;
- width: 20px;
- top: 40rpx;
- }
- .index-scroll-view {
- width: 100%;
- white-space: nowrap;
- }
-
- .index-scroll-view .commodity {
- display: inline-block;
- margin: 20rpx 0 16rpx;
- margin-right: 0;
- position: relative;
- background: #fff;
- width: 334rpx;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .index-scroll-view .commodity:last-child{
- margin-right: 30rpx;
- }
- .commodity-img{
- display: block;
- width: 314rpx;
- height: 174rpx;
- border-radius: 16rpx;
- border:1rpx solid #f5f5f5;
- }
-
- .index-scroll-view .commodity-info {
- padding:10rpx 0;
- overflow: hidden;
- }
-
- .commodity-info-name {
- font-size: 28rpx;
- line-height: 28rpx;
- color: #333;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- width:318rpx;
- padding:16rpx 0;
- }
-
- .commodity-info-time {
- font-size: 28rpx;
- color: #B4B4B4;
- letter-spacing: 0.7rpx;
- line-height: 42rpx;
- font-weight: 500;
- }
-
- .commodity-info-price-p {
- font-size: 28rpx;
- color: #FF3232;
- line-height: 36rpx;
- font-weight:500;
- }
- .commodity-info-price-o {
- display: inline-block;
- padding-left: 20rpx;
- font-size: 24rpx;
- color: #B4B4B4;
- letter-spacing: 0.96rpx;
- text-decoration:line-through;
- line-height: 36rpx;
- }
- .commodity-info-price{
- line-height: 36rpx;
- }
- .remainingTime {
- font-size: 28rpx;
- color: #b4b4b4;
- }
-
- .realRemainingTime {
- color: #ff4949;
- font-size: 28rpx;
- }
- .more{
- float: right;
- line-height: 34rpx;
- color: #999999;
- font-size: 24rpx;
- font-weight: normal;
- }
- .title{
- padding: 20rpx 0;
- }
- .clock {
- width: 116rpx !important;
- vertical-align: middle;
- margin-right: 10rpx;
- margin-top: -4rpx;
- }
-
- .qiang {
- position: inline-block;
- width: 60rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #ff4949;
- text-align: center;
- font-size: 28rpx;
- margin-right: 10rpx;
- }
-
- .times {
- display: inline-block;
- color: #ff4949;
- font-weight: bold;
- font-size: 26rpx;
- text-align: center;
- }
-
- .times text {
- display: inline-block;
- margin: 6rpx;
- height: 56rpx;
- padding: 0 6rpx;
- text-align: center;
- font-size: 28rpx;
- line-height: 60rpx;
- border-radius: 12rpx;
- color: #fff;
- font-weight: bold;
- background: #ff4949;
- }
|