42 lines
689 B
Plaintext
42 lines
689 B
Plaintext
|
|
.head{
|
|
color:#fff;
|
|
background-color: #79be53;
|
|
text-align: center;
|
|
height:25px
|
|
}
|
|
.tabItem{
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.activeType{
|
|
background-color: #ffffff;
|
|
}
|
|
.activeLine{
|
|
height: 60rpx;
|
|
width: 10rpx;
|
|
position: absolute;
|
|
top: 20rpx;
|
|
background-color: #79be53;
|
|
}
|
|
.tabWrap{
|
|
float: left;
|
|
height: 100%;
|
|
width: 200rpx;
|
|
border-right: 1rpx solid #eeeeee;
|
|
position: fixed;
|
|
background: #ffffff;
|
|
}
|
|
.listWrap{
|
|
overflow: hidden;
|
|
margin-top:0px;
|
|
padding-left: 200rpx;
|
|
background: #ffffff;
|
|
}
|
|
.listItemWrap{
|
|
position: relative;
|
|
padding:20rpx 20rpx 0 20rpx;
|
|
} |