diff --git a/src/assets/arrow_bot.png b/src/assets/arrow_bot.png new file mode 100644 index 00000000..354e2ae8 Binary files /dev/null and b/src/assets/arrow_bot.png differ diff --git a/src/styles/common.scss b/src/styles/common.scss index 2629b2d6..b440e15f 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -8,9 +8,6 @@ select{ background-color: transparent; /* 设置透明背景色 */ border: none; /* 取消边框 */ outline: none; - /* 右侧添加箭头的背景图 自行调整位置 */ - //background: url('@/assets/copy.png') 20px center no-repeat #fff; - } .van-toast--html, .van-toast--text { z-index: 100000000002 !important; diff --git a/src/views/index/driverAdd.vue b/src/views/index/driverAdd.vue index 9cb5e824..1fc0f26d 100644 --- a/src/views/index/driverAdd.vue +++ b/src/views/index/driverAdd.vue @@ -20,7 +20,7 @@ 准驾车型 - @@ -165,6 +165,17 @@ export default { box-sizing: border-box; padding-left: 16px; } +.mySelect{ + @include fontWeightSize(bold,13px); + width: 44px; + color: #323643; + appearance: none; + padding-right: 16px; + background-image: url('@/assets/arrow_bot.png'); + background-repeat: no-repeat; + background-position: right center; + background-size: 15px 14px; /* 自定义图像的大小 */ +} .navBar{ //height: 46px; margin-bottom: 46px; diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index c31eb1d4..4a3326d3 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -18,7 +18,7 @@ 车辆类型 - @@ -198,6 +198,16 @@ export default {