auction-mine.scss
1.58 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
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
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
$contentWidth:690px;
.page {
.bgc {
background-color: #f8f8f8;
}
.bg {}
.main {
.top-space {
height: 24px;
}
.content {
position: relative;
// list
.list {
width: $contentWidth;
margin: 0 auto 0;
font-size: 22px;
&-item {
@extend .bb;
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
.prize {
margin: 0 32px;
border: solid 1PX #F0F0F0;
border-radius: 8px;
padding: 16px;
.image {
width: 160px;
height: 160px;
}
}
.cont {
position: relative;
height: 100%;
flex: 1;
// padding: 0 0 0 16px;
@extend .bb;
height: 220px;
.up {}
.down {
position: absolute;
bottom: 0;
}
.tt {}
.t1 {
font-size: 32px;
}
.t2 {
font-size: 26px;
margin-top: 4px;
}
.t3 {
font-size: 26px;
font-weight: bold;
margin-top: 0px;
}
.t4 {
font-size: 22px;
margin-top: 2px;
color: #666666;
}
.sp4 {
margin-top: 24px;
}
}
}
}
}
}
}