@font-face { font-family: DINPro-Regular; src: url("/static/css/DIN-Regular.otf"); } @font-face { font-family: DIN-Medium; src: url("/static/css/DIN-Medium.otf"); } page { background: #F5F5F6; color: #2D405E; font-family: DINPro-Regular; font-weight: 400; } ol, ul { list-style: none; padding: 0; margin: 0; /*清除列表默认样式*/ } /* input 样式 */ .input-pl { color: #CAD0D7; font-size: 24rpx; } /* 浮动样式 */ .clearfix:after { display: block; clear: both; content: ''; visibility: hidden; height: 0; } .clearfix { zoom: 1; } .float_left { float: left; } .float_right { float: right; } .submit-btn { position: fixed; width: 100%; left: 0; bottom: 0; padding: 20rpx; background-color: #FFFFFF; z-index: 999; border-top: 1px solid #ECF0F7; } .submit-btn .btn-min { font-size: 28rpx; color: #FFFFFF; background-color: #007AFF; text-align: center; line-height: 80rpx; width: 680rpx; margin: 0 auto; text-align: center; border-radius: 10rpx; } .u-list-item { width: 130rpx !important; height: 130rpx !important; ; } .empty-view { padding-top: 200rpx; } /*省略号css */ .ellipsis { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } /* 状态样式 */ /* 状态颜色 */ .primary-status, .warning-status, .info-status, .danger-status, .success-status { font-size: 26rpx; } .success-status:before { content: ' '; display: inline-block; width: 8px; height: 8px; background: #36B365; border-radius: 100%; margin-right: 7px; } .danger-status:before { content: ' '; display: inline-block; width: 8px; height: 8px; background: #ff4501; border-radius: 100%; margin-right: 7px; } .info-status:before { content: ' '; display: inline-block; width: 8px; height: 8px; background: #CAD0D7; border-radius: 100%; margin-right: 7px; } .warning-status:before { content: ' '; display: inline-block; width: 8px; height: 8px; background: #ff9900; border-radius: 100%; margin-right: 7px; } .primary-status:before { content: ' '; display: inline-block; width: 8px; height: 8px; background: #2979ff; border-radius: 100%; margin-right: 7px; } .u-load-more-wrap{ line-height: 70rpx !important; } .ellipsis { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .home .u-mode-center-box { background: rgba(0, 0, 0, 0) !important; } /* 一行显示 */ .clamp { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } /* 二行显示 */ .clamp2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }