index.scss
1.4 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
page{
background-color: #F5F5F5;
font-family: PingFang-SC-Regular;
}
.page {
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: 22px;
color: #222222;
width: 400px;
height: 72px;
}
.date {
margin-bottom: 26px;
}
.desc {
font-size: 22px;
}
.down {
width:20px;
height:20px;
}
.up {
transform:rotate(180deg);
width:20px;
height:20px;
}
}
}
.desc-info {
background: #fcfcfc;
padding: 20px;
margin:-21rpx 20rpx 20rpx;
.p {
margin-top: 8px;
color:#444444;
}
}
}