|
- .index-rushToBuy {
- width: 100%;
- font-family: PingFangSC-Semibold;
- /* background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); */
- }
-
- .index-rushToBuy-title {
- position: relative;
- font-size: 34rpx;
- font-weight:bold;
- color: #333333;
- letter-spacing: 1.16rpx;
- padding-top: 20rpx;
- padding-left: 30rpx;
- }
- .useprice{
- font-size: 28rpx;
- }
- .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: 28rpx;
- }
- .index-scroll-view {
- width: 100%;
- white-space: nowrap;
- padding-bottom: 10rpx;
- /* background:linear-gradient(94deg,rgba(255,143,0,1) 0%,rgba(255,87,0,1) 100%); */
- }
-
- .index-scroll-view .commodity {
- display: inline-block;
- margin: 16rpx 30rpx 16rpx;
- margin-right: 0;
- position: relative;
- background: #fff;
- padding: 12rpx 12rpx 0;
- /* border: 1rpx solid #dddee1; */
- width: 205rpx;
- box-shadow: 0 0 10px 0 rgba(211,211,211,0.30);
- border-radius: 10rpx;
- overflow: hidden;
- }
- .index-scroll-view .commodity:last-child{
- margin-right: 30rpx;
- }
- .commodity-img{
- display: block;
- width: 205rpx;
- height: 160rpx;
- background:rgba(255,255,255,1);
- border-radius:10rpx;
- }
-
- .index-scroll-view .commodity-info {
- padding:10rpx 0;
- overflow: hidden;
- }
-
- .index-scroll-view .commodity-info-name {
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 24rpx;
- color: #000000;
- letter-spacing: 0.7rpx;
- overflow: hidden;
- }
-
- .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: 24rpx;
- color: #f96563;
- line-height: 36rpx;
- }
- .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;
- }
- .commodity-info-price{
- line-height: 36rpx;
- }
|