榆山
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.
 
 

93 lines
1.6 KiB

page {
width: 100%;
height: auto;
overflow-y: scroll;
background: #f7f7f7;
}
.toptabs{
border-bottom: 1px solid #EDEFF0;
position: fixed;
top: 0;
z-index: 999999;
width: 100%;
background: #ffffff;
}
.wux-tabs__tab {
font-size:32rpx!important;
color: #8393A0!important;
}
.wux-tabs__tab--current {
color:#333333!important;
font-weight: bold;
font-size: 40rpx!important;
}
.wux-tabs__tab-bar{
background: #ffffff!important;
}
.newhot-tabs{
display: flex;
width: 100%;
margin: 10px;
height: 50rpx;
}
.edit{
margin-top: 100rpx;
width: 100%;
height: calc(100vh - 100rpx);
}
.edit .edit-item{
width: 100%;
background-color: #fff;
margin-bottom: 15rpx;
}
.edit .edit-item .title{
color: #333333;
font-size: 32rpx;
margin:0 20rpx;
padding: 20rpx 0;
border-bottom: 0.5px solid #E7EEEE;
}
.edit .edit-item .textarea{
color: #333333;
font-size: 32rpx;
margin:0 20rpx;
padding: 20rpx 0;
border-bottom: 0.5px solid #E7EEEE;
padding-bottom: 45rpx;
width: 96%;
}
.history{
margin-top: 100rpx;
width: 100%;
}
.history .history-item{
width: 100%;
background-color: #fff;
margin-top: 15rpx;
height: 80rpx;
line-height: 80rpx;
}
.history .history-item .title{
color: #333333;
font-size: 32rpx;
margin:0 20rpx;
}
.submit{
width: 70%;
height: 100rpx;
margin: 30rpx auto;
background-color: #fa2626;
border-radius: 36rpx;
line-height: 100rpx;
text-align: center;
font-size: 34rpx;
color: #FFF;
}
.text-limit{
float:right;
margin-top:-48rpx;
margin-right:20rpx;
font-size:30rpx;
color:#999;
}