init
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
.project-select{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
&-btns{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 80rpx;
|
||||
padding: 0 30rpx;
|
||||
border-bottom: 1px solid var(--u-border-color);
|
||||
>button{
|
||||
margin: 0;
|
||||
padding: 0 40rpx !important;
|
||||
}
|
||||
}
|
||||
&-filter{
|
||||
height: 120rpx;
|
||||
padding: 20rpx 30rpx 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
&-inner{
|
||||
padding-bottom: 20rpx;
|
||||
height: calc(100% - 210rpx);
|
||||
overflow: hidden;
|
||||
border-top: 1px solid var(--u-border-color);
|
||||
&-wrap{
|
||||
>.li{
|
||||
padding: 20rpx 30rpx;
|
||||
background-color: var(--u-bg-gray-light);
|
||||
}
|
||||
>.li:nth-of-type(2n){
|
||||
background-color: var(--u-bg-white);
|
||||
}
|
||||
>.li.active{
|
||||
background-color: var(--u-type-primary-dark);
|
||||
color: var(--u-white-color);
|
||||
}
|
||||
>.li:hover{
|
||||
background-color: var(--u-type-primary-dark);
|
||||
color: var(--u-white-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user