| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 | 
							- @import './static/font-icon.wxss';
 
- @import "colorui/main.wxss";
 
- @import "colorui/icon.wxss";
 
- page {
 
-     /* 颜色 */
 
-     --primary: #095DE0;
 
-     --assist: #3874F6;
 
-     --success: #52C41A;
 
-     --warning: #FA8C16;
 
-     --error: #FF3B30;
 
-     --bgColor: #085CDF;
 
-     /* 字体 */
 
-     --FCN: PingFangSC-Regular-, PingFangSC-Regular;
 
-     --FEN: Arial-Regular, Arial;
 
-     --Fnumber: HelveticaNeue-, HelveticaNeue;
 
-     /* 基础默认样式 */
 
-     font-family: var(--FCN);
 
-     background-color: #F4F5F7;
 
-     padding-bottom: 0 !important;
 
- }
 
- navigator {
 
-     background: none;
 
- }
 
- /* 解决view不换行 */
 
- .multi-line {
 
-     word-break: break-all;
 
-     white-space: pre-wrap;
 
- }
 
- /* 文本行数限制 */
 
- .line-1 {
 
-     overflow: hidden;
 
-     white-space: nowrap;
 
-     text-overflow: ellipsis;
 
- }
 
- .line-2 {
 
-     -webkit-line-clamp: 2;
 
- }
 
- .line-2 {
 
-     overflow: hidden;
 
-     word-break: break-all;
 
-     text-overflow: ellipsis;
 
-     display: -webkit-box;
 
-     -webkit-box-orient: vertical;
 
- }
 
- .flex-align-center {
 
-     display: flex;
 
-     align-items: center;
 
- }
 
- .flex-align-start {
 
-     display: flex;
 
-     align-items: flex-start;
 
- }
 
- .flex-between {
 
-     justify-content: space-between;
 
- }
 
- .colorInfo {
 
-     color: #999
 
- }
 
- .small {
 
-     font-size: 22rpx;
 
-     line-height: 20px;
 
- }
 
- .colorError {
 
-     color: #e34d59 !important;
 
- }
 
- .label {
 
-     color: #999;
 
-     margin-right: 5px;
 
-     font-size: 24rpx;
 
- }
 
- .stopClick {
 
-     pointer-events: none;
 
- }
 
 
  |