260 lines
4.5 KiB
Plaintext
260 lines
4.5 KiB
Plaintext
/* pages/pageIndex/pageIndex.wxss */
|
|
.container {
|
|
background: #fafafa;
|
|
min-height: 100vh;
|
|
padding-bottom: 160rpx;
|
|
}
|
|
|
|
.search-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
width: calc(100vw - 60rpx);
|
|
margin: 0 auto 35rpx;
|
|
border-radius: 10rpx;
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
padding: 0 30rpx;
|
|
box-shadow: 0px 1px 21px 0px rgba(153, 153, 153, 0.27);
|
|
position: relative;
|
|
top: -25rpx;
|
|
z-index: 10;
|
|
box-sizing: border-box;
|
|
background: rgba(255, 255, 255, 0.96)
|
|
}
|
|
|
|
.search-btn image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.types-tab {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 22rpx;
|
|
color: #333;
|
|
padding: 0 30rpx 10rpx;
|
|
}
|
|
|
|
.types-tab .item {
|
|
display: inline-flex;
|
|
/* flex: 1; */
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.types-tab .item .img-box {
|
|
margin-bottom: 16rpx;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 30rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
box-shadow: 0.629px 0.777px 16px 0px rgba(243, 243, 243, 0.996);
|
|
}
|
|
|
|
.types-tab .item:nth-child(1) image {
|
|
width: 62rpx;
|
|
height: 58rpx;
|
|
}
|
|
|
|
.types-tab .item:nth-child(2) image {
|
|
width: 63rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.types-tab .item:nth-child(3) image {
|
|
width: 66rpx;
|
|
height: 57rpx;
|
|
}
|
|
|
|
.types-tab .item:nth-child(4) image {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.addhousingresource-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.addhousingresource-icon .addhousingresource-yellow {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-color: #fddb50;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
}
|
|
|
|
.across {
|
|
width: 32rpx;
|
|
height: 4rpx;
|
|
border-radius: 50rpx;
|
|
background-color: #000222;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
|
|
}
|
|
|
|
.vertical {
|
|
width: 4rpx;
|
|
height: 32rpx;
|
|
border-radius: 50rpx;
|
|
background-color: #000;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
.house-block {
|
|
padding: 64rpx 0 0;
|
|
}
|
|
|
|
.house-block .title {
|
|
margin-bottom: 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 30rpx;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.house-block .title .more {
|
|
color: #ffc05f;
|
|
font-size: 24rpx;
|
|
padding: 10rpx 30rpx;
|
|
}
|
|
|
|
.house-block .title .more image {
|
|
width: 9rpx;
|
|
height: 14rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.scroll {
|
|
width: 100vw;
|
|
|
|
}
|
|
|
|
.scroll .inner-scroll {
|
|
display: flex;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.scroll .inner-scroll .item {
|
|
margin-right: 20rpx;
|
|
display: inline-flex;
|
|
border-radius: 10rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
box-shadow: 0.629px 0.777px 16px 0px rgba(243, 243, 243, 0.994);
|
|
flex: 0 0 620rpx;
|
|
max-width: calc(100vw - 130rpx);
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.scroll .inner-scroll .right {
|
|
display: inline-flex;
|
|
flex: 0 0 2rpx;
|
|
}
|
|
|
|
.scroll .last-child {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(5, 5, 5, 0.7);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.scroll .last-child .btn {
|
|
color: #fff;
|
|
width: 210rpx;
|
|
height: 120rpx;
|
|
border: 1px solid #fff;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.scroll .last-child .btn image {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.house-brands .title .more {
|
|
color: #66b3ff;
|
|
}
|
|
|
|
.world-block .title .more {
|
|
color: #74cdc1
|
|
}
|
|
|
|
.inner-scroll .card {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.popularize {
|
|
display: block;
|
|
width: calc(100vw - 60rpx);
|
|
margin: 60rpx auto 0;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.video-box {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 100000;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.video-box .close {
|
|
position: fixed;
|
|
left: 20rpx;
|
|
top: 20rpx;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
z-index: 1000000
|
|
}
|
|
|
|
.video-box video {
|
|
/* margin: calc(50vh - 120px) auto;
|
|
display: block; */
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.cover {
|
|
position: fixed;
|
|
left: 5px;
|
|
top: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.cover .image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
} |