From 2d6f9a520ba7e41f6b5c33de5c2907e7c0aae7f8 Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Thu, 12 Sep 2019 11:00:43 +0800 Subject: [PATCH] 样式修改 --- app.wxss | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 61 insertions(+), 18 deletions(-) diff --git a/app.wxss b/app.wxss index c6669fe..6a43593 100644 --- a/app.wxss +++ b/app.wxss @@ -19,6 +19,10 @@ button { padding-right: 0; background-color: transparent; font-size: 28rpx; } +.xc-wc{ + color: #d60021; + +} .wh100 { width: 100%; height: 100%; @@ -42,14 +46,13 @@ button { -webkit-box-orient: vertical; -webkit-line-clamp: 3; } + .pd-bg-fff { padding: 0 30rpx; background-color: #fff; font-size: 32rpx; } -.co-red { - color: #f23030; -} + .hide { display: none; } @@ -129,6 +132,7 @@ justify-content:center; .flex-vertical{ display:flex; align-items:center; + } /* 水平左垂直对齐 */ .flex-left-center{ @@ -136,6 +140,7 @@ align-items:center; justify-content:flex-start; align-items:center; } +.flex{display: flex} /* 水平左对齐 */ .flex-level-left{ display:flex; @@ -187,6 +192,10 @@ position:fixed; display: flex; justify-content:space-between; } +/* 使文字处于水平线上 */ +.ai-bas{ +align-items: baseline; +} /* 垂直居中 中间等距两边贴边 7.13*/ @@ -251,28 +260,19 @@ justify-content:space-around; font-style: normal; } -.fs20{ - font-size: 20rpx; -} .fs22{ font-size: 22rpx; } -.fs24{ - font-size: 24rpx; -} + .fs26{ font-size: 26rpx; } -.fs28{ - font-size: 28rpx; -} + .fs30{ font-size:30rpx; } -.fs32{ - font-size:32rpx; -} + .fs35{ font-size:35rpx; } @@ -282,11 +282,19 @@ justify-content:space-around; .fs50{ font-size: 50rpx; } -.fs60{ font-size:60rpx;} + /* 7.26 */ -.xc-wc{ - color: #e4374d; + +.red-b{ + background: #d60021; +} +.red-co{ + color: #d60021; + +} +.co-red { + color: #f23030; } .oh{ overflow: hidden; @@ -304,3 +312,38 @@ color: #b9b9b9; position: fixed; } +.yellow{ + background-color: #ffb03f; +} +.green{ + background-color: #16ba63; +} +.blue_b{ + background-color:#059de5; +} +.blue_c{ + color: #059de5; +} +.powder{ +background: #ffe3e2; + +} +.fs32{ + font-size:32rpx; +} +.fs60{ font-size:60rpx;} +.fs28{ + font-size: 28rpx; +} +.fs20{ + font-size: 20rpx; +} +.fs24{ + font-size: 24rpx; +} +.fs36 { + font-size: 36rpx; +} +.fs40 { + font-size: 40rpx; +} \ No newline at end of file -- libgit2 0.21.4