|
@@ -30,10 +30,75 @@
|
|
|
background-color: #30C866;
|
|
|
}
|
|
|
.commodity .introduce {
|
|
|
+ margin: 20rpx 0;
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
width: 100%;
|
|
|
- height: 300rpx;
|
|
|
+ padding: 0rpx 20rpx 30rpx;
|
|
|
background-color: white;
|
|
|
- box-shadow: 0 -10rpx 20rpx rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 -31rpx 30rpx #ffffff;
|
|
|
+}
|
|
|
+.commodity .introduce .title {
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.commodity .introduce .price {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FF3B00;
|
|
|
+}
|
|
|
+.commodity .entry {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ padding: 36rpx 0rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background-color: white;
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+.commodity .entry .title {
|
|
|
+ width: 140rpx;
|
|
|
+ text-align: center;
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+.commodity .entry .detaild {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.commodity .remind {
|
|
|
+ padding: 25rpx 36rpx;
|
|
|
+}
|
|
|
+.commodity .remind .title {
|
|
|
+ font-weight: bold;
|
|
|
+ color: #212122;
|
|
|
+}
|
|
|
+.commodity .remind .li {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+}
|
|
|
+.commodity .payBox {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 0px;
|
|
|
+ left: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 22rpx 36rpx 30rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background-color: white;
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.35) 0px 30rpx 20rpx 20rpx;
|
|
|
+}
|
|
|
+.commodity .payBox .left {
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.commodity .payBox .left text {
|
|
|
+ font-size: 36rpx;
|
|
|
+ color: #FF3B00;
|
|
|
+}
|
|
|
+.commodity .payBox .buyBtn {
|
|
|
+ padding: 14rpx 100rpx;
|
|
|
+ background-color: #FF8E20;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ color: white;
|
|
|
+ font-size: 36rpx;
|
|
|
}
|