index.scss
2.08 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.bg {
background-color: #F5F5F5;
}
.null {
position: relative;
margin-top: 174px;
}
.nullBg {
width: 280px;
height: 280px;
display: block;
margin: 0 auto;
}
.nullText {
color: #CCCCCC;
font-size: 28px;
text-align: center;
margin-top: 20px;
}
.page {
font-family: PingFang-SC-Regular;
display: block;
min-height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
font-size: 24px;
.title {
padding-left: 40px;
font-size: 68px;
background: #fff;
font-family: SFProDisplay-Bold;
font-weight: 500;
}
.content {
margin-top: 10px
}
.ticket {
background: url(https://img10.static.yhbimg.com/yhb-img01/2019/03/05/20/01b68a5d4f22945fe5afcf0f768538cfd3.png) no-repeat;
background-size: contain;
width: 730px;
height: 222px;
margin-left: 10px;
z-index: 10;
position: relative;
.left {
color: #002B47;
width: 240px;
text-align: center;
float: left;
.price {
font-size: 72px;
margin-top: 38px;
font-weight: 600;
font-family: SFProText-Semibold;
}
.type {
font-size: 24px;
}
}
.right {
float: left;
color: #999999;
.name {
margin-top: 27px;
color: #222222;
width: 400px;
height: 72px;
.prefix {
color: #002B47;
margin-right: 10px;
}
}
.date {
margin-bottom: 26px;
}
.desc {
font-size: 22px;
}
.down {
width: 20px;
height: 20px;
}
.up {
transform: rotate(180deg);
width: 20px;
height: 20px;
}
}
}
.desc-info {
position: relative;
background: #fcfcfc;
padding: 20px;
margin: -21px 20px 20px;
.p {
margin-top: 8px;
color: #444444;
}
.point {
margin-right:10px;
display:inline-block;
vertical-align:top;
}
.info {
word-wrap: break-word;word-break: break-all;overflow: hidden;
display:inline-block;
width: 645px;
}
}
}