From 0e7c4c9077d77e67bebb283b6dc2eca42bb03824 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 29 七月 2022 17:13:19 +0800 Subject: [PATCH] # --- static/css/demo02.css | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/static/css/demo02.css b/static/css/demo02.css index 1470d65..b306573 100644 --- a/static/css/demo02.css +++ b/static/css/demo02.css @@ -1,14 +1,15 @@ /* 鎼滅储妗� */ .search-box { width: 100%; - height: 100rpx; + /* height: 100rpx; */ } .search-box-title { display: inline-block; float: left; border-bottom: 1px solid #909399; width: 30%; - height: 50rpx; + height: 100rpx; + line-height: 100rpx; text-align: right; text-indent: -10rpx; @@ -18,10 +19,14 @@ float: left; border-bottom: 1px solid #909399; width: 60%; - height: 50rpx; + height: 100rpx; + /* line-height: 150rpx; */ margin-left: 10rpx; text-indent: 10rpx; + placeholder-style { + color: #eaeff8; + } } .placeholder-style { - color: #C0C4CC; + } \ No newline at end of file -- Gitblit v1.9.1