From 925f7fdc48b644bdff3ab44449bd20dc976d3b9f Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Tue, 20 Nov 2018 14:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/message/message.wxss | 4 +++- pages/myCars/carsDetail/carsDetail.wxss | 7 +++---- pages/myCars/creatNewCar/creatNewCar.wxss | 2 +- pages/orderList/orderDetail/orderDetail.wxml | 4 +++- pages/orderList/orderDetail/orderDetail.wxss | 13 +++++++------ 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/pages/message/message.wxss b/pages/message/message.wxss index e7312b7..843a9c9 100644 --- a/pages/message/message.wxss +++ b/pages/message/message.wxss @@ -46,7 +46,7 @@ page{ .titleView{ height: 100%; width: 60%; - font-size: 18px; + font-size: 16px; /* 18px 字体大小差不多等于14pt */ /* font-size: 14pt; */ color:rgb(48, 48, 48); @@ -57,6 +57,7 @@ page{ width: 40%; text-align: right; color: #888; + font-size: 14px; } .detailMessageView{ @@ -64,6 +65,7 @@ page{ line-height: 50rpx; width: 100%; color: #888; + font-size: 14px; } .horizontallineView { diff --git a/pages/myCars/carsDetail/carsDetail.wxss b/pages/myCars/carsDetail/carsDetail.wxss index 0f952ad..fc75eaa 100644 --- a/pages/myCars/carsDetail/carsDetail.wxss +++ b/pages/myCars/carsDetail/carsDetail.wxss @@ -18,8 +18,7 @@ page { align-items: center; padding-left: 20rpx; padding-right: 20rpx; - font-size: 16px; - /* border-bottom: 0.1px solid #dbdbdb; */ + font-size: 30rpx; } .baseitem_key { @@ -67,12 +66,12 @@ page { .btnText { color: white; - font-size: 20px; + font-size: 34rpx; } .whiteText{ color: black; - font-size: 20px; + font-size: 34rpx; } .bottomGroupView{ diff --git a/pages/myCars/creatNewCar/creatNewCar.wxss b/pages/myCars/creatNewCar/creatNewCar.wxss index 8407ca5..567a4df 100644 --- a/pages/myCars/creatNewCar/creatNewCar.wxss +++ b/pages/myCars/creatNewCar/creatNewCar.wxss @@ -65,5 +65,5 @@ page { .btnText { color: white; - font-size: 20px; + font-size: 34rpx; } diff --git a/pages/orderList/orderDetail/orderDetail.wxml b/pages/orderList/orderDetail/orderDetail.wxml index 0a0fb09..4932ac8 100644 --- a/pages/orderList/orderDetail/orderDetail.wxml +++ b/pages/orderList/orderDetail/orderDetail.wxml @@ -123,7 +123,9 @@