|
@@ -5,6 +5,73 @@
|
|
|
background: url('http://reader-wx.ai160.com/images/reader/v3/bg.jpg') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+#container .commoditys {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 360rpx auto;
|
|
|
+ padding: 54rpx 24rpx 54rpx 34rpx;
|
|
|
+ width: 676rpx;
|
|
|
+ height: 313rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+#container .commoditys .commodity {
|
|
|
+ position: relative;
|
|
|
+ width: 192rpx;
|
|
|
+ height: 192rpx;
|
|
|
+ border-radius: 10rpx;
|
|
|
+}
|
|
|
+#container .commoditys .active {
|
|
|
+ position: absolute;
|
|
|
+ width: 54rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
+#container .commoditys .aborder {
|
|
|
+ border-color: #ff935e;
|
|
|
+}
|
|
|
+#container .commoditys .c-1 {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/299.png') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+#container .commoditys .c-2 {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/99.png') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+#container .commoditys .c-3 {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/15.png') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+#container .payBox {
|
|
|
+ position: fixed;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ box-sizing: border-box;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ padding: 34rpx 38rpx;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+#container .payBox .left {
|
|
|
+ font-size: 38rpx;
|
|
|
+}
|
|
|
+#container .payBox .price {
|
|
|
+ color: #ff9108;
|
|
|
+ font-size: 48rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+#container .payBox .pay {
|
|
|
+ padding: 14rpx 50rpx;
|
|
|
+ background: #ff9108;
|
|
|
+ color: white;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 36rpx;
|
|
|
+ border-radius: 45rpx;
|
|
|
+}
|
|
|
#container .mask {
|
|
|
position: fixed;
|
|
|
display: flex;
|