|
@@ -10,6 +10,7 @@
|
|
|
width: 340rpx;
|
|
|
height: 198rpx;
|
|
|
background-size: cover;
|
|
|
+ border-radius: 22rpx;
|
|
|
-webkit-box-reflect: below 0rpx linear-gradient(top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
|
|
|
-webkit-box-reflect: below 4rpx -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
|
|
|
}
|
|
@@ -19,18 +20,15 @@
|
|
|
.commodity .cardBox .bg2 {
|
|
|
background-image: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip.png);
|
|
|
}
|
|
|
+.commodity .cardBox .bgBorder {
|
|
|
+ border: 4rpx solid #30C866;
|
|
|
+}
|
|
|
.commodity .cardBox .selectBtn {
|
|
|
position: absolute;
|
|
|
bottom: 10rpx;
|
|
|
right: 10rpx;
|
|
|
width: 48rpx;
|
|
|
height: 46rpx;
|
|
|
- line-height: 50rpx;
|
|
|
- text-align: center;
|
|
|
- border-radius: 50%;
|
|
|
- color: white;
|
|
|
- font-size: 34rpx;
|
|
|
- background-color: white;
|
|
|
}
|
|
|
.commodity .cardBox .checked {
|
|
|
background-color: #30C866;
|