This commit is contained in:
2025-07-31 17:44:06 +08:00
parent 766e7666f7
commit c6e7d94064
4 changed files with 120 additions and 115 deletions

View File

@@ -250,6 +250,113 @@ uni-button:after {
background-color: #fef6e4;
}
/** 站点 **/
.state-wrap {
width: 100%;
height: 60rpx;
margin-bottom: 10rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.state-item-wrap {
height: 60rpx;
margin-right: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.state-color {
width: 30rpx;
height: 30rpx;
border-radius: 50%;
margin-right: 10rpx;
}
.state-name {
font-size: 28rpx;
line-height: 60rpx;
color: #333;
font-weight: normal;
text-align: left;
}
.locate_name {
border-bottom: 1px solid #e9b451;
margin-bottom: 10px;
position: relative;
}
.title_locate {
width: 50%;
font-size: 30rpx;
line-height: 80rpx;
color: #333;
font-weight: bold;
text-align: left;
font-style: italic;
}
.is_reverse {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.open_icon {
position: absolute;
right: 0;
top: 0;
width: 48rpx;
height: 80rpx;
font-size: 40rpx;
line-height: 80rpx;
color: #ff6a00;
font-weight: normal;
text-align: right;
transition: all 0.3s;
-webkit-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}
.open_icon::before {
content: "\e6db";
}
.site_block {
width: 100%;
height: auto;
overflow: hidden;
transition: height 0.3s;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 10rpx;
}
.site_item {
width: calc(100% / 3);
height: 110rpx;
padding: 5rpx 5rpx;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.site_item_box {
width: 100%;
height: 100%;
padding: 10rpx;
background-color: #dcdfe6;
border-radius: 10rpx;
}
.title_1 {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
font-size: 28rpx;
line-height: 28rpx;
color: #303133;
font-weight: 500;
text-align: center;
}
/** 提交栏 **/
.filter_bar {
position: fixed;