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.
55 lines
941 B
55 lines
941 B
5 years ago
|
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{
|
||
|
width: 100%;
|
||
|
}
|
||
|
.edit .edit-item{
|
||
|
width: 100%;
|
||
|
background-color: #fff;
|
||
|
margin-top: 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;
|
||
|
width: 96%;
|
||
|
}
|