|
- @import "../../../app.wxss";
- .index-rushToBuy {
- width: 688rpx;
- margin: 30rpx 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: 34rpx;
- 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;
- }
- .commodity-info-price-p {
- font-size: 28rpx;
- color: #f96563;
- line-height: 30rpx;
- }
- .price{
- font-size: 24rpx;
- color: #999;
- text-decoration: line-through;
- margin-left: 10rpx;
- }
- .one-commodity{
- padding-bottom: 20rpx;
- }
- .one-commodity-info {
- width:322rpx;
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
-
- .one-commodity-img{
- width: 325rpx;
- height: 200rpx;
- float: left;
- border-radius:16rpx;
- margin: 20rpx 26rpx 0 13rpx;
- }
- .one-commodity-info .commodity-info-name{
- font-size: 24rpx;
- line-height: 32rpx;
- margin-top: 14rpx;
-
- }
- .one-commodity-info .commodity-info-subTitle{
- font-size: 28rpx;
- height: 28rpx;
- line-height: 28rpx;
- margin-top: 12rpx;
- color: #999;
- width: 322rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .one-commodity-info .commodity-info-salePriceStr{
- line-height: 30rpx;
- margin-top: 6rpx;
- }
- .one-commodity-info .commodity-info-price{
- margin-top: 0;
- font-size: 18rpx;
- line-height: 26rpx;
- margin-left: 0;
- text-decoration: none;
- color: #999;
- }
- .inviteNum{
- color: red;
- }
- .one-commodity-info .salePriceStr{
- font-weight: bold;
- font-size:66rpx;
- line-height: 66rpx;
- color: #fc5b24;
- }
- .titlechannel{
- text-align: center;
- width: 171rpx;
- height: 201rpx;
- background: #fc5b24;
- border-radius:16rpx;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .titlechannel text{
- color:#fff;
- font-size:46rpx;
- margin-top:13rpx;
- font-weight:bold;
- display:inline-block;
- }
- .rightcontent{
- position: relative;
- width: 463rpx;
- height: 201rpx;
- background: #fff;
- border-radius: 16rpx;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .more{
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 10;
- background: #fc5b24;
- width: 55rpx;
- border-bottom-right-radius:16rpx;
- border-top-right-radius:16rpx;
- }
- .more text{
- color:#fff;
- font-size: 26rpx;
- display: block;
- text-align: center;
- }
- .more text:nth-of-type(1){
- margin-top: 68rpx;
- }
|