instantTea.less
2.1 KB
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
.instantTea_box {
div {
width: 100%;
margin-top: -1px;
}
.div1 {
height: 680px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f2ead41bb.jpg") no-repeat center top;
background-size: 100%;
}
.div2 {
height: 840px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f2fb9c714.jpg") no-repeat center top;
background-size: 100%;
overflow: hidden;
.item {
width: 652px;
height: 262px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f51dd9d1a.jpg") no-repeat center top;
background-size: 100%;
margin: 160px auto 0 auto;
}
}
.div3 {
height: 776px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f30479d3a.jpg") no-repeat center top;
background-size: 100%;
overflow: hidden;
.video_box {
width: 713px !important;
height: 418px !important;
margin: 0 auto 0 auto;
div {
margin-top: 0;
}
}
}
.div4 {
height: 570px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f30c808b4.jpg") no-repeat center top;
background-size: 100%;
}
.div5 {
height: 750px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f31607200.jpg") no-repeat center top;
background-size: 100%;
}
.div6 {
height: 998px;
background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2020/01/06/5e12f31f3a3b4.jpg") no-repeat center top;
background-size: 100%;
}
//返回和分享功能
.top_box {
width: calc(100% - 60px);
height: 100px;
position: fixed;
left: 30px;
display: flex;
justify-content: space-between;
align-items: center;
img {
width: 64px;
height: 64px;
}
}
}