1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| .waprbox{
| display: flex;
| justify-content: center;
| height: 100rpx;
| background: #ffffff;
| }
| .chagnciBox{
| width: 300rpx;
| text-align: center;
| line-height: 50rpx;
| }
|
| .waprbox .active{
| border-bottom: 2rpx solid #ff0000;
| }
|
| .msdjs{
| background-color: #ffffff;
| margin-top: 20rpx;
| }
|
| .msTitle{
| line-height: 100rpx;
| font-size:40rpx;
| font-weight: bold;
| text-align: center;
| color: #ff563b;
| }
|
| .msendTitle{
| line-height: 50rpx;
| font-size:28rpx;
| text-align: center;
| color: #ff563b;
| margin-bottom: 30rpx;
| }
| .msItemBox{
| width: 710rpx;
| margin:10rpx auto;
| height: 350rpxl;
| display: flex;
| justify-content: space-between;
| border-bottom: 1px solid #efefef;
| padding: 20rpx;
|
| }
|
|
| .msItemBox image{
|
| height: 240rpx;
| width: 240rpx;
|
| }
|
|
| .productInfoBox{
| width:460rpx;
| height: 240rpx;
| display: flex;
| flex-direction: column;
| justify-content: space-between;
|
| }
|
| .productTitle{
| font-size: 35rpx;
| font-weight: bold;
| margin-bottom: 40rpx;
| }
|
|
| .msMsg{
| display: flex;
| justify-content: space-between;
| }
|
| .ms_Lmsg{
|
| }
| .ms_Rmsg{
| display: flex;
| justify-content: space-around;
| align-items: flex-end;
| }
|
|
| .btn{
| width: 180rpx;
| height: 60rpx;
| background: #ff563b;
| color: #ffffff;
| text-align: center;
| border-radius: 5rpx;
| line-height: 60rpx;
| margin-left: 10rpx;
|
| }
|
| .gray{
| color:#9f9f9f;
| }
| .gray_bg{
| background-color:#9f9f9f;
| color: #333;
| }
|
| .hxj{
| text-decoration:line-through;
| }
|
| .price{
| color:#ff563b;
| font-size:35rpx;
| font-weight: bold;
| }
|
|