锦水居民端小程序
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.
 

173 lines
3.2 KiB

/* subpages/heart/pages/dropByPublish/dropByPublish.wxss */
page {
width: 100%;
overflow-y: auto;
background: #f7f7f7;
}
/* 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 */
.content {
position: relative;
overflow: hidden;
}
.content .my-apply-img {
position: absolute;
right: -10rpx;
top: 16rpx;
}
.content .my-apply-img image {
width: 208rpx;
height: 76rpx;
}
.content .apply-item {
width: 100%;
height: 170rpx;
background-color: white;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0rpx 30rpx;
margin-top: 16rpx;
box-sizing: border-box;
}
.content .text-item {
height: 298rpx;
}
.content .apply-item .item-title {
height: 50rpx;
line-height: 50rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
margin-bottom: 28rpx;
}
.content .apply-item .item-content, .select-time {
width: 100%;
height: 44rpx;
line-height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #666666;
}
.content .apply-item .text-content {
font-weight: 400;
height: 280rpx;
margin-bottom: 40rpx;
}
.text-length {
position: absolute;
right: 0rpx;
bottom: -40rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
}
.submit {
width: 592rpx;
height: 116rpx;
position: relative;
margin: 78rpx auto 0rpx;
}
.submit .submit-bk {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}
.submit .submit-text {
font-size: 34rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
height: 100rpx;
line-height: 100rpx;
text-align: center;
}
.time-group {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.time-group .select-time {
width: 304rpx;
height: 50rpx;
/* background: #F7F7F7; */
border-radius: 25rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
.time-group .select-time image {
width: 26rpx;
height: 26rpx;
opacity: 0.76;
margin-right: 20rpx;
}