|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="bgcolor">
|
|
|
+ <div class="bgcolor material">
|
|
|
<div class="navBarTOP">
|
|
|
<!-- 顶部条-->
|
|
|
<van-nav-bar class="navBar" :title="title" left-arrow @click-left="onClickLeft">
|
|
|
@@ -256,106 +256,108 @@ export default {
|
|
|
padding-bottom: 50px;
|
|
|
}
|
|
|
</style>
|
|
|
-<style>
|
|
|
-.table-headermd {
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- position: initial;
|
|
|
- width: 98% !important;
|
|
|
- margin: 0 auto;
|
|
|
- border-right: 0;
|
|
|
-}
|
|
|
+<style lang="scss">
|
|
|
+.material {
|
|
|
+ .table-headermd {
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ position: initial;
|
|
|
+ width: 98% !important;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-right: 0;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .el-table__header,
|
|
|
-.table-headermd .el-table__body {
|
|
|
- width: 100% !important;
|
|
|
-}
|
|
|
-.table-headermd col:nth-child(4) {
|
|
|
- width: 5.6rem;
|
|
|
-}
|
|
|
+ .table-headermd .el-table__header,
|
|
|
+ .table-headermd .el-table__body {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+ .table-headermd col:nth-child(4) {
|
|
|
+ width: 5.6rem;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd col:nth-child(3) {
|
|
|
- width: 4.6rem;
|
|
|
-}
|
|
|
+ .table-headermd col:nth-child(3) {
|
|
|
+ width: 4.6rem;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .van-cell {
|
|
|
- padding: 0 4px;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
+ .table-headermd .van-cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd th.el-table__cell > .cell {
|
|
|
- padding: 0 4px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
+ .table-headermd th.el-table__cell > .cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd th.el-table__cell:first-child > .cell {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
+ .table-headermd th.el-table__cell:first-child > .cell {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd th.el-table__cell {
|
|
|
- background-color: #1989fa;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
+ .table-headermd th.el-table__cell {
|
|
|
+ background-color: #1989fa;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .el-table__cell {
|
|
|
- padding: 4px 0;
|
|
|
-}
|
|
|
+ .table-headermd .el-table__cell {
|
|
|
+ padding: 4px 0;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd.el-table .cell {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
+ .table-headermd.el-table .cell {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .tipTitle {
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
-}
|
|
|
+ .table-headermd .tipTitle {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd::before {
|
|
|
- height: 0;
|
|
|
-}
|
|
|
+ .table-headermd::before {
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
|
|
|
-.xing {
|
|
|
- color: red;
|
|
|
- padding-left: 4px;
|
|
|
-}
|
|
|
+ .xing {
|
|
|
+ color: red;
|
|
|
+ padding-left: 4px;
|
|
|
+ }
|
|
|
|
|
|
-.formLabel .van-radio__label,
|
|
|
-.formLabel .van-checkbox__label {
|
|
|
- font-size: 1.4rem;
|
|
|
-}
|
|
|
+ .formLabel .van-radio__label,
|
|
|
+ .formLabel .van-checkbox__label {
|
|
|
+ font-size: 1.4rem;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .cell,
|
|
|
-.el-table--border .el-table__cell:first-child .cell {
|
|
|
- padding: 0 4px;
|
|
|
-}
|
|
|
+ .table-headermd .cell,
|
|
|
+ .el-table--border .el-table__cell:first-child .cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ }
|
|
|
|
|
|
-.van-dialog__confirm,
|
|
|
-.van-dialog__confirm:active {
|
|
|
- color: #1989fa;
|
|
|
-}
|
|
|
+ .van-dialog__confirm,
|
|
|
+ .van-dialog__confirm:active {
|
|
|
+ color: #1989fa;
|
|
|
+ }
|
|
|
|
|
|
-.navBarTOP {
|
|
|
- position: fixed;
|
|
|
- width: 100%;
|
|
|
- z-index: 2;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
+ .navBarTOP {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 2;
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
|
|
|
-.isTableMust {
|
|
|
- padding: 4px;
|
|
|
- color: #999;
|
|
|
- margin: 0;
|
|
|
- margin-top: -10px;
|
|
|
-}
|
|
|
-.mobile-input .van-field__control {
|
|
|
- font-size: 12px;
|
|
|
- color: #999;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-.formLabel .mobile-input {
|
|
|
- border: 0 !important;
|
|
|
+ .isTableMust {
|
|
|
+ padding: 4px;
|
|
|
+ color: #999;
|
|
|
+ margin: 0;
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
+ .mobile-input .van-field__control {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ border: 0;
|
|
|
+ }
|
|
|
+ .formLabel .mobile-input {
|
|
|
+ border: 0 !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|