[add] 企标立项、更改流程
This commit is contained in:
@@ -1,3 +1,41 @@
|
||||
@primary-color: #E63636;
|
||||
@font-color: #1D2129;
|
||||
@label-font-color: #767676;
|
||||
@label-font-color: #767676;
|
||||
|
||||
/* switch的样式 */
|
||||
.top-wrapper {
|
||||
width: 100%;
|
||||
height: 1.11rem;
|
||||
background: #FFFFFF;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.table-operator-tab {
|
||||
width: 4.2rem;
|
||||
height: 0.68rem;
|
||||
line-height: 0.68rem;
|
||||
margin: 0 auto;
|
||||
background-color: #FFFFFF;
|
||||
border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
|
||||
border: 0.01rem solid @primary-color;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.table-operator-tab a {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 2.1rem;
|
||||
height: 0.68rem;
|
||||
color: #1D2129;
|
||||
font-size: 0.28rem;
|
||||
}
|
||||
|
||||
.table-operator-tab a.table-operator-tab-active {
|
||||
background-color: @primary-color;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* switch的样式--end */
|
||||
Reference in New Issue
Block a user