2026-08-25 16:55:11 +08:00
|
|
|
:root {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: MiSans, PingFang SC-Bold, PingFang SC, sans-serif;
|
|
|
|
|
word-break: break-all
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page {
|
|
|
|
|
background-color: #f8f9fb;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 1200px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .header-placeholder {
|
|
|
|
|
height: 88px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .bread-crumb {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .bread-crumb .active {
|
|
|
|
|
color: #b91d22
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .bread-crumb .normal {
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .bread-crumb .normal:hover {
|
|
|
|
|
color: #b91d22
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .bread-crumb .el-icon {
|
|
|
|
|
margin-right: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search {
|
|
|
|
|
height: 80px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .keyword {
|
|
|
|
|
height: 78px;
|
|
|
|
|
width: 860px;
|
|
|
|
|
line-height: 78px;
|
|
|
|
|
padding: 0 12px;
|
|
|
|
|
border: none;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .keyword:focus-visible {
|
|
|
|
|
outline: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search button {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 120px;
|
|
|
|
|
line-height: 80px;
|
|
|
|
|
font-size: 22px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .el-cascader {
|
|
|
|
|
width: 200px;
|
|
|
|
|
border-right: 1px solid #e8eaec
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .el-cascader .el-input.is-focus {
|
|
|
|
|
box-shadow: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .el-cascader .el-input {
|
|
|
|
|
height: 80px;
|
|
|
|
|
font-size: 18px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .search .el-cascader .el-input__wrapper {
|
|
|
|
|
box-shadow: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .center {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
margin-top: 32px;
|
|
|
|
|
width: 100%
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .center .left {
|
|
|
|
|
width: 895px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list img {
|
|
|
|
|
width: 240px;
|
|
|
|
|
height: 180px;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list .message {
|
|
|
|
|
height: 180px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
flex: 1;
|
|
|
|
|
border-right: 1px solid #eee
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list .list-right {
|
|
|
|
|
padding: 0 4px 0 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list button {
|
|
|
|
|
height: 44px;
|
|
|
|
|
width: 96px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .shop-list+.shop-list {
|
|
|
|
|
margin-top: 36px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .title {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #333
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .mini-font {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #666;
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .mini-font .el-icon {
|
|
|
|
|
margin-right: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .tag {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin-top: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .tag .tag-item {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
margin: 0 12px 12px 0;
|
|
|
|
|
background-color: #019e5f;
|
|
|
|
|
color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .pink-qr {
|
|
|
|
|
width: 285px;
|
|
|
|
|
background: linear-gradient(#ffebec, white);
|
|
|
|
|
padding: 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .pink-qr .qr-title:first-child {
|
|
|
|
|
font-size: 22px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .pink-qr img {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 200px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .common-button {
|
|
|
|
|
background-color: #b91d22;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .common-button:focus-visible {
|
|
|
|
|
outline: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .el-pagination {
|
|
|
|
|
margin: 40px 0;
|
|
|
|
|
--el-color-primary: #b91d22
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content {
|
|
|
|
|
margin: 24px 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .img-box {
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .show-img {
|
|
|
|
|
width: 530px;
|
|
|
|
|
height: 354px;
|
|
|
|
|
position: relative
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .show-img img {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .show-img .total-label {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 16px;
|
|
|
|
|
bottom: 16px;
|
|
|
|
|
background-color: rgba(0, 0, 1, .65);
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
padding: 8px 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .img-list {
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
height: 354px;
|
|
|
|
|
overflow-y: auto
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .img-list img {
|
|
|
|
|
width: 110px;
|
|
|
|
|
height: 65px;
|
|
|
|
|
margin-bottom: 7px;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .right {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin-left: 26px;
|
|
|
|
|
position: relative
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .qrcode-box {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background-color: #b91d22;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 14px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .qrcode-box img {
|
|
|
|
|
height: 120px;
|
|
|
|
|
width: 120px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .qrcode-box div {
|
|
|
|
|
margin: 4px 0 8px 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .location {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 100%
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .content .location a {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
color: #1890ff;
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
margin: 24px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message .left {
|
|
|
|
|
flex: 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message .right {
|
|
|
|
|
margin-left: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message .title {
|
|
|
|
|
height: 75px;
|
|
|
|
|
line-height: 75px;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #333
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message .info {
|
|
|
|
|
color: #666;
|
|
|
|
|
font-size: 16px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reserve-main .more-message .line {
|
|
|
|
|
margin: 46px 0 20px;
|
|
|
|
|
height: 1px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #eee
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup[data-v-39f97449] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup--show[data-v-39f97449] {
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup--show .full-popup__inner[data-v-39f97449] {
|
|
|
|
|
transform: translate(-50%, -50%) scale(1)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup__inner[data-v-39f97449] {
|
|
|
|
|
height: 100vh;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%) scale(0);
|
|
|
|
|
transition: scale .3s
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup__close[data-v-39f97449] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50px;
|
|
|
|
|
right: 50px;
|
|
|
|
|
width: 42px;
|
|
|
|
|
height: 42px;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-popup__close>img[data-v-39f97449] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
color: #191919
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .top {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
margin-bottom: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search {
|
|
|
|
|
height: 42px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 10px 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .keyword {
|
|
|
|
|
height: 40px;
|
|
|
|
|
flex: 1;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
border: none;
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: #f7f8fa
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .keyword:focus-visible {
|
|
|
|
|
outline: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search button {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 52px;
|
|
|
|
|
background-color: #ff5b00;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 0 8px 8px 0;
|
|
|
|
|
border-width: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .el-cascader {
|
|
|
|
|
width: 86px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .el-cascader .el-input.is-focus {
|
|
|
|
|
box-shadow: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .el-cascader .el-input {
|
|
|
|
|
height: 42px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .el-cascader .el-input__wrapper {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
background-color: #f7f8fa
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .search .separator-line {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 2px;
|
|
|
|
|
background-color: #d9d9d9
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .qr-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .qr-box img {
|
|
|
|
|
height: 52px;
|
|
|
|
|
width: 52px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .qr-box .right {
|
|
|
|
|
margin-left: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
background-color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list img {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
height: 193px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .address {
|
|
|
|
|
color: #717171;
|
|
|
|
|
padding-top: 12px;
|
|
|
|
|
border-top: 1px dashed #d9d9d9;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .content {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .content-left {
|
|
|
|
|
flex: 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .tag {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .tag-item {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
background-color: #019e5f;
|
|
|
|
|
margin: 0 12px 12px 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list .content-right button {
|
|
|
|
|
background-color: #ff5b00;
|
|
|
|
|
height: 32px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
width: 80px;
|
|
|
|
|
border: none;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .shop-list+.shop-list {
|
|
|
|
|
margin-top: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .more-message {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
background-color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .more-message .title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
border-left: 4px solid #ff5b00
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mobile-reserve .more-message .info {
|
|
|
|
|
color: #717171
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
margin: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-bar__title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #191919
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-image: url(../../assets/modules/c1666e324390215be9e3.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
height: 678px;
|
|
|
|
|
display: flow-root
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__title {
|
|
|
|
|
margin-top: 126px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 44px;
|
|
|
|
|
line-height: 56px;
|
|
|
|
|
background-image: linear-gradient(to right, #ff6e2f 27%, #05f7ff 87%);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: rgba(0, 0, 0, 0);
|
|
|
|
|
color: rgba(0, 0, 0, 0)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__title2 {
|
|
|
|
|
margin-top: 13px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #fd6b2c;
|
|
|
|
|
text-align: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 88px 46px auto 16px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .05);
|
|
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
|
|
padding: 25px 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item {
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item__icon {
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item__icon>img {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item__main {
|
|
|
|
|
flex: 1 1 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__item__desc {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-card__btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -30px;
|
|
|
|
|
top: 96px;
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
display: block;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-box {
|
|
|
|
|
padding: 16px 16px 0;
|
|
|
|
|
border-radius: 16px 16px 0px 0px;
|
|
|
|
|
margin-top: -16px;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-list {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background-image: url(../../assets/modules/e51e4e7244f208337d51.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
border-radius: 8px 8px 8px 8px;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-bottom: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 30px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__actions {
|
|
|
|
|
height: 13px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__court-list {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
gap: 11px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__court {
|
|
|
|
|
border-radius: 3px 3px 3px 3px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
background-image: url(../../assets/modules/2382ab185a68d02b3e48.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__court__title {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgyd-item__court__price {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 8px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
padding: 30px 22px 34px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__top {
|
|
|
|
|
position: relative;
|
|
|
|
|
background-image: url(../../assets/modules/c8dc6a01fb550da13c99.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
height: 580px;
|
|
|
|
|
border-radius: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__body {
|
|
|
|
|
padding: 32px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__title {
|
|
|
|
|
font-family: Plus Jakarta Sans, sans-serif;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 46px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__desc {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
font-family: Plus Jakarta Sans, sans-serif;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 26px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 24px;
|
|
|
|
|
right: 24px;
|
|
|
|
|
bottom: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background: #ff5b00;
|
|
|
|
|
border-radius: 8px 8px 8px 8px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__list {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
|
gap: 24px 16px;
|
|
|
|
|
margin-top: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__item {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__item__img {
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jjfa__item__title {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
text-align: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt {
|
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__top {
|
|
|
|
|
position: relative;
|
|
|
|
|
background-image: url(../../assets/modules/b95f4cb5f792ccbdb091.png);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
height: 580px;
|
|
|
|
|
border-radius: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__title {
|
|
|
|
|
font-family: Plus Jakarta Sans, Plus Jakarta Sans;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
line-height: 46px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__title-box {
|
|
|
|
|
padding: 32px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__top-actions {
|
|
|
|
|
padding: 24px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__btn {
|
|
|
|
|
height: 40px;
|
|
|
|
|
background: #ff5b00;
|
|
|
|
|
border-radius: 8px 8px 8px 8px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 24px;
|
|
|
|
|
margin-top: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__item {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 24px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__item__img {
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
width: 56px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__item__main {
|
|
|
|
|
flex: 1 1 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__item__title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #000929;
|
|
|
|
|
line-height: 36px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-yqpt__item__desc {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #717171;
|
|
|
|
|
line-height: 26px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lgyy-popup-img {
|
|
|
|
|
height: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cgyd {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -100px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#cggl {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -72px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gywm {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -72px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ad-popup[data-v-9febef54] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
transition: transform .3s;
|
|
|
|
|
transform: translateY(100vh)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ad-popup--show[data-v-9febef54] {
|
|
|
|
|
transform: translateY(0%)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ad-popup__mask[data-v-9febef54] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: rgba(0, 0, 0, .3);
|
|
|
|
|
z-index: 998;
|
|
|
|
|
transition: opacity .3s
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ad-popup__close[data-v-9febef54] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 16px;
|
|
|
|
|
right: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ad-popup__close>img[data-v-9febef54] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup[data-v-59c089ba] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
transition: transform .3s;
|
|
|
|
|
transform: translateY(-100vh)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup--show[data-v-59c089ba] {
|
|
|
|
|
transform: translateY(0%)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__mask[data-v-59c089ba] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: rgba(0, 0, 0, .3);
|
|
|
|
|
z-index: 998;
|
|
|
|
|
transition: opacity .3s
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__inner[data-v-59c089ba] {
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
background-color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__close[data-v-59c089ba] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 24px;
|
|
|
|
|
right: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__close>img[data-v-59c089ba] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__logo[data-v-59c089ba] {
|
|
|
|
|
margin-bottom: 16px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__logo>img[data-v-59c089ba] {
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 40px;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-popup__nav[data-v-59c089ba] {
|
|
|
|
|
height: 48px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #191919;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
2026-08-25 12:01:09 +08:00
|
|
|
|
|
|
|
|
/*# sourceMappingURL=common.css.map?hash=b446ba1443bc4913f472*/
|