From 4725567f235552daffc7e4163bce21f4c4f802d3 Mon Sep 17 00:00:00 2001 From: yulixing Date: Wed, 27 Nov 2019 21:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/index.vue | 30 ++++++++++++++++++------------ src/pages/index/index.vue | 26 +++++++++++++------------- src/pages/list/index.vue | 1 - src/pages/result/index.vue | 5 ++--- src/pages/search/index.vue | 9 ++++----- 5 files changed, 37 insertions(+), 34 deletions(-) diff --git a/src/pages/details/index.vue b/src/pages/details/index.vue index 531044c..61ac7f3 100644 --- a/src/pages/details/index.vue +++ b/src/pages/details/index.vue @@ -12,8 +12,10 @@
{{maker.title}}
{{maker.desc}}
- -
输入名称、物品或任何文字
+
+ +
可输入任何文字
+
GO
@@ -23,8 +25,8 @@
-
大家都在玩
-
more>>
+
大家都在测
+
更多>>
@@ -150,14 +152,19 @@ export default { text-indent: 2em; } } - .card-ipt { - height: 42rpx; - color: #333; - border-bottom: 1px solid #333; - } + .card-ipt-wrap { + width: 70%; + margin: 24rpx auto; + .card-ipt { + margin-bottom: 10rpx; + height: 48rpx; + color: #333; + border-bottom: 1px solid #333; + } - .card-ipt-tip { - font-size: 24rpx; + .card-ipt-tip { + font-size: 24rpx; + } } .card-btn { @@ -188,7 +195,6 @@ export default { .list { background-color: #fff; border: 4rpx solid #ffdc34; - border-radius: 16rpx; .list-hd { display: flex; justify-content: space-between; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 2d87e05..29fce0b 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -14,8 +14,8 @@
- 热门 - 精选 + 精选 + 推荐
- HOTNEW + 测试排行
-
more>>
+
更多>>
@@ -206,7 +206,7 @@ export default { position: relative; height: 300rpx; margin: 0 auto; - padding: 60rpx 32rpx; + padding: 60rpx 32rpx 80rpx; background-color: #fffdf5; border: 4px solid #ffdc34; } @@ -225,10 +225,10 @@ export default { .r { position: absolute; padding: 8rpx; - height: 32rpx; - width: 32rpx; - right: -20rpx; - top: -20rpx; + height: 36rpx; + width: 36rpx; + right: -26rpx; + top: -26rpx; font-size: 0; background-color: #ffdc34; border-radius: 50%; @@ -258,11 +258,12 @@ export default { position: absolute; right: 32rpx; bottom: 32rpx; - width: 96rpx; - height: 96rpx; + width: 108rpx; + height: 108rpx; color: #fff; + font-size: 36rpx; font-weight: 700; - line-height: 96rpx; + line-height: 108rpx; text-align: center; background: linear-gradient( 0deg, @@ -291,7 +292,6 @@ export default { .list { background-color: #fff; border: 4rpx solid #ffdc34; - border-radius: 16rpx; .list-hd { display: flex; justify-content: space-between; diff --git a/src/pages/list/index.vue b/src/pages/list/index.vue index e5afebe..ad02a7f 100644 --- a/src/pages/list/index.vue +++ b/src/pages/list/index.vue @@ -160,7 +160,6 @@ export default { .sec-2 { margin: 60rpx 0 60rpx; border: 4rpx solid #ffdc34; - border-radius: 16rpx; background-color: #fff; .list-hd { height: 80rpx; diff --git a/src/pages/result/index.vue b/src/pages/result/index.vue index 5ce0c49..116a4f6 100644 --- a/src/pages/result/index.vue +++ b/src/pages/result/index.vue @@ -49,8 +49,8 @@
-
大家都在玩
-
more>>
+
大家都在测
+
更多>>
@@ -311,7 +311,6 @@ export default { .list { background-color: #fff; border: 4rpx solid #ffdc34; - border-radius: 16rpx; .list-hd { display: flex; justify-content: space-between; diff --git a/src/pages/search/index.vue b/src/pages/search/index.vue index 4bcf1fd..6b55b8e 100644 --- a/src/pages/search/index.vue +++ b/src/pages/search/index.vue @@ -162,10 +162,10 @@ export default { .del { position: absolute; padding: 8rpx; - height: 32rpx; - width: 32rpx; - right: -20rpx; - top: -20rpx; + height: 36rpx; + width: 36rpx; + right: -24rpx; + top: -24rpx; font-size: 0; background-color: #ffdc34; border-radius: 50%; @@ -209,7 +209,6 @@ export default { .sec-3 { margin: 0 0 80rpx; border: 4rpx solid #ffdc34; - border-radius: 16rpx; background-color: #fff; .list-hd { height: 80rpx;