deguodaigou/components/shopping/shoppingitem/shoppingitem.wxss
2019-12-13 11:59:11 +08:00

85 lines
1.3 KiB
Plaintext

.shoppingitem {
width: 639rpx;
height: 186rpx;
display: flex;
justify-content: space-between;
}
.select {
width: 26rpx;
height: 26rpx;
background: rgba(234, 234, 234, 1);
border-radius: 50%;
margin: auto 0;
}
.pic {
/* width: 222rpx;
height: 222rpx; */
width: 186rpx;
height: 186rpx;
background-color: bisque;
}
.pic>image {
width: 100%;
height: 100%;
}
.shopinfo {
width: 186rpx;
}
.shopname {
color: #333333;
font-size: 26rpx;
font-weight: bold;
margin-bottom: 18rpx;
margin-top: 35rpx;
}
.shopdesc {
color: #666666;
font-size: 22rpx;
margin-bottom: 39rpx;
}
.price {
color: #D1D1D1;
font-size: 32rpx;
font-weight: bold;
text-decoration: underline;
}
.numberset {
width: 85rpx;
height: 186rpx;
border: 1px solid rgba(233, 233, 233, 1);
border-radius: 10px;
margin-top: 11rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.reverse {
width: 19rpx;
height: 3rpx;
background-color: #97DFB4;
margin: 0 auto;
margin-top: 25rpx;
}
.num {
color: #242424;
font-size: 30rpx;
text-align: center;
}
.add {
width: 23rpx;
height: 23rpx;
background-color: #242424;
margin: 0 auto;
margin-bottom: 17rpx;
}