From 7e27c3cfe6b8765ef662c092746223562d4889a2 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Thu, 15 Oct 2020 14:38:12 +0800 Subject: [PATCH] app.wss --- app.wxss | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 101 insertions(+), 1 deletion(-) diff --git a/app.wxss b/app.wxss index cfd7bca..e940925 100644 --- a/app.wxss +++ b/app.wxss @@ -1,4 +1,9 @@ - +.pdt20 { + padding-top: 20rpx; +} +.pdt40 { + padding-top: 40rpx; +} .flex { display: flex; } @@ -409,8 +414,103 @@ background: #ffe3e2; flex-wrap:wrap; } +.line-through { + text-decoration:line-through; +} + + .lh1 { line-height: 1; } + + + + + + +/* 图标字体(ty) */ +@font-face { + font-family: 'iconfont'; /* project id 2054717 */ + src: url('//at.alicdn.com/t/font_2054717_cavurq8wjit.eot'); + src: url('//at.alicdn.com/t/font_2054717_cavurq8wjit.eot?#iefix') format('embedded-opentype'), + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.woff2') format('woff2'), + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.woff') format('woff'), + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.ttf') format('truetype'), + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.svg#iconfont') format('svg'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-close:before { + content: "\e62e"; +} + +.icon-info:before { + content: "\e603"; +} + +.icon-people:before { + content: "\e66a"; +} + +.icon-fire:before { + content: "\e694"; +} + +.icon-live:before { + content: "\e664"; +} + +.icon-clock:before { + content: "\e608"; +} + +.icon-hot:before { + content: "\e680"; +} + +.icon-img:before { + content: "\e8c1"; +} + +.icon-shang:before { + content: "\e604"; +} + +.icon-xia:before { + content: "\e650"; +} + +.icon-daohang:before { + content: "\e748"; +} + +.icon-phone:before { + content: "\e602"; +} + +.icon-up:before { + content: "\e601"; +} + +.icon-arrow_right:before { + content: "\e61f"; +} + +.icon-arrow_down:before { + content: "\e600"; +} + +.icon-weizhi:before { + content: "\e615"; +} + + -- libgit2 0.21.4