修改立减金组件样式
This commit is contained in:
parent
3664455790
commit
9e12956b15
|
@ -20,6 +20,7 @@
|
|||
width: auto !important;
|
||||
|
||||
|
||||
|
||||
.couponShow {
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
|
@ -189,6 +190,18 @@
|
|||
.zent-radio-group {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.zent-select-v2 {
|
||||
border-top: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
|
||||
&:hover,
|
||||
.zent-select-v2-search:hover {
|
||||
background-color: #F7F9FC;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.boxTime:last-child {
|
||||
|
@ -266,6 +279,18 @@
|
|||
button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.zent-select-v2 {
|
||||
border-top: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
|
||||
&:hover,
|
||||
.zent-select-v2-search:hover {
|
||||
background-color: #F7F9FC !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.userSelect {
|
||||
|
|
Loading…
Reference in New Issue