From f3c10120d186e02df55cadd57e0d6d4d729078a9 Mon Sep 17 00:00:00 2001 From: shenhai <5213606@qq.com> Date: Thu, 15 Nov 2018 14:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/common/uni.css | 13 +++++++++++- .../list-triplex-row/list-triplex-row.vue | 6 +++--- .../pages/template/media-list/media-list.vue | 20 +++++++++---------- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/examples/hello-uniapp/common/uni.css b/examples/hello-uniapp/common/uni.css index ca001330e..1dacc182a 100644 --- a/examples/hello-uniapp/common/uni.css +++ b/examples/hello-uniapp/common/uni.css @@ -83,7 +83,14 @@ form { padding:20upx 0; line-height:1.5; } -.uni-title text{font-size:24upx; color:#888;} +.uni-text{ + font-size:28upx; +} +.uni-title text{ + font-size:24upx; + color:#888; +} + .uni-text-gray{ color: #ccc; } @@ -515,6 +522,10 @@ radio-group label, checkbox-group label{ .uni-triplex-left { width: 84%; } +.uni-triplex-left .uni-title{ + padding:8upx 0; +} +.uni-triplex-left .uni-text, .uni-triplex-left .uni-text-small{color:#999999;} .uni-triplex-right { width: 16%; text-align: right; diff --git a/examples/hello-uniapp/pages/template/list-triplex-row/list-triplex-row.vue b/examples/hello-uniapp/pages/template/list-triplex-row/list-triplex-row.vue index 6927a054e..25fc1292b 100644 --- a/examples/hello-uniapp/pages/template/list-triplex-row/list-triplex-row.vue +++ b/examples/hello-uniapp/pages/template/list-triplex-row/list-triplex-row.vue @@ -6,9 +6,9 @@ - 列表主标题 - 列表副标题 - 列表内容文字,列表内容文字,列表内容文字,列表内容文字,列表内容文字,列表内容文字 + 列表主标题 + 列表副标题 + 列表内容文字,列表内容文字,列表内容文字,列表内容文字,列表内容文字,列表内容文字 12:15 diff --git a/examples/hello-uniapp/pages/template/media-list/media-list.vue b/examples/hello-uniapp/pages/template/media-list/media-list.vue index 63038d132..b21ea92b8 100644 --- a/examples/hello-uniapp/pages/template/media-list/media-list.vue +++ b/examples/hello-uniapp/pages/template/media-list/media-list.vue @@ -44,17 +44,15 @@ 卡片列表 - - - - - - - {{value.title}} - {{value.content}} - + + + + + + {{value.title}} + {{value.content}} -- GitLab