Browse Source

字体优化

master
chenxuhui 7 years ago
parent
commit
925f7fdc48
5 changed files with 17 additions and 13 deletions
  1. +3
    -1
      pages/message/message.wxss
  2. +3
    -4
      pages/myCars/carsDetail/carsDetail.wxss
  3. +1
    -1
      pages/myCars/creatNewCar/creatNewCar.wxss
  4. +3
    -1
      pages/orderList/orderDetail/orderDetail.wxml
  5. +7
    -6
      pages/orderList/orderDetail/orderDetail.wxss

+ 3
- 1
pages/message/message.wxss View File

@ -46,7 +46,7 @@ page{
.titleView{ .titleView{
height: 100%; height: 100%;
width: 60%; width: 60%;
font-size: 18px;
font-size: 16px;
/* 18px 字体大小差不多等于14pt */ /* 18px 字体大小差不多等于14pt */
/* font-size: 14pt; */ /* font-size: 14pt; */
color:rgb(48, 48, 48); color:rgb(48, 48, 48);
@ -57,6 +57,7 @@ page{
width: 40%; width: 40%;
text-align: right; text-align: right;
color: #888; color: #888;
font-size: 14px;
} }
.detailMessageView{ .detailMessageView{
@ -64,6 +65,7 @@ page{
line-height: 50rpx; line-height: 50rpx;
width: 100%; width: 100%;
color: #888; color: #888;
font-size: 14px;
} }
.horizontallineView { .horizontallineView {


+ 3
- 4
pages/myCars/carsDetail/carsDetail.wxss View File

@ -18,8 +18,7 @@ page {
align-items: center; align-items: center;
padding-left: 20rpx; padding-left: 20rpx;
padding-right: 20rpx; padding-right: 20rpx;
font-size: 16px;
/* border-bottom: 0.1px solid #dbdbdb; */
font-size: 30rpx;
} }
.baseitem_key { .baseitem_key {
@ -67,12 +66,12 @@ page {
.btnText { .btnText {
color: white; color: white;
font-size: 20px;
font-size: 34rpx;
} }
.whiteText{ .whiteText{
color: black; color: black;
font-size: 20px;
font-size: 34rpx;
} }
.bottomGroupView{ .bottomGroupView{


+ 1
- 1
pages/myCars/creatNewCar/creatNewCar.wxss View File

@ -65,5 +65,5 @@ page {
.btnText { .btnText {
color: white; color: white;
font-size: 20px;
font-size: 34rpx;
} }

+ 3
- 1
pages/orderList/orderDetail/orderDetail.wxml View File

@ -123,7 +123,9 @@
<template name="detailInfoTemplate"> <template name="detailInfoTemplate">
<view class='listNumberView'> <view class='listNumberView'>
<text class='lightGray'>存货明细:</text>{{idx}}</view>
存货明细:{{idx}}
</view>
<!-- <text class='lightGray'></text> -->
<view class='listItem'> <view class='listItem'>
<text class='lightGray'>存货名称:</text>{{item.Goods_Name}}单据明细</view> <text class='lightGray'>存货名称:</text>{{item.Goods_Name}}单据明细</view>


+ 7
- 6
pages/orderList/orderDetail/orderDetail.wxss View File

@ -88,7 +88,7 @@ page {
.moneyKeyView{ .moneyKeyView{
width: 100%; width: 100%;
color: #666; color: #666;
font-size: 20px;
font-size: 30rpx;
margin-top: 30rpx; margin-top: 30rpx;
text-align: center; text-align: center;
} }
@ -121,9 +121,8 @@ page {
.bottomTextView{ .bottomTextView{
line-height: 100rpx; line-height: 100rpx;
border-bottom: 0.1px solid #dbdbdb;
justify-content: space-between; justify-content: space-between;
font-size: 20px;
font-size: 30rpx;
color: black; color: black;
} }
@ -134,11 +133,12 @@ page {
} }
.listNumberView { .listNumberView {
height: 60rpx;
height: 40rpx;
background-color:#EAF1F8; background-color:#EAF1F8;
line-height: 60rpx;
line-height: 40rpx;
padding-left:20rpx;
padding: 20rpx 20rpx; padding: 20rpx 20rpx;
font-size: 16px;
font-size: 27rpx;
color: #666; color: #666;
} }
@ -159,6 +159,7 @@ page {
background-color: #fff; background-color: #fff;
} }
.lightGray{ .lightGray{
font-size: 30rpx;
color: #666; color: #666;
} }


Loading…
Cancel
Save