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{
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 {


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

@ -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{


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

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

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

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


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

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


Loading…
Cancel
Save