|
|
@ -1,9 +1,9 @@ |
|
|
/* pages/activity/index.wxss */ |
|
|
/* pages/activity/index.wxss */ |
|
|
|
|
|
|
|
|
page { |
|
|
page { |
|
|
/* background: #F2F2F2; */ |
|
|
background: #F2F2F2; |
|
|
/* 节假日花样 */ |
|
|
/* 节假日花样 */ |
|
|
background: #CEEDDB; |
|
|
/* background: #CEEDDB; */ |
|
|
} |
|
|
} |
|
|
.types { |
|
|
.types { |
|
|
/* justify-content: space-between; */ |
|
|
/* justify-content: space-between; */ |
|
|
@ -362,21 +362,22 @@ flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
} |
|
|
} |
|
|
.types-item-active { |
|
|
.types-item-active { |
|
|
padding: 0 79rpx; |
|
|
/* padding: 0 79rpx; */ |
|
|
/* height: 57rpx; */ |
|
|
padding: 0 25rpx; |
|
|
|
|
|
height: 57rpx; |
|
|
/* 节假日花样 */ |
|
|
/* 节假日花样 */ |
|
|
height: 91.33rpx; |
|
|
/* height: 91.33rpx; */ |
|
|
line-height: 91.33rpx; |
|
|
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; |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
/* 节假日花样 */ |
|
|
/* 节假日花样 */ |
|
|
background-image: url("https://static.ticket.sz-trip.com/uploads/20240606/f4ff3a7f81b4be3508592f656e207497.png"); |
|
|
/* background-image: url("https://static.ticket.sz-trip.com/uploads/20240606/f4ff3a7f81b4be3508592f656e207497.png"); */ |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
margin-top: -15rpx; |
|
|
/* margin-top: -15rpx; */ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
/* 不显示滚动条 */ |
|
|
/* 不显示滚动条 */ |
|
|
|