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
| .home-page{
| background-color: #f5f5f5;
| min-height: 100vh;
| }
| .top{
| width: 100%;
| height: 120px;
| }
| .back-pic{
| width: 100%;
| height: 100%;
| z-index: 10;
| }
| .product-view{
| position: relative;
| transform: translateY(-50px);
| }
| .product-item{
| display: flex;
| justify-content: space-between;
| align-items: center;
| background: #fff;
| width: 686rpx;
| height: 80px;
| margin: auto;
| margin-bottom: 12px;
| background: #FFFFFF;
| box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
| border-radius: 7px;
| padding: 0 23px 0 20px;
| box-sizing: border-box;
| }
| .left{
| display: flex;
| align-items: center;
| }
| .pro-img{
| width: 36px;
| height: 36px;
| margin-right: 12px;
| }
| .pro-text{
| font-size: 16px;
| font-family: PingFang SC;
| font-weight: bold;
| color: #333333;
| }
| .iconliebiaojiantou{
| font-size: 40rpx;
| color: #CCCCCC;
| }
|
|