352 lines
5.2 KiB
CSS
352 lines
5.2 KiB
CSS
.page {
|
|
background: linear-gradient(180deg, #2C1300 0%, #1F1E1D 50%, #2C1300 100%);
|
|
padding: 30rpx 0;
|
|
min-height: 100vh;
|
|
padding-bottom: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top-tabs {
|
|
display: flex;
|
|
width: 455rpx;
|
|
height: 56rpx;
|
|
border-radius: 40rpx;
|
|
background: rgba(255, 255, 255, 0.08);
|
|
margin-bottom: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tab-item {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
color: #ccc;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.tab-item.active {
|
|
background: #fff;
|
|
color: #2C1300;
|
|
font-weight: bold;
|
|
border-radius: 40rpx;
|
|
}
|
|
|
|
.card-swiper {
|
|
width: 100%;
|
|
height: 360rpx;
|
|
}
|
|
|
|
.card-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
|
|
.card-img {
|
|
width: 682rpx;
|
|
height: 293rpx;
|
|
transition: all 0.3s ease;
|
|
border-radius: 32rpx;
|
|
}
|
|
|
|
.cardActive {
|
|
height: 360rpx;
|
|
}
|
|
|
|
.nav-scroll {
|
|
width: 100%;
|
|
margin-top: 39rpx;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
|
|
.nav-list {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.nav-item {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
padding: 0 32rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.nav-item.active {
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nav-wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.grid-content {
|
|
width: 690rpx;
|
|
margin-left: 30rpx;
|
|
margin-top: 40rpx;
|
|
border-radius: 24rpx;
|
|
margin-right: 30rpx;
|
|
border: 1rpx solid #FFCCCCCC;
|
|
overflow: hidden;
|
|
background: url('/static/member/hyqy.png') no-repeat center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.grid-container {
|
|
width: 100%;
|
|
}
|
|
|
|
.grid-title {
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
padding: 50rpx 30rpx 40rpx 30rpx;
|
|
text-align: left;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.grid-page {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
/* justify-content: space-between; */
|
|
color: #fff;
|
|
/* padding: 0 30rpx 40rpx 30rpx; */
|
|
padding-bottom: 30rpx;
|
|
box-sizing: border-box;
|
|
/* gap: 40rpx 76.5rpx; */
|
|
gap: 40rpx 30.5rpx;
|
|
}
|
|
|
|
.grid-item {
|
|
width: calc((100% - 3 * 30.5rpx) / 4);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* max-width: 120rpx; */
|
|
/* width: 120rpx;
|
|
display:flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center; */
|
|
}
|
|
|
|
.grid-item-img {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
display: block;
|
|
}
|
|
|
|
.grid-item-text {
|
|
/* max-width: 100rpx; */
|
|
font-size: 24rpx;
|
|
line-height: 1;
|
|
text-align: center;
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.table-section {
|
|
width: 100%;
|
|
margin-top: 50rpx;
|
|
padding-right: 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #F5F5F7;
|
|
border-top-right-radius: 40rpx;
|
|
border-top-left-radius: 40rpx;
|
|
}
|
|
|
|
.table-title {
|
|
font-size: 36rpx;
|
|
color: #1d1d1d;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-bottom: 50rpx;
|
|
padding-top: 80rpx;
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.table-scroll {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.rights-table {
|
|
display: inline-block;
|
|
background-color: #ffffff;
|
|
border: 1rpx solid #EEEEEE;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.table-row {
|
|
display: flex;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
width: 100%;
|
|
}
|
|
|
|
.table-row.thead {
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cell {
|
|
width: 430rpx;
|
|
/* max-width: 400rpx; */
|
|
padding: 20rpx 10rpx;
|
|
text-align: center;
|
|
/* display: flex;
|
|
justify-content: center; */
|
|
color: #1D1D1F;
|
|
font-size: 28rpx;
|
|
line-height: 1.4;
|
|
box-sizing: border-box;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
/* 或者 overflow: scroll; 或 overflow: auto; */
|
|
white-space: nowrap;
|
|
/* 防止文本换行 */
|
|
text-overflow: ellipsis;
|
|
/* 显示省略号 */
|
|
}
|
|
|
|
.maxw {
|
|
max-width: 190rpx !important;
|
|
}
|
|
|
|
.cell.cF5 {
|
|
color: #333333;
|
|
}
|
|
|
|
.cell.bg2 {
|
|
background-color: rgb(255, 252, 244);
|
|
}
|
|
|
|
.cell.bg4 {
|
|
background-color: rgb(255, 249, 236);
|
|
}
|
|
|
|
.cell.bg6 {
|
|
background-color: rgb(255, 247, 229);
|
|
}
|
|
|
|
.cell.bg8 {
|
|
background-color: rgb(255, 244, 220);
|
|
}
|
|
|
|
.cell.last-col {
|
|
border-right: none;
|
|
}
|
|
|
|
.cell.first-col {
|
|
width: 430rpx;
|
|
text-align: left;
|
|
padding-left: 40rpx;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left !important;
|
|
color: #333;
|
|
}
|
|
|
|
.dt,
|
|
.bz,
|
|
.lc {
|
|
padding: 60rpx 30rpx;
|
|
background-color: #F5F5F7;
|
|
padding-bottom: 0;
|
|
margin-top: -2rpx;
|
|
}
|
|
|
|
.dt-title,
|
|
.bz-title,
|
|
.lc-title {
|
|
color: #1d1d1d;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
/* .lc {
|
|
padding-bottom: 40rpx;
|
|
} */
|
|
.dt-main {
|
|
border-radius: 40rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
padding: 40rpx;
|
|
}
|
|
|
|
.dt-main-text {
|
|
margin-left: 30rpx;
|
|
color: #1d1d1d;
|
|
font-size: 18rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 16rpx 0;
|
|
}
|
|
|
|
.dt-main-text-t {
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.dt-main-text-s {
|
|
color: #7d7d81;
|
|
font-size: 16rpx;
|
|
}
|
|
|
|
.lc-main {
|
|
padding-bottom: 60rpx;
|
|
}
|
|
|
|
.rh {
|
|
width: 100vw;
|
|
position: fixed;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
padding: 38rpx 0 58rpx 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: -2rpx;
|
|
}
|
|
|
|
.rh-btn {
|
|
background: linear-gradient(-75deg, #FFBA90 0%, #FFEAD5 50%, #FFEAD5 100%);
|
|
width: 464rpx;
|
|
height: 86rpx;
|
|
border-radius: 42rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30rpx;
|
|
color: #311300;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.price-tag {
|
|
position: absolute;
|
|
bottom: 32rpx;
|
|
left: 50rpx;
|
|
/* color: #1d1d1d; */
|
|
font-size: 48rpx;
|
|
}
|
|
|
|
.price-high {
|
|
color: #FFE4A4;
|
|
}
|
|
|
|
.price-normal {
|
|
color: #1d1d1d;
|
|
} |