From 00a6062e335ee063a32d8127bfca6f3903ec0885 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 30 十月 2023 21:22:02 +0800
Subject: [PATCH] #
---
components/My-input/My-input.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/components/My-input/My-input.vue b/components/My-input/My-input.vue
index 36dbcab..515f8c1 100644
--- a/components/My-input/My-input.vue
+++ b/components/My-input/My-input.vue
@@ -50,14 +50,15 @@
<style lang="scss">
.my-input {
width: 100%;
- height: 3rem;
+ height: 45px;
display: flex;
+ color: #606164;
align-items: center;
background-color: #ECF0F1;
- border-radius: 14rpx;
- box-shadow: inset 8rpx 8rpx 8rpx rgba(0,0,0,.3),
- inset -8rpx -8rpx 8rpx rgba(255,255,255,.7),
- -8rpx -8rpx 10rpx rgba(0,0,0,.4);
+ border-radius: 7px;
+ box-shadow: inset 4px 4px 4px rgba(0,0,0,.3),
+ inset -4px -4px 4px rgba(255,255,255,.7),
+ -4px -4px 5px rgba(0,0,0,.4);
}
.title-icon {
margin: 0 8px 0 8px;
--
Gitblit v1.9.1