tickets-confirm.page.scss
1.94 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
@import "order-ensure";
.tickets-confirm-page {
.sorry-tips {
border-bottom: 1px solid #e0e0e0;
height: 50px;
line-height: 50px;
p {
color: #d0021b;
font-size: 24px;
margin-left: 5%;
}
}
.delivery-id {
h3 {
border: 0;
}
h4 {
width: 95%;
margin: 0 2.5%;
font-size: 30px;
color: #b0b0b0;
margin-bottom: 20px;
}
}
.gift-card,
.yoho-coin {
margin: 0 2.5%;
width: 95%;
overflow: hidden;
border-bottom: 1px solid #e0e0e0;
.sale-invoice {
margin-top: 0;
}
}
.dispatch {
.sub-block {
h3 {
width: 95% !important;
margin: 0 2.5% !important;
span {
color: #afafaf;
font-size: 26px;
float: right;
}
}
}
}
.tickets-mobile {
position: relative;
input {
background: #fff;
border: 1px solid #b0b0b0;
height: 85px;
line-height: 85px;
margin: 0;
outline: none;
-webkit-appearance: none;
}
.mobile-tips {
display: inline-block;
position: absolute;
height: 85px;
line-height: 85px;
right: 30px;
top: 50%;
margin-top: -43px;
font-size: 22px;
color: #b0b0b0;
}
}
.pic-c {
position: relative;
p {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
width: 100%;
text-align: center;
height: 35px;
line-height: 35px;
background-color: #d0021b;
font-size: 20px;
}
}
}