|
@@ -5,6 +5,8 @@
|
|
|
overflow-y: scroll;
|
|
|
padding-bottom: 20rpx;
|
|
|
color: #382E2E;
|
|
|
+ font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif; /* 添加后备字体 */
|
|
|
+ font-weight: 400;
|
|
|
.tabbos{
|
|
|
width: 100%;
|
|
|
background-color: white;
|
|
@@ -16,11 +18,16 @@
|
|
|
box-shadow:none;
|
|
|
}
|
|
|
}
|
|
|
+ @font-face {
|
|
|
+ font-family: 'NotoSans-Bold-5';
|
|
|
+ src: url('../../../styles/font/Noto-sans/NotoSans-Bold-5.ttf'); /* 字体文件路径 */
|
|
|
+ }
|
|
|
.tab-bar {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
background-color: white;
|
|
|
padding-bottom: 10rpx;
|
|
|
+ font-family: 'NotoSans-Bold-5', sans-serif;
|
|
|
}
|
|
|
|
|
|
.tab-item {
|
|
@@ -28,19 +35,23 @@
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
color: #969696;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
|
|
|
.tab-item.active {
|
|
|
position: relative;
|
|
|
color: #67806A;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
|
|
|
|
.tab-item.active::after {
|
|
|
content: "";
|
|
|
- width: 80%;
|
|
|
+ width: 64rpx;
|
|
|
position: absolute;
|
|
|
- left: 10%;
|
|
|
- right: 10%;
|
|
|
+ left: calc(50% - 32rpx);
|
|
|
+ right: calc(50% - 32rpx);
|
|
|
bottom: 0;
|
|
|
height: 6rpx;
|
|
|
background-color: #67806A;
|
|
@@ -49,38 +60,38 @@
|
|
|
}
|
|
|
.cardbox{
|
|
|
width: 100%;
|
|
|
- height: auto;
|
|
|
+ height: 428rpx;
|
|
|
padding-left: 30rpx;
|
|
|
padding-right: 30rpx;
|
|
|
- padding-top: 20rpx;
|
|
|
+ padding-top: 24rpx;
|
|
|
padding-bottom: 10rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
+ margin-top: 26rpx;
|
|
|
background-color: white;
|
|
|
.title{
|
|
|
width: 100%;
|
|
|
font-size: 28rpx;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
.roombox{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
- margin-top: 20rpx;
|
|
|
+ margin-top: 24rpx;
|
|
|
image{
|
|
|
- width: 152rpx;
|
|
|
- height: 154rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
+ width: 150rpx;
|
|
|
+ height: 150rpx;
|
|
|
+ border-radius: 4rpx;
|
|
|
}
|
|
|
.room{
|
|
|
height: 100%;
|
|
|
- margin-left: 20rpx;
|
|
|
+ margin-left: 34rpx;
|
|
|
.room-name{
|
|
|
width: 460rpx;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
|
}
|
|
|
.room-tag{
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
width: 460rpx;
|
|
|
height: auto;
|
|
|
color: #F37B40;
|
|
@@ -89,7 +100,7 @@
|
|
|
.room-text{
|
|
|
width: 460rpx;
|
|
|
height: auto;
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
color: #737373;
|
|
|
}
|
|
|
.room-text2{
|
|
@@ -107,8 +118,8 @@
|
|
|
align-items: center;
|
|
|
.ciri{
|
|
|
width: 200rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- height: 50rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ height: 36rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -118,22 +129,22 @@
|
|
|
}
|
|
|
.price{
|
|
|
margin-left: auto;
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
}
|
|
|
}
|
|
|
.sumbitbox{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
- margin-top: 20rpx;
|
|
|
+ margin-top: 32rpx;
|
|
|
.sumbit{
|
|
|
- width: 164rpx;
|
|
|
- height: 66rpx;
|
|
|
- border-radius: 40rpx;
|
|
|
+ width: 168rpx;
|
|
|
+ height: 68rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
border: #F37B40 solid 2rpx;
|
|
|
background-color: white;
|
|
|
color: #F37B40;
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|