指令管理任务管理
This commit is contained in:
100
common/style/iconfont.css
Normal file
100
common/style/iconfont.css
Normal file
@@ -0,0 +1,100 @@
|
||||
/** iconfont */
|
||||
@font-face {
|
||||
font-family: "YouSheBiaoTiHei";
|
||||
src: url('@/static/font/YouSheBiaoTiHei.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "SourceHanSansCN-Bold";
|
||||
src: url('@/static/font/SourceHanSansCN-Bold.otf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "SourceHanSansCN-Regular";
|
||||
src: url('@/static/font/SourceHanSansCN-Regular.otf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "SourceHanSansCN-Medium";
|
||||
src: url('@/static/font/SourceHanSansCN-Medium.otf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('@/static/iconfont/iconfont.woff2') format('woff2'),
|
||||
url('@/static/iconfont/iconfont.woff') format('woff'),
|
||||
url('@/static/iconfont/iconfont.ttf') format('truetype');
|
||||
}
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.delete_icon {
|
||||
width: 30px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
line-height: 35px;
|
||||
color: #bbb;
|
||||
}
|
||||
.delete_icon::after {
|
||||
content: '\e632';
|
||||
}
|
||||
.eye_colse_icon {
|
||||
width: 30px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
line-height: 35px;
|
||||
color: #bbb;
|
||||
}
|
||||
.eye_colse_icon::after {
|
||||
content: '\e7b2';
|
||||
}
|
||||
.eye_open_icon {
|
||||
width: 30px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
line-height: 35px;
|
||||
color: #D7592F;
|
||||
}
|
||||
.eye_open_icon::after {
|
||||
content: '\e60a';
|
||||
}
|
||||
.scan_icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
font-size: 30px;
|
||||
line-height: 35px;
|
||||
color: #D7592F;
|
||||
}
|
||||
.scan_icon::after {
|
||||
content: '\e607';
|
||||
}
|
||||
.icon-check {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: #bbb;
|
||||
background-color: #bbb;
|
||||
border-radius: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.icon-checked {
|
||||
color: #fff;
|
||||
background-color: #D7592F;
|
||||
}
|
||||
.icon-check::after {
|
||||
content: '\e608'
|
||||
}
|
||||
|
||||
.cancel_icon::before {
|
||||
content: "\e632";
|
||||
}
|
||||
.cancel_icon {
|
||||
display: block;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
font-size: 25px;
|
||||
color: #fff;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
background-color: #E9B451;
|
||||
}
|
||||
421
common/style/layout.css
Normal file
421
common/style/layout.css
Normal file
@@ -0,0 +1,421 @@
|
||||
page {
|
||||
/* background-color: #0a2b57 !important; */
|
||||
height: 100% !important;
|
||||
}
|
||||
uni-page-body {
|
||||
/* background-color: #0a2b57 !important; */
|
||||
height: 100% !important;
|
||||
}
|
||||
uni-button:after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
uni-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
uni-toast .uni-toast {
|
||||
width: auto;
|
||||
min-width: 8em;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
/** 内容 */
|
||||
.zd_container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #001538;
|
||||
/* background: top center / 100% 100% url(./static/images/page_bg.jpg) repeat-y; */
|
||||
}
|
||||
.zd_content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: calc(var(--status-bar-height) + 50px) 10px 15px 10px;
|
||||
}
|
||||
.zd_wrapper {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background-color: #fff;
|
||||
border-radius: 24rpx;
|
||||
padding: 22rpx;
|
||||
margin-bottom: 20rpx;
|
||||
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
|
||||
}
|
||||
.tab_wrapper {
|
||||
width: 100%;
|
||||
padding: 14px;
|
||||
box-shadow: inset 0px 2px 4px 4px rgba(2, 109, 173, 70%);
|
||||
}
|
||||
.filter_wrapper {
|
||||
width: 100%;
|
||||
padding: 14px;
|
||||
border: 1px solid #0f54a0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.filter_label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
line-height: 28rpx;
|
||||
height: 80rpx;
|
||||
font-size: 28rpx;
|
||||
color: #1ab2f4;
|
||||
font-weight: bold;
|
||||
letter-spacing: 4rpx;
|
||||
padding-left: 10rpx;
|
||||
/* text-align:justify;
|
||||
text-align-last: justify;
|
||||
text-justify: inter-ideograph; */
|
||||
}
|
||||
/** 筛选选择器样式 */
|
||||
.filter_picker .uni-input {
|
||||
width: 100%;
|
||||
line-height: 80rpx;
|
||||
height: 80rpx;
|
||||
font-size: 28rpx;
|
||||
color: #606266;
|
||||
}
|
||||
/** 筛选下拉框带搜索过滤功能样式 */
|
||||
.filter_select .uni-select {
|
||||
line-height: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
font-size: 28rpx !important;
|
||||
color: #606266;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
.filter_input {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
font-size: 15px;
|
||||
color: #1ab2f4;
|
||||
}
|
||||
.filter_input_disabled {
|
||||
background-color: #eee;
|
||||
}
|
||||
.filter_input_wraper {
|
||||
/* flex: 1; */
|
||||
width: calc(100% - 170rpx);
|
||||
height: 80rpx;
|
||||
padding: 5rpx 0;
|
||||
margin-left: 30rpx;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #0f54a0;
|
||||
}
|
||||
.font-style-1 {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
color: #02619c;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.font-style-2 {
|
||||
color: #1ab2f4;
|
||||
}
|
||||
.border-r {
|
||||
border-right: 1px solid #043467;
|
||||
}
|
||||
.grid-wraper {
|
||||
width: 100%;
|
||||
}
|
||||
.slide_new {
|
||||
width: 100%;
|
||||
height: calc(100% - 81px);
|
||||
border-bottom: 1px solid #0f54a0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.slide_h {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.slide_new table {
|
||||
table-layout: fixed;
|
||||
min-width: 100%;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border: 0;
|
||||
}
|
||||
.slide_new table td, .slide_new table th {
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0 20rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.slide_h table td, .slide_h table th {
|
||||
white-space: wrap;
|
||||
padding: 0 20rpx;
|
||||
border-bottom: 10rpx solid #f5f5f5;
|
||||
text-align: center;
|
||||
}
|
||||
.slide_new table td:first-child{
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 101;
|
||||
}
|
||||
.slide_new table th:first-child{
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 102;
|
||||
}
|
||||
.slide_new table thead tr th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
font-size: 26rpx;
|
||||
line-height: 28rpx;
|
||||
padding: 35rpx 20rpx;
|
||||
color: #1ab2f4;
|
||||
background-color: #02305a;
|
||||
font-weight: bold;
|
||||
z-index: 100;
|
||||
}
|
||||
.slide_new table tbody tr td {
|
||||
font-size: 28rpx;
|
||||
line-height: 58rpx;
|
||||
padding: 14rpx 20rpx;
|
||||
color: #1ab2f4;
|
||||
}
|
||||
.slide_new table tbody tr:nth-child(odd) td {
|
||||
background-color: #001538;
|
||||
}
|
||||
.slide_new table tbody tr:nth-child(even) td {
|
||||
background-color: #02305a;
|
||||
}
|
||||
.slide_h table tbody tr td {
|
||||
font-size: 28rpx;
|
||||
line-height: 28rpx;
|
||||
padding: 14rpx 20rpx;
|
||||
color: #7d7d7d;
|
||||
background: #fff;
|
||||
}
|
||||
.slide_new table tbody tr td .td_input {
|
||||
width: 150rpx;
|
||||
font-size: 28rpx;
|
||||
color: #305fbf;
|
||||
line-height: 30rpx;
|
||||
height: 58rpx;
|
||||
padding: 14rpx;
|
||||
border: 1px solid #889dc7;
|
||||
box-shadow: 0 0 0 2px rgba(136, 157, 199,.2);
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.slide_new table thead tr th.fontcol1,.slide_new table tbody tr td.fontcol1 {
|
||||
color: #4e6ef2;
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table tbody tr td.fontcol2 {
|
||||
color: #000;
|
||||
}
|
||||
.slide_new table tbody tr td .fontbg{
|
||||
font-size: 26rpx;
|
||||
line-height: 30rpx;
|
||||
padding: 8rpx 20rpx;
|
||||
border-radius: 8rpx;
|
||||
background-color: #F60;
|
||||
color: #fff;
|
||||
}
|
||||
.slide_new table tbody tr td .fontbg1 {
|
||||
background-color: #cfd2d4;
|
||||
color: #5e5d5d;
|
||||
}
|
||||
.slide_new table tbody tr td .fontbg2 {
|
||||
background-color: #96f3b8;
|
||||
color: #36744c;
|
||||
}
|
||||
.slide_new table tbody tr td .fontbg3 {
|
||||
background-color: #f3ccb5;
|
||||
color: #ff5e00;
|
||||
}
|
||||
.slide_new table tbody tr.checked td {
|
||||
background-color: #00a7ea;
|
||||
color: #fff;
|
||||
}
|
||||
.slide_new table tbody tr.checked td.fontcol1, td.fontcol2 {
|
||||
color: #fff;
|
||||
}
|
||||
.item-wrapper {
|
||||
width: 100%;
|
||||
height: calc(100% - 44px);
|
||||
box-shadow: inset 0px -2px 4px 4px rgba(2, 109, 173, 70%);
|
||||
padding: 10px;
|
||||
}
|
||||
.item-wrap {
|
||||
background-color: #fff;
|
||||
border-radius: 24rpx;
|
||||
padding: 22rpx 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
|
||||
}
|
||||
.isChecked {
|
||||
background-color: #fff !important;
|
||||
box-shadow: inset 2px 2px 4px 0px rgba(120, 141, 250, 0.7), inset -2px -2px 4px 0px rgba(120, 141, 250, 0.7);
|
||||
}
|
||||
/** 提交栏 **/
|
||||
.submit-bar {
|
||||
width: 100%;
|
||||
padding: 30px 10px 10px 10px;
|
||||
}
|
||||
.button-default {
|
||||
font-size: 34rpx;
|
||||
line-height: 38rpx;
|
||||
height: 88rpx;
|
||||
color: #ff6a00;
|
||||
text-align: center;
|
||||
letter-spacing: 4rpx;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
border: 2rpx solid #ff6a00;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.button-primary {
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
color: #51e4f6;
|
||||
text-align: center;
|
||||
padding: 0 20px;
|
||||
margin: 0 30px;
|
||||
background-color: rgba(2, 109, 173, 70%);
|
||||
border: 1px solid rgba(2, 109, 173, 70%);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.button-info, .submit-button[disabled] {
|
||||
color: #1ab2f4;
|
||||
background-color: transparent;
|
||||
}
|
||||
uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
border: 2rpx solid #c9c9c9;
|
||||
}
|
||||
/** 下拉框 */
|
||||
.uni-select__selector {
|
||||
z-index: 300 !important;
|
||||
}
|
||||
|
||||
/** 弹窗 */
|
||||
.popshow {
|
||||
transform: translateY(0);
|
||||
}
|
||||
.pophide {
|
||||
transform: translateY(-150%);
|
||||
}
|
||||
.msg_wrapper {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: 50px;
|
||||
right: 10px;
|
||||
width: 50%;
|
||||
background-color: #00113b;
|
||||
box-shadow: inset 0px 0px 4px 4px rgba(2, 109, 173, 70%);
|
||||
border-radius: 4px;
|
||||
z-index: 301;
|
||||
transition: all .3s;
|
||||
padding: 10px;
|
||||
}
|
||||
.msg_content {
|
||||
width: 100%;
|
||||
/* height: 100%;
|
||||
overflow-y: scroll; */
|
||||
}
|
||||
.msg_box {
|
||||
width: 100%;
|
||||
}
|
||||
.msg_mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: .7;
|
||||
background: #000;
|
||||
z-index: 300;
|
||||
}
|
||||
.msg_btns {
|
||||
width: 100%;
|
||||
margin: 40rpx auto 0;
|
||||
}
|
||||
.msg_btn {
|
||||
font-size: 34rpx;
|
||||
line-height: 78rpx;
|
||||
color: #fff;
|
||||
background-color: #ff6a00;
|
||||
border: 1rpx solid #ff6a00;
|
||||
border-radius: 44rpx;
|
||||
box-shadow: 0 8rpx 18rpx 0 rgba(0,0,0,.2);
|
||||
}
|
||||
.msg_btn_cancle {
|
||||
background-color: #fff;
|
||||
border: 1rpx solid #ff6a00;
|
||||
font-size: 34rpx;
|
||||
line-height: 78rpx;
|
||||
border-radius: 44rpx;
|
||||
color: #000;
|
||||
box-shadow: 0 8rpx 18rpx 0 rgba(0,0,0,.2);
|
||||
}
|
||||
.msg_btn:disabled {
|
||||
background-color: #c9c9c9;
|
||||
}
|
||||
.uni-select__input-placeholder,.uni-select__selector-empty, .uni-select__selector-item {
|
||||
font-size: 28rpx !important
|
||||
}
|
||||
.sin_input {
|
||||
width: 150rpx;
|
||||
font-size: 28rpx;
|
||||
line-height: 150rpx;
|
||||
height: 68rpx;
|
||||
color: #323232;
|
||||
padding: 0 .1rem;
|
||||
border: 1px solid #a1a1a1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.layout-t tr.checked td .sin_input {
|
||||
color: #8a8a8a;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.flow_wrapper {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 24rpx;
|
||||
padding: 22rpx 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
|
||||
}
|
||||
.font-size-1 {
|
||||
font-size: 30rpx;
|
||||
line-height: 54rpx;
|
||||
color: #ff6a00;
|
||||
}
|
||||
.font-size-2 {
|
||||
font-size: 30rpx;
|
||||
line-height: 54rpx;
|
||||
color: #000;
|
||||
}
|
||||
.flow_start_item {
|
||||
position: relative;
|
||||
background-color: #f3f3f3;
|
||||
border: 1rpx solid #f3f3f3;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.flow_start_item_checked {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
border: 1rpx solid #ff6a00;
|
||||
}
|
||||
.flow_icon_item_1 {
|
||||
width: 46rpx;
|
||||
height: 56rpx;
|
||||
}
|
||||
.flow_icon_item_2 {
|
||||
width: 46rpx;
|
||||
height: 26rpx;
|
||||
}
|
||||
52
common/style/mixin.styl
Normal file
52
common/style/mixin.styl
Normal file
@@ -0,0 +1,52 @@
|
||||
$red = #ff6a00
|
||||
$green = #6CBE8B
|
||||
$yellow = #E9B451
|
||||
$blue = #6798ef
|
||||
$gray = #c9c9c9
|
||||
$fc1 = #323232
|
||||
|
||||
.bgred
|
||||
background-color: $red !important
|
||||
.bggreen
|
||||
background-color: $green !important
|
||||
.bgyellow
|
||||
background-color: $yellow !important
|
||||
.bgblue
|
||||
background-color: $blue !important
|
||||
.bggray
|
||||
background-color: $gray !important
|
||||
|
||||
//宽高
|
||||
_wh(w, h)
|
||||
width: w
|
||||
height: h
|
||||
|
||||
//字体大小、行高、颜色
|
||||
_font(size,height,color=$fc1,weight=normal,align=left)
|
||||
font-size: size
|
||||
line-height: height
|
||||
color: color
|
||||
font-weight: weight
|
||||
text-align: align
|
||||
|
||||
//flex 布局和 子元素 对其方式
|
||||
_fj(x=space-between,y=center,r=row,n=nowrap)
|
||||
display: flex
|
||||
justify-content: x
|
||||
align-items: y
|
||||
flex-direction: r
|
||||
flex-wrap: n
|
||||
|
||||
// 背景图片地址和大小
|
||||
_bis(c=transparent,url,w,h=auto,x=center,y=center)
|
||||
background-color: c
|
||||
background-position: x y
|
||||
background-size: w h
|
||||
background-image: url(url)
|
||||
background-repeat: no-repeat
|
||||
|
||||
// 定位上下居中
|
||||
_ct()
|
||||
position: absolute
|
||||
top: 50%
|
||||
transform: translateY(-50%)
|
||||
191
common/style/reset.css
Normal file
191
common/style/reset.css
Normal file
@@ -0,0 +1,191 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
font-family: uniicons, Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-webkit-tap-highlight-color:transparent;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body, html {
|
||||
-webkit-user-select: auto;
|
||||
-ms-user-select: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], textarea, select{
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.allwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.vhide {
|
||||
visibility:hidden;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
.overauto {
|
||||
overflow: auto !important;
|
||||
}
|
||||
.ellipsis{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.flexcol {
|
||||
flex-direction: column;
|
||||
}
|
||||
.flexstart {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.jcflexstart {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.jcflexend {
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.jcenter {
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.zd-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.zd-col-24 {
|
||||
width: 100%;
|
||||
}
|
||||
.zd-col-23 {
|
||||
width: 95.83333%
|
||||
}
|
||||
.zd-col-22 {
|
||||
width: 91.66667%
|
||||
}
|
||||
.zd-col-21 {
|
||||
width: 87.5%
|
||||
}
|
||||
.zd-col-20 {
|
||||
width: 83.33333%
|
||||
}
|
||||
.zd-col-19 {
|
||||
width: 79.16667%
|
||||
}
|
||||
.zd-col-18 {
|
||||
width: 75%
|
||||
}
|
||||
.zd-col-17 {
|
||||
width: 70.83333%
|
||||
}
|
||||
.zd-col-16 {
|
||||
width: 66.66667%
|
||||
}
|
||||
.zd-col-15 {
|
||||
width: 62.5%
|
||||
}
|
||||
.zd-col-14 {
|
||||
width: 58.33333%
|
||||
}
|
||||
.zd-col-13 {
|
||||
width: 54.16667%
|
||||
}
|
||||
.zd-col-12 {
|
||||
width: 50%;
|
||||
}
|
||||
.zd-col-11 {
|
||||
width: 45.83333%
|
||||
}
|
||||
.zd-col-10 {
|
||||
width: 41.66667%
|
||||
}
|
||||
.zd-col-9 {
|
||||
width: 37.5%
|
||||
}
|
||||
.zd-col-8 {
|
||||
width: 33.33333%
|
||||
}
|
||||
.zd-col-7 {
|
||||
width: 29.16667%
|
||||
}
|
||||
.zd-col-6 {
|
||||
width: 25%
|
||||
}
|
||||
.zd-col-5 {
|
||||
width: 20.83333%
|
||||
}
|
||||
.zd-col-4 {
|
||||
width: 16.66667%
|
||||
}
|
||||
.zd-col-3 {
|
||||
width: 12.5%
|
||||
}
|
||||
.zd-col-2 {
|
||||
width: 8.33333%
|
||||
}
|
||||
.zd-col-1 {
|
||||
width: 4.16667%
|
||||
}
|
||||
.mgl0 {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.mgl10 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.mgl52 {
|
||||
margin-left: 52px;
|
||||
}
|
||||
.mgr5 {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.mgt10 {
|
||||
margin-top: 10px
|
||||
}
|
||||
.mgt20 {
|
||||
margin-top: 20px
|
||||
}
|
||||
.mgb20 {
|
||||
margin-bottom: 20px
|
||||
}
|
||||
.pd0 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.pd20 {
|
||||
padding: 10px 0 0 0 !important;
|
||||
}
|
||||
.nowrap{
|
||||
white-space: nowrap;
|
||||
}
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.ellipsis-multiline {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3; /* 定义显示的行数 */
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
Reference in New Issue
Block a user