diff --git a/pages/index/index.vue b/pages/index/index.vue index 11492a7..c9de1dc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1083,13 +1083,21 @@ width: 60px; max-width: 60px; } + /deep/.uni-select__input-text{ + width: 100%; + color: #019c88; + white-space: nowrap; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + overflow: hidden; + } /deep/.uni-select{ width: 60px; font-size: 14px; - border: 1px solid #e5e5e5; + border: 1px solid #a1e0d4; box-sizing: border-box; - border-radius: 4px; - padding: 0 5px; + border-radius: 30px; + padding: 0 4px; padding-left: 10px; position: relative; display: flex; @@ -1099,8 +1107,9 @@ align-items: center; width: 100%; flex: 1; - height: 35px; - background-color: #fff; + height: 30px; + background: linear-gradient(90deg, #a4e1d5, #e6f7f3); + color: #019c88; } /deep/.uni-searchbar__cancel{ display: none; diff --git a/static/pick.png b/static/pick.png new file mode 100644 index 0000000..5411332 Binary files /dev/null and b/static/pick.png differ