美化了样式

This commit is contained in:
2025-08-15 00:36:04 +08:00
parent 5fc1378051
commit 1b4d3e310b
63 changed files with 2735 additions and 2411 deletions

View File

@ -1,142 +1,115 @@
.ml-3 {
margin-left: 5.63rpx;
}
.mt-17 {
margin-top: 31.88rpx;
}
.page {
padding: 0rpx 0 10.88rpx;
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
background: #ffffff;
overflow: hidden;
font-family: SourceHanSansCN, PingFang SC, Microsoft YaHei, system-ui, -apple-system, sans-serif;
}
.group {
padding-left: 30rpx;
padding-right: 28.13rpx;
.hover { opacity: 0.8; transition: opacity .2s ease; }
::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.section {
padding: 15.25rpx 0;
background-color: #f2f2f2;
border-radius: 93.75rpx;
}
.image {
width: 35.63rpx;
height: 35.63rpx;
}
.text {
color: #a8a8a8;
font-size: 26.5rpx;
font-family: SourceHanSerifCN;
line-height: 20.83rpx;
}
.equal-division {
align-self: stretch;
margin: 21.88rpx 31.46rpx 0 29.48rpx;
}
.group_2 {
flex: 1 1 229.69rpx;
}
.group_1 {
padding: 13.56rpx 0 9.99rpx;
}
.image_3 {
width: 96rpx;
height: 96rpx;
}
.font {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 24.15rpx;
color: #000000;
}
.text_1 {
line-height: 24.26rpx;
}
.group_3 {
padding: 13.56rpx 0 10.09rpx;
}
.text_3 {
line-height: 24.23rpx;
}
.group_4 {
padding: 13.56rpx 0 10.13rpx;
}
.text_4 {
line-height: 24.13rpx;
}
.text_2 {
margin-left: 35.04rpx;
margin-top: 38.16rpx;
color: #000000;
font-size: 30rpx;
font-family: SourceHanSansCN;
line-height: 27.75rpx;
}
.list {
margin-top: 9.56rpx;
}
.group_5 {
padding: 18.75rpx 29.46rpx 0 35.63rpx;
height: 180rpx;
}
.list-divider {
background-color: #d6d6d6;
height: 1.88rpx;
}
.pos_3 {
position: absolute;
left: 35.63rpx;
right: 33.81rpx;
top: 178.13rpx;
}
.image_4 {
border-radius: 9.38rpx;
width: 208.13rpx;
height: 133.13rpx;
}
.pos {
position: absolute;
left: 35.63rpx;
top: 50%;
transform: translateY(-50%);
}
.group_6 {
width: 453.49rpx;
}
.pos_2 {
position: absolute;
right: 29.46rpx;
top: 50%;
transform: translateY(-50%);
}
.font_2 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 31.88rpx;
color: #000000;
}
.font_3 {
font-size: 26.25rpx;
font-family: AlibabaPuHuiTi;
line-height: 24.15rpx;
color: #ff5733;
}
.font_4 {
font-size: 22.5rpx;
font-family: AlibabaPuHuiTi;
line-height: 20.34rpx;
color: #a6a6a6;
/* 顶部 */
.top { padding: 30rpx; }
.search-bar {
display: flex; align-items: center; gap: 14rpx;
padding: 18rpx 22rpx; border-radius: 9999rpx;
background: #f5f6f7;
}
.search-icon { width: 36rpx; height: 36rpx; }
.search-text { font-size: 26rpx; color: #a8a8a8; }
.swiper {
border-radius: 9.38rpx;
width: 691.88rpx;
height: 324.38rpx;
margin-top: 22.5rpx;
width: 100%; height: 324rpx; margin-top: 24rpx;
border-radius: 16rpx; overflow: hidden;
}
/* 轮播图图片 */
.swiper-image {
width: 100%;
height: 100%;
}
.swiper-image { width: 100%; height: 100%; }
/* 分类 */
.category-row {
display: flex; gap: 24rpx; padding: 0 30rpx; margin-top: 22rpx;
}
.category-card {
flex: 1; background: #fff; border-radius: 20rpx;
padding: 22rpx 0 18rpx;
display: flex; flex-direction: column; align-items: center; gap: 12rpx;
box-shadow: 0 6rpx 24rpx rgba(0,0,0,0.06);
}
.category-icon { width: 96rpx; height: 96rpx; }
.category-text { font-size: 26rpx; color: #111; }
/* 标题 */
.section-head { padding: 28rpx 30rpx 16rpx; }
.section-title { font-size: 30rpx; font-weight: 600; }
/* 列表(滚动) */
.list {
flex: 1;
padding: 0 20rpx 20rpx;
-webkit-overflow-scrolling: touch;
overflow: auto;
}
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { scrollbar-width: none; }
/* 宫格布局 */
.grid {
display: flex;
flex-wrap: wrap;
gap: 20rpx;
}
.grid-item {
width: calc(50% - 10rpx);
background: #fff;
border-radius: 16rpx;
overflow: hidden;
box-shadow: 0 4rpx 16rpx rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
}
.grid-cover {
width: 100%; height: 200rpx;
object-fit: cover;
}
.grid-info {
padding: 14rpx;
display: flex;
flex-direction: column;
gap: 6rpx;
}
.grid-title {
font-size: 26rpx;
color: #111;
line-height: 36rpx;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.grid-meta {
display: flex; justify-content: space-between; align-items: center;
}
.grid-price {
font-size: 26rpx;
font-weight: 600;
color: #ff6a00;
}
.grid-people {
font-size: 22rpx;
color: #9aa0a6;
}
/* 空状态 */
.empty {
padding: 80rpx 0 60rpx;
display: flex; flex-direction: column; align-items: center; gap: 18rpx;
color: #9aa0a6;
}
.empty-icon { width: 220rpx; height: 220rpx; opacity: 0.7; }
.empty-text { font-size: 24rpx; }