34 lines
516 B
Plaintext
34 lines
516 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;
|
|
}
|
|
|
|
.listWrap{
|
|
overflow: hidden;
|
|
margin:10px;
|
|
background: #ffffff;
|
|
}
|
|
.listItemWrap{
|
|
position: relative;
|
|
padding:20rpx 20rpx 0 20rpx;
|
|
} |