|
@@ -4,9 +4,11 @@
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
padding-bottom: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
color: #382E2E;
|
|
color: #382E2E;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", sans-serif;
|
|
.img2{
|
|
.img2{
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 430rpx;
|
|
|
|
|
|
+ height: 442rpx;
|
|
}
|
|
}
|
|
//云上风物
|
|
//云上风物
|
|
.box{
|
|
.box{
|
|
@@ -170,7 +172,7 @@
|
|
|
|
|
|
//我的收藏
|
|
//我的收藏
|
|
.Legendary-Information{
|
|
.Legendary-Information{
|
|
- margin-top: 40rpx;
|
|
|
|
|
|
+ margin-top: 44rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
background-color: white;
|
|
background-color: white;
|
|
overflow-y: hidden;
|
|
overflow-y: hidden;
|
|
@@ -178,41 +180,46 @@
|
|
padding-right: 3%;
|
|
padding-right: 3%;
|
|
padding-bottom: 40rpx;
|
|
padding-bottom: 40rpx;
|
|
column-count: 2; /* 设置列数 */
|
|
column-count: 2; /* 设置列数 */
|
|
- column-gap: 20rpx; /* 设置列间距 */
|
|
|
|
|
|
+ column-gap: 10rpx; /* 设置列间距 */
|
|
.cardbox {
|
|
.cardbox {
|
|
break-inside: avoid; /* 防止卡片在列之间断裂 */
|
|
break-inside: avoid; /* 防止卡片在列之间断裂 */
|
|
margin-bottom: 20rpx; /* 设置卡片底部间距 */
|
|
margin-bottom: 20rpx; /* 设置卡片底部间距 */
|
|
- width: 100%; /* 确保卡片宽度为100% */
|
|
|
|
|
|
+ width: 346rpx;
|
|
|
|
+ height: 398rpx; /* 确保卡片宽度为100% */
|
|
background-color: #F9F9F9;
|
|
background-color: #F9F9F9;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ flex-direction: column;
|
|
.pic{
|
|
.pic{
|
|
- width: 100%;
|
|
|
|
- height: 206rpx;
|
|
|
|
|
|
+ width: 336rpx;
|
|
|
|
+ height: 198rpx;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
}
|
|
.textobx{
|
|
.textobx{
|
|
- width: 100%;
|
|
|
|
- height: auto;
|
|
|
|
- padding-left: 20rpx;
|
|
|
|
- padding-right: 20rpx;
|
|
|
|
|
|
+ width: 302;
|
|
|
|
+ height: 152rpx;
|
|
|
|
+ margin-bottom: 20rpx;
|
|
.title{
|
|
.title{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
height: 50rpx;
|
|
|
|
+ margin-top: 4rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
.til{
|
|
.til{
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
- font-weight: 600;
|
|
|
|
|
|
+ font-weight:700;
|
|
}
|
|
}
|
|
.collect{
|
|
.collect{
|
|
- width: 50rpx;
|
|
|
|
- height: 50rpx;
|
|
|
|
|
|
+ width: 46rpx;
|
|
|
|
+ height: 46rpx;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.miaosu{
|
|
.miaosu{
|
|
- width: 100%;
|
|
|
|
- height: 72rpx;
|
|
|
|
- font-size: 28rpx;
|
|
|
|
|
|
+ width: 284rpx;
|
|
|
|
+ height: 70rpx;
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ font-weight: 400;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
@@ -221,10 +228,12 @@
|
|
}
|
|
}
|
|
.bottom{
|
|
.bottom{
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 68rpx;
|
|
|
|
|
|
+ height: 46rpx;
|
|
|
|
+ margin-top: 4rpx;
|
|
display: flex;
|
|
display: flex;
|
|
- align-items: center;
|
|
|
|
.qian{
|
|
.qian{
|
|
|
|
+ font-size: 28;
|
|
|
|
+ font-weight: 400;
|
|
color: #C5262Ced;
|
|
color: #C5262Ced;
|
|
display: flex;
|
|
display: flex;
|
|
.numbox{
|
|
.numbox{
|
|
@@ -232,9 +241,10 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.soucang{
|
|
.soucang{
|
|
- width: 110rpx;
|
|
|
|
|
|
+ width: 118rpx;
|
|
height: 46rpx;
|
|
height: 46rpx;
|
|
- font-size: 25rpx;
|
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-weight: 700;
|
|
background-color: #343027;
|
|
background-color: #343027;
|
|
border-radius: 40rpx;
|
|
border-radius: 40rpx;
|
|
color: white;
|
|
color: white;
|
|
@@ -247,33 +257,46 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'NotoSans-Bold-5';
|
|
|
|
+ src: url('../../styles/font/Noto-sans/NotoSans-Bold-5.ttf'); /* 字体文件路径 */
|
|
|
|
+ }
|
|
|
|
+
|
|
.tab-bar {
|
|
.tab-bar {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
|
+ margin-top: 28rpx;
|
|
|
|
+ font-family: 'NotoSans-Bold-5', sans-serif;
|
|
}
|
|
}
|
|
|
|
|
|
.tab-item {
|
|
.tab-item {
|
|
- padding: 10px 0;
|
|
|
|
|
|
+ padding: 10rpx 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
position: relative;
|
|
position: relative;
|
|
color: #969696;
|
|
color: #969696;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-weight: 400;
|
|
}
|
|
}
|
|
|
|
|
|
.tab-item.active {
|
|
.tab-item.active {
|
|
position: relative;
|
|
position: relative;
|
|
color: #67806A;
|
|
color: #67806A;
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ font-weight: 500;
|
|
}
|
|
}
|
|
|
|
|
|
.tab-item.active::after {
|
|
.tab-item.active::after {
|
|
content: "";
|
|
content: "";
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 64rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 10%;
|
|
|
|
- right: 10%;
|
|
|
|
|
|
+ left: calc(50% - 32rpx);
|
|
|
|
+ right: calc(50% - 32rpx);
|
|
bottom: 0;
|
|
bottom: 0;
|
|
height: 6rpx;
|
|
height: 6rpx;
|
|
background-color: #67806A;
|
|
background-color: #67806A;
|
|
border-radius: 4rpx;
|
|
border-radius: 4rpx;
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|