锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.3 KiB

5 years ago
page {
width: 100%;
min-height: 100vh;
height: auto;
overflow-y: auto;
}
.signed-list {
width: 100%;
height: 100%;
background: #f7f7f7;
}
.tab-bar {
width: 100%;
height: 98rpx;
background: #fff;
display: flex;
align-items: center;
position: relative;
}
.tab-bar .tab {
font-size: 30rpx;
color: #999;
width: 165rpx;
height: 100%;
line-height: 98rpx;
text-indent: 20rpx;
position: relative;
z-index: 10;
}
.tab-bar .tab.select {
font-size:36rpx;
color: #333;
font-weight: bolder;
}
.tab-bar .select-bar {
position: absolute;
left: 14rpx;
bottom: 26rpx;
width: 120rpx;
height: 12rpx;
border-radius: 12rpx;
background: #fc5555;
z-index: 1;
}
.tab-bar .tab0.select-bar {
left: 14rpx;
transition: left 0.3s linear;
}
.tab-bar .tab1.select-bar {
left: 179rpx;
transition: left 0.3s linear;
}
.tab-bar .tab4.select-bar {
left: 344rpx;
transition: left 0.3s linear;
}
.tab-bar .tab5.select-bar {
left: 509rpx;
transition: left 0.3s linear;
}
.tab-bar .hover-tab {
background: #f7f7f7;
}
.activity-list {
width: 100%;
min-height: calc(100vh - 198rpx);
box-sizing: border-box;
padding: 15rpx 20rpx;
}
.activity-list .no-data {
width:100%;
height: calc(100vh - 238rpx);
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
color: #999;
background: #f7f7f7;
}