|
@@ -55,26 +55,26 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul {
|
|
.squeeze-mobile main .ticket ul {
|
|
- height: 5.04rem;
|
|
|
|
- margin-top: 1.26rem;
|
|
|
|
|
|
+ height: 3.14rem;
|
|
|
|
+ margin-top: 1rem;
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul li {
|
|
.squeeze-mobile main .ticket ul li {
|
|
position: relative;
|
|
position: relative;
|
|
- margin: 0 0.12rem;
|
|
|
|
- margin-bottom: 0.27rem;
|
|
|
|
- width: 3.03rem;
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
+ margin-bottom: 0.20rem;
|
|
|
|
+ width: 100%;
|
|
height: 1.41rem;
|
|
height: 1.41rem;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul li img {
|
|
.squeeze-mobile main .ticket ul li img {
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 4.5rem;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul li .ticket-btn {
|
|
.squeeze-mobile main .ticket ul li .ticket-btn {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0.21rem;
|
|
bottom: 0.21rem;
|
|
- right: 0.32rem;
|
|
|
|
|
|
+ right: 1.85rem;
|
|
width: 1.07rem;
|
|
width: 1.07rem;
|
|
height: 0.41rem;
|
|
height: 0.41rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -96,8 +96,8 @@
|
|
transform: scale(0.5) translate(-50%, -50%);
|
|
transform: scale(0.5) translate(-50%, -50%);
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul li .ticket-btn button.use {
|
|
.squeeze-mobile main .ticket ul li .ticket-btn button.use {
|
|
- color: #fff;
|
|
|
|
- background-color: #da1f0f;
|
|
|
|
|
|
+ color: #da1f0f;
|
|
|
|
+ background-color: #fff;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket ul li .ticket-btn button.get {
|
|
.squeeze-mobile main .ticket ul li .ticket-btn button.get {
|
|
color: #da1f0f;
|
|
color: #da1f0f;
|
|
@@ -107,13 +107,14 @@
|
|
font-size: 0.29rem;
|
|
font-size: 0.29rem;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
}
|
|
|
|
+.squeeze-mobile main .ticket ul li .ticket-btn span.end{
|
|
|
|
+ font-size: 0.2rem;
|
|
|
|
+}
|
|
.squeeze-mobile main .ticket #getAll {
|
|
.squeeze-mobile main .ticket #getAll {
|
|
- width: 2.94rem;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 0.67rem;
|
|
height: 0.67rem;
|
|
- background-color: #fff;
|
|
|
|
- color: #da1f0f;
|
|
|
|
|
|
+ color: #fff;
|
|
font-size: 0.28rem;
|
|
font-size: 0.28rem;
|
|
- border: 1px solid #fff;
|
|
|
|
border-radius: 0.33rem;
|
|
border-radius: 0.33rem;
|
|
}
|
|
}
|
|
.squeeze-mobile main .ticket #getAll.dis {
|
|
.squeeze-mobile main .ticket #getAll.dis {
|