594 lines
12 KiB
CSS
594 lines
12 KiB
CSS
.w60[data-v-7a9cbc75] {
|
|
width: 60%;
|
|
}
|
|
.minW200[data-v-7a9cbc75] {
|
|
min-width: 200px;
|
|
}
|
|
.textBtn[data-v-7a9cbc75] {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #0d7fe8;
|
|
margin-left: 5px;
|
|
}
|
|
.alignment[data-v-7a9cbc75] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 10px;
|
|
left: 0;
|
|
}
|
|
.alignment2[data-v-7a9cbc75] {
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: 0;
|
|
color: #f56c6c;
|
|
}
|
|
.workOrderTitle[data-v-7a9cbc75] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.export[data-v-7a9cbc75] {
|
|
background-color: #3ac2bf;
|
|
border-color: #3ac2bf;
|
|
color: #fff;
|
|
}
|
|
.fontLin[data-v-7a9cbc75] {
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.sytsFont[data-v-7a9cbc75] {
|
|
font-size: 25px;
|
|
color: #909399;
|
|
line-height: 50px;
|
|
}
|
|
.greenCircle[data-v-7a9cbc75] {
|
|
background-color: #67c23a;
|
|
}
|
|
.greenCircle[data-v-7a9cbc75],
|
|
.yellowCir[data-v-7a9cbc75] {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.yellowCir[data-v-7a9cbc75] {
|
|
background-color: rgba(239, 162, 60, .8);
|
|
}
|
|
.redCircle[data-v-7a9cbc75] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff;
|
|
width: 60px;
|
|
height: 60px;
|
|
-webkit-border-radius: 15%;
|
|
}
|
|
.circular2[data-v-7a9cbc75] {
|
|
background-color: #fff;
|
|
color: #409eff;
|
|
border: 1px solid #409eff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.circular2[data-v-7a9cbc75],
|
|
.circular6[data-v-7a9cbc75] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 55px;
|
|
margin-left: -15px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.circular6[data-v-7a9cbc75] {
|
|
background-color: #f56c6c;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-border-radius: 50%;
|
|
}
|
|
.verticalLine[data-v-7a9cbc75] {
|
|
border-right: 1px solid #acc0d8;
|
|
}
|
|
.pagination[data-v-7a9cbc75] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
.iconStatus[data-v-7a9cbc75] {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
}
|
|
.iconStatus.normal[data-v-7a9cbc75] {
|
|
background: #fdb950;
|
|
}
|
|
.iconStatus.error[data-v-7a9cbc75] {
|
|
background: #ff4d4f;
|
|
}
|
|
.iconStatus.end[data-v-7a9cbc75] {
|
|
background: #000;
|
|
}
|
|
.orderStatus[data-v-7a9cbc75] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-7a9cbc75] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-7a9cbc75] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-7a9cbc75] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-7a9cbc75] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-7a9cbc75] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-7a9cbc75] {
|
|
background-color: #1890ff;
|
|
}
|
|
.house-detail[data-v-7a9cbc75] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.house-detail .grid-half .cell[data-v-7a9cbc75] {
|
|
padding-left: 10px;
|
|
}
|
|
.headStys[data-v-7a9cbc75] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.formContent[data-v-7a9cbc75] {
|
|
margin: -15px 0 16px 0;
|
|
}
|
|
.contentStys[data-v-7a9cbc75],
|
|
.formContent[data-v-7a9cbc75] {
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.planLst[data-v-7a9cbc75] {
|
|
padding: 25px 38px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.planLst span[data-v-7a9cbc75]:first-child {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.addPlan[data-v-7a9cbc75] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.cololr[data-v-7a9cbc75] {
|
|
background: #0d7fe8;
|
|
line-height: 10px;
|
|
}
|
|
.container[data-v-7a9cbc75] {
|
|
margin-top: 15px;
|
|
}
|
|
.basicsInfo[data-v-7a9cbc75] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.basicsInfo .grid-half[data-v-7a9cbc75] {
|
|
-webkit-box-flex: .5;
|
|
-ms-flex: .5;
|
|
flex: .5;
|
|
}
|
|
.basicsInfo .grid-half .cell[data-v-7a9cbc75] {
|
|
padding: 0 0 20px 80px;
|
|
font-size: 14px;
|
|
}
|
|
.viewDetails[data-v-7a9cbc75] {
|
|
background-color: #f0f2f5;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 24px;
|
|
}
|
|
.listInfo[data-v-7a9cbc75] {
|
|
background-color: #fff;
|
|
}
|
|
.dialogHead[data-v-7a9cbc75] .el-dialog__header {
|
|
border: 1px solid #ccc;
|
|
background-color: #f0f2f5;
|
|
font-size: 16px;
|
|
}
|
|
.paginations[data-v-7a9cbc75] {
|
|
text-align: right;
|
|
padding-top: 25px;
|
|
}
|
|
.el-col-4[data-v-7a9cbc75] {
|
|
width: 100px;
|
|
}
|
|
.fontLin[data-v-7a9cbc75] {
|
|
width: auto;
|
|
word-wrap: break-word;
|
|
}
|
|
.lfteStes[data-v-7a9cbc75] {
|
|
margin-left: 50px;
|
|
}
|
|
.data[data-v-7a9cbc75] {
|
|
position: relative;
|
|
left: 50px;
|
|
}
|
|
.pagination-container.hidden[data-v-27f1f397] {
|
|
display: none;
|
|
}
|
|
.scanModel .el-dialog__body {
|
|
padding: 0;
|
|
background: #f0f2f5;
|
|
height: 545px;
|
|
}
|
|
.scanModel .payBtn {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
}
|
|
.scanModel .payBtn .btn_default {
|
|
background-color: #444b6e;
|
|
border-color: #444b6e;
|
|
}
|
|
.scanModel .scanBody {
|
|
position: relative;
|
|
background: #fff;
|
|
}
|
|
.scanModel .scanBody .payBg_default,
|
|
.scanModel .scanBody .payBg_weixin,
|
|
.scanModel .scanBody .payBg_zhifubao {
|
|
height: 120px;
|
|
}
|
|
.scanModel .scanBody .payBg_default {
|
|
background: #444b6e;
|
|
}
|
|
.scanModel .scanBody .scanInfo {
|
|
position: absolute;
|
|
top: 40px;
|
|
width: 100%;
|
|
padding: 0 5%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.scanModel .scanBody .scanInfo .payType {
|
|
width: 110px;
|
|
text-align: center;
|
|
padding-top: 8px;
|
|
height: 37px;
|
|
background: #fff;
|
|
border-radius: 4px 4px 0 0;
|
|
border: 1px solid #e8e8e8;
|
|
z-index: 2;
|
|
border-bottom: none;
|
|
}
|
|
.scanModel .scanBody .scanInfo .orderNo {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
text-align: right;
|
|
}
|
|
.scanModel .scanBody .scanContent {
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 0 4px 4px 4px;
|
|
position: absolute;
|
|
background: #fff;
|
|
width: 90%;
|
|
top: 76px;
|
|
margin: 0 5%;
|
|
text-align: center;
|
|
padding-bottom: 20px;
|
|
}
|
|
.scanModel .scanBody .scanContent .moneyTitle {
|
|
font-size: 18px;
|
|
color: #000;
|
|
opacity: .85;
|
|
margin: 25px 0 20px 0;
|
|
}
|
|
.scanModel .scanBody .scanContent .moneyTitle .weixin_default {
|
|
color: #444b6e;
|
|
}
|
|
.scanModel .scanBody .scanContent .cardContent {
|
|
position: relative;
|
|
width: 220px;
|
|
height: 264px;
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
.scanModel .scanBody .scanContent .cardContent .payTip {
|
|
position: absolute;
|
|
bottom: 18px;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.scanModel .scanBody .scanContent .cardContent .payQRCode {
|
|
position: absolute;
|
|
width: 165px;
|
|
height: 165px;
|
|
top: 29px;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
}
|
|
.scanModel .scanBody .scanContent .cardContent .payQRCode img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.scanModel .scanBody .scanContent .orderTip {
|
|
font-size: 16px;
|
|
margin-top: 20px;
|
|
}
|
|
.uploadWrap[data-v-8ef0850a] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.upload-plus[data-v-8ef0850a] {
|
|
font-size: 28px;
|
|
color: #8c939d;
|
|
display: block;
|
|
background-color: #fbfdff;
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100px;
|
|
height: 100px;
|
|
cursor: pointer;
|
|
line-height: 90px;
|
|
text-align: center;
|
|
}
|
|
.uploadContent[data-v-8ef0850a] {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-left: 20px;
|
|
}
|
|
.uploadContent > li[data-v-8ef0850a] {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 0 8px 8px 0;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.uploadContent > li > img[data-v-8ef0850a],
|
|
.uploadContent > li video[data-v-8ef0850a] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.uploadContent > li .closeIcon[data-v-8ef0850a] {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
.uploadContent > li:hover .closeIcon[data-v-8ef0850a] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
.fileIframe[data-v-8ef0850a] {
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
.uploadWrap[data-v-8ef0850a] .el-upload--picture-card {
|
|
border: none;
|
|
}
|
|
.uploadWrap[data-v-8ef0850a] .hide .el-upload--picture-card {
|
|
display: none;
|
|
}
|
|
.el-upload--picture-card,
|
|
.el-upload-list--picture-card .el-upload-list__item {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.markdown-renderer {
|
|
padding: 20px;
|
|
line-height: 1.8;
|
|
}
|
|
.markdown-renderer h1,
|
|
.markdown-renderer h2,
|
|
.markdown-renderer h3,
|
|
.markdown-renderer h4,
|
|
.markdown-renderer h5,
|
|
.markdown-renderer h6 {
|
|
margin: 1em 0 .5em;
|
|
font-weight: 600;
|
|
border-left: 4px solid #42b983;
|
|
padding-left: 8px;
|
|
}
|
|
.markdown-renderer p {
|
|
margin: .5em 0;
|
|
}
|
|
.markdown-renderer ol,
|
|
.markdown-renderer ul {
|
|
margin: .5em 0 .5em 20px;
|
|
padding: 0;
|
|
}
|
|
.markdown-renderer li {
|
|
margin: .3em 0;
|
|
}
|
|
.markdown-renderer table {
|
|
width: 100% !important;
|
|
border-collapse: collapse !important;
|
|
margin: 1em 0 !important;
|
|
border-radius: inherit !important;
|
|
overflow: inherit !important;
|
|
-webkit-box-shadow: inherit !important;
|
|
box-shadow: inherit !important;
|
|
background: inherit !important;
|
|
}
|
|
.markdown-renderer td,
|
|
.markdown-renderer th {
|
|
padding: inherit !important;
|
|
text-align: inherit !important;
|
|
border-bottom: inherit !important;
|
|
background: inherit !important;
|
|
color: inherit !important;
|
|
font-weight: inherit !important;
|
|
font-size: inherit !important;
|
|
text-transform: inherit !important;
|
|
letter-spacing: inherit !important;
|
|
line-height: inherit !important;
|
|
}
|
|
.markdown-renderer tr:hover,
|
|
.markdown-renderer tr:nth-child(2n) {
|
|
background-color: inherit !important;
|
|
}
|
|
.markdown-renderer tr:hover {
|
|
-webkit-transform: none !important;
|
|
transform: none !important;
|
|
-webkit-transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
.markdown-renderer thead th {
|
|
background: inherit !important;
|
|
color: inherit !important;
|
|
border: inherit !important;
|
|
position: static !important;
|
|
top: auto !important;
|
|
z-index: auto !important;
|
|
}
|
|
.markdown-renderer table {
|
|
border: none !important;
|
|
}
|
|
.markdown-renderer td:first-child,
|
|
.markdown-renderer th:first-child {
|
|
border-left: none !important;
|
|
}
|
|
.markdown-renderer td:last-child,
|
|
.markdown-renderer th:last-child {
|
|
border-right: none !important;
|
|
}
|
|
.markdown-renderer td {
|
|
vertical-align: top !important;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.markdown-renderer table {
|
|
font-size: 12px !important;
|
|
}
|
|
.markdown-renderer td,
|
|
.markdown-renderer th {
|
|
padding: 8px 10px !important;
|
|
}
|
|
}
|
|
.markdown-renderer pre {
|
|
background-color: #f8f9fa;
|
|
padding: 1em;
|
|
border-radius: 4px;
|
|
overflow-x: auto;
|
|
}
|
|
.markdown-renderer code {
|
|
font-family: Fira Code, monospace;
|
|
}
|
|
.markdown-renderer img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
|
|
}
|
|
.markdown-renderer img,
|
|
.markdown-renderer p img {
|
|
display: block;
|
|
margin: 1em auto;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.markdown-renderer img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
.markdown-renderer .mermaid {
|
|
text-align: center;
|
|
margin: 1.5em 0;
|
|
padding: 1.5em;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
border: none;
|
|
width: 100%;
|
|
min-height: 200px;
|
|
display: block;
|
|
overflow: visible;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
|
|
}
|
|
.markdown-renderer .mermaid svg {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
margin: 0 auto;
|
|
background-color: transparent;
|
|
}
|