|
@@ -0,0 +1,840 @@
|
|
|
+.link {
|
|
|
+ color: #088BFE !important;
|
|
|
+}
|
|
|
+
|
|
|
+.grayFont {
|
|
|
+ color: #969696;
|
|
|
+}
|
|
|
+
|
|
|
+.green {
|
|
|
+ color: #039845 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.red {
|
|
|
+ color: #EB5953 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.grayFont {
|
|
|
+ color: #969696 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.blackColor {
|
|
|
+ color: #333 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.danger {
|
|
|
+ border-radius: 3px;
|
|
|
+ border: 1px solid #EB5953;
|
|
|
+ padding: 0 4px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 18px;
|
|
|
+ color: #EB5953;
|
|
|
+ margin-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-padding {
|
|
|
+ padding: 16px 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-white {
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.graybackground {
|
|
|
+ background-color: #F1F2F4;
|
|
|
+}
|
|
|
+
|
|
|
+.borderTop {
|
|
|
+ border-top: 0.7px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.borderBottom {
|
|
|
+ border-top: 0.7px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.paddingTop {
|
|
|
+ padding-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-fontWeight {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.redNum {
|
|
|
+ color: red;
|
|
|
+}
|
|
|
+
|
|
|
+.caichan-tip {
|
|
|
+ padding: 15px 15px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tittle {
|
|
|
+ padding: 16px 15px;
|
|
|
+ font-weight: bold;
|
|
|
+ border-bottom: 0.7px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-model {
|
|
|
+ margin: 15px 0;
|
|
|
+ padding: 5px 0;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-link {
|
|
|
+ color: #3373FC !important;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name {
|
|
|
+ background: #fff;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding: 8px 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .icon {
|
|
|
+ width: 46px;
|
|
|
+ height: 46px;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .nameIcon {
|
|
|
+ width: 46px;
|
|
|
+ height: 46px;
|
|
|
+ font-size: 22px;
|
|
|
+ line-height: 46px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #fff;
|
|
|
+ background: #D4A64E;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .nameIcon.qing {
|
|
|
+ background: #84CAAE;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .nameIcon.huang {
|
|
|
+ background: #C5C271;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .nameIcon.lv {
|
|
|
+ background: #91C765;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .name {
|
|
|
+ flex: 1;
|
|
|
+ line-height: 26px;
|
|
|
+ font-size: 15px;
|
|
|
+ color: #088BFE;
|
|
|
+ padding-left: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .name .tag {
|
|
|
+ display: inline-block;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ padding: 0 5px;
|
|
|
+ margin-right: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .name .dagudong {
|
|
|
+ background: #FED8DF;
|
|
|
+ color: #EB525D;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .name .address {
|
|
|
+ background: #E1E2F6;
|
|
|
+ color: #7472CC;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-icon-name .name .shouyiren {
|
|
|
+ background: #CEE7FB;
|
|
|
+ color: #2886D1;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist-padding {
|
|
|
+ padding: 0 15px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist-padding .yhc-rowlist-con {
|
|
|
+ padding: 8px 0;
|
|
|
+ border-bottom: 1px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist {
|
|
|
+ background: #fff;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ padding: 0 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol {
|
|
|
+ width: 50%;
|
|
|
+ color: #333;
|
|
|
+ line-height: 20px;
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol.line {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol .lable {
|
|
|
+ color: #969696;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol .val {
|
|
|
+ min-height: 30px;
|
|
|
+ padding: 5px 0;
|
|
|
+ word-break: break-all;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol .val .logo {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ border-radius: 4px;
|
|
|
+ margin-right: 6px;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol:nth-child(even) .lable {
|
|
|
+ padding-left: 10px;
|
|
|
+ border-left: 1px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-rowlist .rowcol:nth-child(even) .val {
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ position: relative;
|
|
|
+ background: #fff;
|
|
|
+ padding: 20px 10px;
|
|
|
+ border-bottom: 1px solid #ebedf0;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng:after {
|
|
|
+ display: block;
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: -20px;
|
|
|
+ right: -20px;
|
|
|
+ bottom: -10px;
|
|
|
+ height: 10px;
|
|
|
+ background: #F1F2F4;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .title {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding-bottom: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .title .num {
|
|
|
+ color: #6A6A6A;
|
|
|
+ background: #EEEEEE;
|
|
|
+ font-size: 17px;
|
|
|
+ line-height: 30px;
|
|
|
+ padding: 0 3px;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .title .desc {
|
|
|
+ padding: 0 10px;
|
|
|
+ color: #444;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .title .date {
|
|
|
+ color: #9D9D9D;
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .bianhua {
|
|
|
+ background: #F8F8F8;
|
|
|
+ border-radius: 5px;
|
|
|
+ padding: 15px 10px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .bianhua .left, .yhc-biangeng .bianhua .right {
|
|
|
+ flex: 1;
|
|
|
+ color: #969696;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .bianhua .left {
|
|
|
+ padding-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .bianhua .right {
|
|
|
+ padding-left: 10px;
|
|
|
+ border-left: 1px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-biangeng .bianhua .biangeng-con {
|
|
|
+ padding-top: 10px;
|
|
|
+ line-height: 22px;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-zzsyr-go {
|
|
|
+ color: #fe8341;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-zzsyr-go span {
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-zzsyr-go img {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-zzsyr-ms {
|
|
|
+ line-height: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-zzsyr-ms > span, .yhc-zzsyr-ms .jiantou {
|
|
|
+ display: inline-block;
|
|
|
+ width: 84px;
|
|
|
+ height: 30px;
|
|
|
+ background: url("../img/jt.png") no-repeat right bottom;
|
|
|
+ background-size: 75px 8px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #444444;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ top: -13px;
|
|
|
+ margin-right: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news-title {
|
|
|
+ color: #333;
|
|
|
+ font-weight: bolder;
|
|
|
+ padding: 0 15px;
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 38px;
|
|
|
+ border-bottom: 1px solid #ebedf0;
|
|
|
+ margin-top: 10px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news {
|
|
|
+ background: #fff;
|
|
|
+ padding: 0 15px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .van-icon {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ right: 5px;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin-top: -8px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .yhc-news-con {
|
|
|
+ padding: 10px 0;
|
|
|
+ border-bottom: 1px solid #ebedf0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .title {
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 24px;
|
|
|
+ padding-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .tag {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #BBBBBB;
|
|
|
+ padding: 6px 10px 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .tag span {
|
|
|
+ padding-right: 7px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .btm {
|
|
|
+ color: #969696;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 24px;
|
|
|
+ padding-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-news .btm .date {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items {
|
|
|
+ background: #fff;
|
|
|
+ padding: 15px 15px;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items:first-child {
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info .bzxr-items-left {
|
|
|
+ flex: 1;
|
|
|
+ line-height: 24px;
|
|
|
+ color: #969696;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info .bzxr-items-left .title {
|
|
|
+ font-weight: bolder;
|
|
|
+ color: #333;
|
|
|
+ font-size: 15px;
|
|
|
+ padding: 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info .bzxr-items-left .bzxr-items-nr {
|
|
|
+ flex: 1;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info .bzxr-items-left .yhc-clamp {
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 4;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-bzxr-items .bzxr-items-info .bzxr-item-right {
|
|
|
+ width: 16px;
|
|
|
+ margin-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-model-title {
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-model-title .title {
|
|
|
+ font-weight: bolder;
|
|
|
+ border-bottom: 1px solid #ebedf0;
|
|
|
+ padding: 10px 15px;
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 20px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-model-title .title span {
|
|
|
+ float: right;
|
|
|
+ color: #969696;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon {
|
|
|
+ display: flex;
|
|
|
+ padding: 15px 15px;
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .icon {
|
|
|
+ width: 66px;
|
|
|
+ height: 66px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #eee;
|
|
|
+ object-fit: contain;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .list {
|
|
|
+ flex: 1;
|
|
|
+ padding: 0 5px 0 10px;
|
|
|
+ line-height: 24px;
|
|
|
+ color: #969696;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .list .name {
|
|
|
+ color: #333;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: bolder;
|
|
|
+ word-break: break-all;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .list .name .status {
|
|
|
+ float: right;
|
|
|
+ color: #42a7ff;
|
|
|
+ background: #d9eaff;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 20px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .list .tag {
|
|
|
+ width: 100%;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .list .tag .type {
|
|
|
+ float: right;
|
|
|
+ color: #42a7ff;
|
|
|
+ border: 1px solid #42a7ff;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-list-icon .van-icon {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-no-data {
|
|
|
+ text-align: center;
|
|
|
+ color: #969696;
|
|
|
+ line-height: 26px;
|
|
|
+ font-size: 13px;
|
|
|
+ padding-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-footer {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #969696;
|
|
|
+ background: #edf1f4;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-footer img {
|
|
|
+ width: 14px;
|
|
|
+ height: auto;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-image {
|
|
|
+ padding-top: 100px;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-image .van-empty__image {
|
|
|
+ width: 90px;
|
|
|
+ height: 90px;
|
|
|
+}
|
|
|
+
|
|
|
+.van-tab__text {
|
|
|
+ padding-top: 10px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding {
|
|
|
+ padding: 0.2rem 0.32rem 0 0.32rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .link {
|
|
|
+ color: #0265D9;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content {
|
|
|
+ border-radius: 0.10rem;
|
|
|
+ background: #FFFFFF;
|
|
|
+ padding: 0.40rem 0.30rem 0 0.30rem;
|
|
|
+ margin-bottom: 0.24rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .border {
|
|
|
+ border-bottom: 1px solid #F8FAFC;
|
|
|
+ padding-bottom: 0.40rem;
|
|
|
+ margin-bottom: 0.40rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .entireLine {
|
|
|
+ padding-bottom: 0.40rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .entireLine .keyName {
|
|
|
+ font-size: 0.26rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #919498;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .entireLine .value {
|
|
|
+ font-size: 0.28rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #242A32;
|
|
|
+ margin-top: 0.20rem;
|
|
|
+ padding-right: 0.10rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box {
|
|
|
+ background: #fff;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box .app-row {
|
|
|
+ width: 50%;
|
|
|
+ margin-bottom: 0.40rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box .app-row .keyName {
|
|
|
+ font-size: 0.26rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #919498;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box .app-row .value {
|
|
|
+ font-size: 0.28rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #242A32;
|
|
|
+ margin-top: 0.20rem;
|
|
|
+ padding-right: 0.10rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box .app-row:nth-child(2n) {
|
|
|
+ border-left: 1px solid #F8FAFC;
|
|
|
+ padding-left: 0.42rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .app-row-box .app-row:nth-child(2n) .value {
|
|
|
+ padding-right: 0rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .title-bold {
|
|
|
+ padding: 0.32rem 0;
|
|
|
+ font-size: 0.3rem;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #242A32;
|
|
|
+ border-bottom: 1px solid #F8FAFC;
|
|
|
+ margin-bottom: 0.40rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .title-top {
|
|
|
+ padding-top: 0.40rem;
|
|
|
+ font-size: 0.3rem;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #242A32;
|
|
|
+ line-height: 0.42rem;
|
|
|
+ padding-bottom: 0.34rem;
|
|
|
+ border-top: 1px solid #F8FAFC;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row {
|
|
|
+ font-size: 0.29rem;
|
|
|
+ color: #64696E;
|
|
|
+ font-weight: 400;
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 0.24rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row.marginBottom40 {
|
|
|
+ margin-bottom: 0.40rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row.flexNone {
|
|
|
+ display: block !important;
|
|
|
+ margin-bottom: 0.40rem;
|
|
|
+ line-height: 0.48rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row.flexNone .keyName {
|
|
|
+ font-size: 0.30rem;
|
|
|
+ color: #242A32;
|
|
|
+ margin-bottom: 0.30rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row .keyName {
|
|
|
+ font-size: 0.29rem;
|
|
|
+ color: #919498;
|
|
|
+ min-width: 1.4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content .left-box .left-row span {
|
|
|
+ font-size: 0.29rem;
|
|
|
+}
|
|
|
+
|
|
|
+.app-box-padding .app-content .headBody .headBody-content img {
|
|
|
+ width: 0.29rem;
|
|
|
+ height: 0.29rem;
|
|
|
+ margin-top: -0.30rem;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info {
|
|
|
+ background: #fff;
|
|
|
+ margin: 0.24rem 0rem;
|
|
|
+ padding: 0 0.32rem;
|
|
|
+ color: #919498;
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info :deep() .van-collapse-item__content {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info :deep() .van-cell {
|
|
|
+ padding: 10px 0px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info :deep() .van-cell:not(:last-child)::after {
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-item-title {
|
|
|
+ color: #242A32;
|
|
|
+ font-weight: bold;
|
|
|
+ padding: 0.32rem 0 0.24rem;
|
|
|
+ line-height: 0.4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-item-title .ja {
|
|
|
+ color: #2AAA00;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-lables {
|
|
|
+ font-size: 0.2rem;
|
|
|
+ font-weight: normal;
|
|
|
+ margin-bottom: 0.2rem;
|
|
|
+ margin-top: -0.16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-lables .itm {
|
|
|
+ color: #EC7D15;
|
|
|
+ background: rgba(236, 125, 21, 0.1);
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0.04rem 0.1rem;
|
|
|
+ line-height: 0.28rem;
|
|
|
+ margin-right: 0.2rem;
|
|
|
+ font-size: 0.2rem;
|
|
|
+ margin-top: 0.06rem;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-lables .itm.oth {
|
|
|
+ color: #ED4033;
|
|
|
+ background: rgba(237, 64, 51, 0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block .case-info-block-left {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block .case-info-block-left .left-item {
|
|
|
+ padding-bottom: 0.24rem;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block .case-info-block-left .left-item .ybgTitle {
|
|
|
+ max-width: 2.8rem;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block .case-info-block-left .left-item .left-item-name {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.sifa-yhc-case-info .four-info-item .case-info-block .case-info-block-left .left-item .left-item-name .left-item-value {
|
|
|
+ flex: 1;
|
|
|
+ width: fit-content;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc_ccbq {
|
|
|
+ background: #fff4e0;
|
|
|
+ font-size: 10px;
|
|
|
+ color: #BF8B40;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 5px 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ margin-top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc_ccbq img {
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .fixed-num {
|
|
|
+ padding: 8px 15px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .conetnt-seroll {
|
|
|
+ flex: 1;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .conetnt-seroll .yhc-bzxr-items:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .content .yhc-bzxr-items:first-child {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .van-dropdown-item {
|
|
|
+ top: 48px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-tab-search .van-tabs .van-tabs__content .van-tab__pane .tab2menu .van-dropdown-item {
|
|
|
+ transform: translate3d(100%, 0px, 0px);
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-skeleton {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ background: #fff;
|
|
|
+ z-index: 10;
|
|
|
+}
|
|
|
+
|
|
|
+.yhc-skeleton .van-skeleton {
|
|
|
+ padding-top: 30px;
|
|
|
+}
|
|
|
+.zpxxd-zw-info{
|
|
|
+ line-height: 20px;
|
|
|
+}
|