|
- .index-rushToBuy {
- width: 690rpx;
- margin: 40rpx auto;
- padding: 20rpx 0 0;
- font-family: PingFangSC-Semibold;
- box-shadow:0 0 10px 0 rgba(211,211,211,0.50);
- border-radius:16rpx;
- }
-
- .index-rushToBuy-title {
- position: relative;
- font-size: 34rpx;
- font-weight:bold;
- color: #333333;
- letter-spacing: 1.16rpx;
- padding-left: 20rpx;
- line-height: 34rpx;
- }
- .useprice{
- font-size: 28rpx;
- }
- .morebargin{
- float: right;
- margin-right: 20rpx;
- color: #999999;
- font-size: 24rpx;
- line-height: 24rpx;
- font-weight: normal;
- }
- .listimage{
- position: absolute;
- right: 18rpx;
- width: 20px;
- top: 28rpx;
- }
- .index-scroll-view {
- width: 100%;
- white-space: nowrap;
- }
- .index-scroll-view .commodity {
- display: inline-block;
- width: 285rpx;
- margin: 20rpx 0 0 13rpx;
- position: relative;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .index-scroll-view .commodity:last-child{
- margin-right: 15rpx;
- }
- .index-scroll-view .commodity:nth-of-type(1){
- margin-left: 14rpx;
- }
- .commodity-img{
- display: block;
- width: 285rpx;
- height: 166rpx;
- background:rgba(255,255,255,1);
- border-radius:16rpx;
- }
-
- .index-scroll-view .commodity-info {
- padding:10rpx 0;
- overflow: hidden;
- }
-
- .index-scroll-view .commodity-info-name {
- width: 285rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 28rpx;
- line-height: 30rpx;
- margin-top: 16rpx;
- color: #333333;
- }
-
- .index-scroll-view .commodity-info-time {
- font-size: 22rpx;
- color: #B4B4B4;
- letter-spacing: 0.7rpx;
- line-height: 42rpx;
- }
-
- .index-scroll-view .commodity-info-price-p {
- font-size: 28rpx;
- color: #f96563;
- line-height: 30rpx;
- }
- .commodity-info-price{
- margin-top: 10rpx;
- line-height: 30rpx;
- }
- .index-scroll-view .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;
- }
- .barginicon{
- width: 24rpx;
- height: 22rpx;
- }
- .barginiconimg{
- width: 26rpx;
- height: 23rpx;
- margin-right: 6rpx;
- }
- .text-red{
- color:#F12643;
- }
- .price{
- font-size: 24rpx;
- color: #999;
- text-decoration: line-through;
- margin-left: 10rpx;
- }
|