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.
84 lines
1.4 KiB
84 lines
1.4 KiB
5 years ago
|
/* subpages/heart/pages/dropByList/dropByList.wxss */
|
||
|
page {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
overflow-y: auto;
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
.drop-by-list {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* tab start */
|
||
|
.tab-all {
|
||
|
width: 100%;
|
||
|
height: 90rpx;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
|
||
|
.tab-bar {
|
||
|
width: 100%;
|
||
|
height: 90rpx;
|
||
|
background: #fff;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
.tab-bar-fixed {
|
||
|
position: fixed;
|
||
|
top: 0rpx;
|
||
|
}
|
||
|
.tab-bar .tab {
|
||
|
font-size: 34rpx;
|
||
|
font-weight: 500;
|
||
|
color: rgba(171, 171, 171, 1);
|
||
|
width: 50%;
|
||
|
height: 100%;
|
||
|
line-height: 92rpx;
|
||
|
/* text-indent: 20rpx; */
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
z-index: 10;
|
||
|
}
|
||
|
|
||
|
.tab-bar .tab.select {
|
||
|
font-size: 36rpx;
|
||
|
font-weight: bold;
|
||
|
color: rgba(229, 15, 0, 1);
|
||
|
}
|
||
|
|
||
|
.tab-bar .select-bar {
|
||
|
position: absolute;
|
||
|
left: 14rpx;
|
||
|
bottom: 0rpx;
|
||
|
width: 30rpx;
|
||
|
height: 8rpx;
|
||
|
border-radius: 4rpx;
|
||
|
background: #fc5555;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.tab-bar .tab0.select-bar {
|
||
|
left: calc(25% - 15rpx);
|
||
|
transition: left 0.3s linear;
|
||
|
}
|
||
|
|
||
|
.tab-bar .tab1.select-bar {
|
||
|
left: calc(75% - 15rpx);
|
||
|
transition: left 0.3s linear;
|
||
|
}
|
||
|
/* tab end */
|
||
|
|
||
|
.my-publish {
|
||
|
height: 76rpx;
|
||
|
width: 164rpx;
|
||
|
position: fixed;
|
||
|
right: -10rpx;
|
||
|
top: 70rpx;
|
||
|
}
|
||
|
.my-publish image {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|