162 lines
3.1 KiB
Plaintext
162 lines
3.1 KiB
Plaintext
/* pages/restOfWorld/restOfWorld.wxss */
|
|
.hot-text{
|
|
padding: 40rpx 30rpx ;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.hot-text .item{
|
|
display: inline-flex;
|
|
padding: 16rpx 20rpx;
|
|
margin: 20rpx 20rpx 0 0;
|
|
box-sizing: border-box;
|
|
border-radius: 8rpx;
|
|
background: rgb(245, 245, 245);
|
|
border:1px solid rgb(245, 245, 245);
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.hot-text .item.active{
|
|
color: #74cdc1;
|
|
border-color: #74cdc1;
|
|
background: #fff;
|
|
}
|
|
.condition-box .navigator{
|
|
line-height: 80rpx;
|
|
}
|
|
.condition-box .bold{
|
|
font-weight: bold;
|
|
}
|
|
.hot-text-box{
|
|
min-height: 1px;
|
|
}
|
|
.condition-box{
|
|
display: flex;
|
|
padding: 50rpx 30rpx 40rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 20rpx solid #f5f5f5;
|
|
border-top: 1px solid #e8e8e8;
|
|
height: 84rpx;
|
|
}
|
|
.condition-box .condition-tab{
|
|
display: flex;
|
|
flex: 1;
|
|
height: 80rpx;
|
|
border:1px solid #e8e8e8;
|
|
border-radius: 10rpx;
|
|
justify-content:space-evenly;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.condition-box .condition-tab .divide{
|
|
display: inline-flex;
|
|
flex:0 0 2rpx;
|
|
height: 26rpx;
|
|
background: rgb(225, 225, 225)
|
|
}
|
|
.condition-box .tab .tobottom{
|
|
width: 12rpx;
|
|
height: 7rpx;
|
|
margin-left:8rpx;
|
|
/* transform: rotateZ(180deg) */
|
|
}
|
|
.condition-box .tab .filtrate{
|
|
width: 16rpx;
|
|
height: 18rpx;
|
|
margin-left:8rpx;
|
|
}
|
|
.condition-box .tab .order{
|
|
width: 18rpx;
|
|
height: 20rpx;
|
|
margin-left:8rpx;
|
|
}
|
|
|
|
.condition-box .tab.active .tobottom{
|
|
transform: rotateZ(0)
|
|
}
|
|
.condition-box .tab{
|
|
display: inline-flex;
|
|
position: relative;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.condition-box .tab.active{
|
|
font-weight: bold;
|
|
color: #333;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.triangle{
|
|
display: inline-flex;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.triangle.descend{
|
|
transform: rotateZ(180deg)
|
|
}
|
|
|
|
.condition-box .more{
|
|
display: inline-flex;
|
|
flex: 0 0 138rpx;
|
|
height: 80rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* background: #f2f2f2; */
|
|
border-radius: 80rpx;
|
|
font-size: 30rpx;
|
|
box-sizing: border-box;
|
|
border:1px solid #e8e8e8;
|
|
}
|
|
.condition-box .more image{
|
|
display: inline-flex;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-left: 4rpx;
|
|
}
|
|
.condition-box .more.hascondition{
|
|
font-weight: bold;
|
|
}
|
|
.condition-box .search{
|
|
display: inline-flex;
|
|
width: 80rpx;
|
|
flex: 0 0 80rpx;
|
|
height: 80rpx;
|
|
border:1px solid #e8e8e8;
|
|
border-radius: 50%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box
|
|
}
|
|
.condition-box .search image{
|
|
display: inline-flex;
|
|
flex:0 0 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.conditionFixed{
|
|
position: fixed;
|
|
left: 0;
|
|
background: #fff;
|
|
width: 100vw;
|
|
z-index: 12
|
|
}
|
|
.list{
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.nocontent{
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
padding: 200rpx 0 ;
|
|
color: #999
|
|
}
|
|
.nocontent .file{
|
|
width: 40rpx;
|
|
height: 46rpx;
|
|
display: block;
|
|
margin: 0 auto 20rpx;
|
|
} |