videoArea.less
1.56 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
.title-box + .item_box {
margin-top: 30px;
}
.item_box{
.main-img{
width: 100%;
height: auto;
display: block;
}
.title{
margin: 20px auto 0 auto;
color:rgba(102,102,102,1);
font-size:30px;
width: 710px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.desc{
margin: 3px auto 0 auto;
color:rgba(156,156,156,1);
font-size:28px;
font-weight:400;
width: 710px;
padding-bottom: 20px;
border-bottom: solid 1px #F2F2F2;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.pic_box{
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px;
.pice{
display: flex;
.now{
height:70px;
font-size:50px;
font-weight:400;
color:rgba(255,114,92,1);
line-height:70px;
}
.original{
height:37px;
font-size:26px;
font-weight:400;
color:rgba(172,172,172,1);
line-height:70px;
margin-left: 14px;
text-decoration: line-through;
}
}
.btn{
width:153px;
height:53px;
line-height: 53px;
background:rgba(255,114,92,1);
border-radius:100px;
color: #fff;
font-size: 26px;
text-align: center;
}
}
}