|
|
@ -128,6 +128,8 @@ background: rgba(11, 137, 142, .1); |
|
|
border-radius: 20rpx 20rpx 0 0; |
|
|
border-radius: 20rpx 20rpx 0 0; |
|
|
margin-top: 20rpx; |
|
|
margin-top: 20rpx; |
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
background-image: url("https://static.ticket.sz-trip.com/uploads/20250421/63b9ec7a1192790eed3e5dcf915212c0.png"); |
|
|
|
|
|
background-size: 100% 100%; |
|
|
} |
|
|
} |
|
|
.activity-list { |
|
|
.activity-list { |
|
|
width: 697rpx; |
|
|
width: 697rpx; |
|
|
@ -325,6 +327,7 @@ background: rgba(11, 137, 142, .1); |
|
|
color: #0B898E; |
|
|
color: #0B898E; |
|
|
/* 节假日花样 */ |
|
|
/* 节假日花样 */ |
|
|
/* color: #DE4126; */ |
|
|
/* color: #DE4126; */ |
|
|
|
|
|
color: #DE4126; |
|
|
} |
|
|
} |
|
|
.new-top-search-box { |
|
|
.new-top-search-box { |
|
|
display: flex; |
|
|
display: flex; |
|
|
@ -350,9 +353,10 @@ flex-shrink: 0; |
|
|
position: relative; |
|
|
position: relative; |
|
|
z-index: 9; |
|
|
z-index: 9; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
.types-item { |
|
|
.types-item { |
|
|
border: 1px solid #999999; |
|
|
/* border: 1px solid #999999; */ |
|
|
border-radius: 27rpx; |
|
|
border-radius: 27rpx; |
|
|
height: 53rpx; |
|
|
height: 53rpx; |
|
|
padding: 0 25rpx; |
|
|
padding: 0 25rpx; |
|
|
@ -360,6 +364,7 @@ flex-shrink: 0; |
|
|
line-height: 53rpx; |
|
|
line-height: 53rpx; |
|
|
margin-right: 13rpx; |
|
|
margin-right: 13rpx; |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
|
|
|
border: 1px solid #FFC987; |
|
|
} |
|
|
} |
|
|
.types-item-active { |
|
|
.types-item-active { |
|
|
/* padding: 0 79rpx; */ |
|
|
/* padding: 0 79rpx; */ |
|
|
@ -369,7 +374,7 @@ flex-shrink: 0; |
|
|
/* height: 91.33rpx; */ |
|
|
/* height: 91.33rpx; */ |
|
|
line-height: 57rpx; |
|
|
line-height: 57rpx; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
background: #0B898E; |
|
|
/* background: #0B898E; */ |
|
|
color: #FFFFFF; |
|
|
color: #FFFFFF; |
|
|
border-radius: 27rpx; |
|
|
border-radius: 27rpx; |
|
|
margin-right: 13rpx; |
|
|
margin-right: 13rpx; |
|
|
@ -379,6 +384,15 @@ flex-shrink: 0; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
/* margin-top: -15rpx; */ |
|
|
/* margin-top: -15rpx; */ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
|
|
|
min-width: 177.33rpx; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
color: #DA4939; |
|
|
|
|
|
text-shadow: |
|
|
|
|
|
-1px -1px 0 white, |
|
|
|
|
|
1px -1px 0 white, |
|
|
|
|
|
-1px 1px 0 white, |
|
|
|
|
|
1px 1px 0 white; |
|
|
|
|
|
background-image: url("https://static.ticket.sz-trip.com/uploads/20250421/48ce52adb4044d6b91bbce05047695a5.png"); |
|
|
} |
|
|
} |
|
|
/* 不显示滚动条 */ |
|
|
/* 不显示滚动条 */ |
|
|
.types-box::-webkit-scrollbar { |
|
|
.types-box::-webkit-scrollbar { |
|
|
|