detail.wxss
3.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* pages/my/my-wallet/detail/detail.wxss */
.content {
padding: 30rpx 10rpx 0 10rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*background-image: url('http://qiniuyun.wmatchrd.com/fanpiao@2x.png');*/
/*饭票粉色*/
.section {
/* padding: 0 30rpx 30rpx 30rpx; */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url('http://qiniuyun.wmatchrd.com/pink-bg.png');
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
/*background-size: 100%;*/
}
/*活动票黄色*/
.change-bg {
background-image: url('http://qiniuyun.wmatchrd.com/yellow-bg.png');
}
/*灰色*/
.change-bg-end {
background-image: url('http://qiniuyun.wmatchrd.com/gray-bg.png');
}
.detail {
height: 100%;
padding:60rpx 40rpx 20rpx 40rpx;
position: relative;
}
.head {
display: flex;
flex-direction: column;
align-items: center;
justify-content:center;
border-bottom: 1rpx solid #f2f2f2;
}
.head image {
width: 96rpx;
height: 96rpx;
border-radius: 50%;
}
.head .name {
font-size: 28rpx;
color: #333333;
margin: 10rpx 0;
}
.head .phone {
font-size: 26rpx;
color: #666666;
margin-bottom: 10rpx;
}
.head .num {
font-size: 24rpx;
color: #999999;
margin-bottom:30rpx;
}
.area {
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-top:30rpx;
}
.area .title {
font-size: 34rpx;
color: #333333;
margin-bottom: 12rpx;
}
.restaurant-name {
font-size: 24rpx;
color: #333333;
margin-bottom: 10rpx;
}
.date {
font-size: 24rpx;
color: #333333;
font-weight: bold;
margin-bottom: 10rpx;
}
.area .time {
color: #666666;
font-size: 24rpx;
margin-bottom: 20rpx;
}
.area .address {
display: flex;
align-items: center;
color: #333333;
font-size: 24rpx;
}
.area .address text {
margin-right: 10rpx;
}
.icon-location {
font-size: 32rpx;
color: #cccccc;
}
.people .title {
color: #333333;
font-size: 24rpx;
font-weight: bold;
margin: 20rpx 0;
}
.people .list {
display: flex;
justify-content: flex-start;
margin-bottom: 30rpx;
}
.people .list image {
width: 40rpx;
height: 40rpx;
border-radius: 50%;
margin-right: 12rpx;
}
.people-name {
color: #666666;
font-size: 22rpx;
margin-right: 12rpx;
overflow : hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.people-phone {
color: #666666;
font-size: 20rpx;
}
.bg {
background-color: #fff;
border-radius: 10rpx;
padding: 28rpx 40rpx 20rpx 40rpx;
}
.detail .code {
width: 100%;
/*margin-top: 54rpx;*/
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 160rpx;
left:50%;
transform: translate(-50%);
border-bottom: 20rpx circle #fff;
}
.detail .code .code-num {
width: 70%;
height: 136rpx;
/*border:1rpx solid #f2f2f2;*/
}
.detail .code .code-num image {
width: 100%;
height: 100%;
}
.line {
width: 100%;
height: 10rpx;
border-bottom: 16rpx dotted #fff;
}
.scroll {
height: 300rpx;
/*overflow-y: scroll;*/
/*display: -webkit-box;*/
/*-webkit-overflow-scrolling: touch;*/
display: flex;
flex-direction: column;
}