mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: build vant-css failed
This commit is contained in:
parent
3c55ee20ce
commit
49e7ca2fef
@ -1,10 +1,12 @@
|
|||||||
@import "./mixins/ellipsis";
|
@import "./mixins/ellipsis.css";
|
||||||
@import "./mixins/clearfix";
|
@import "./mixins/clearfix.css";
|
||||||
@import './common/var.css';
|
@import './common/var.css';
|
||||||
|
|
||||||
.van-deep-select {
|
.van-deep-select {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
@mixin clearfix;
|
@mixin clearfix;
|
||||||
|
|
||||||
&__nav {
|
&__nav {
|
||||||
width: 143px;
|
width: 143px;
|
||||||
/*float: left;*/
|
/*float: left;*/
|
||||||
@ -16,31 +18,37 @@
|
|||||||
background-color: $c-white;
|
background-color: $c-white;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__nitem {
|
&__nitem {
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
background-color: $c-white;
|
background-color: $c-white;
|
||||||
@mixin multi-ellipsis 1;
|
@mixin multi-ellipsis 1;
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
background-color: $c-background;
|
background-color: $c-background;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
margin-left: 143px;
|
margin-left: 143px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
@mixin multi-ellipsis 1;
|
@mixin multi-ellipsis 1;
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
color: $button-danger-background-color;
|
color: $button-danger-background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__selected {
|
&__selected {
|
||||||
float: right;
|
float: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
@import './common/var.css';
|
@import './common/var.css';
|
||||||
|
@import './mixins/border_retina.css';
|
||||||
|
|
||||||
.van-goods-action {
|
.van-goods-action {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user