From 7eb2e8285782e586659f896a3fdbeec7ecfcca8b Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期一, 18 四月 2022 11:37:29 +0800 Subject: [PATCH] 路由 --- src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue index bb28ab5..894339f 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue @@ -108,9 +108,9 @@ @import "../../../../assets/css/base"; .chuangyeDanbaoDaikuan-wrap{ width: 100%; - height: 100%; + height: calc(100% - 0.07813rem); .danbaotongjibiao-box{ - margin-top: 2rem; + margin-top: 0.078125rem /* 20/256 */; h1{ font-size: $fontSize-30; color: $color-white; @@ -120,15 +120,17 @@ } .chuangye-table-box{ width: 100%; - border: 1px solid $color-grey; /*no*/ + border: 1Px solid $color-grey; /*no*/ border-collapse:collapse; table-layout: fixed; thead{ background-color: $color-blue; - height: 11.2rem /* 112/10 */; + tr{ + height: 0.4375rem /* 112/256 */; + } th,td{ color: $color-darkGrey; - border:1px solid $color-grey; /*no*/ + border:1Px solid $color-grey; /*no*/ font-weight: 300; font-size: $fontSize-28; } @@ -138,24 +140,24 @@ &::after{ content: ''; width: calc(100%); - height: 1px; /*no*/ + height: 1Px; /*no*/ background-color: $color-grey; position: absolute; - left: -0.1rem /* -1/10 */; - top: 0rem /* 22/10 */; + left: -1Px; + top: 0; transform: rotate(10deg); } .time{ position: absolute; - left: 10rem; + left: 0.390625rem /* 100/256 */; top: 0rem; font-size: $fontSize-28; font-weight: 300; } .xiaomu{ position: absolute; - right: 10rem; - top: -3rem; + right: 0.390625rem /* 100/256 */; + top: -0.1171875rem /* -30/256 */; font-size: $fontSize-28; font-weight: 300; } @@ -164,10 +166,10 @@ background-color: #CEF2FF; th,td{ color: $color-darkGrey; - height: 11.2rem /* 112/10 */; - line-height: 11.2rem; + height: 0.4375rem /* 112/256 */; + line-height: 0.4375rem /* 112/256 */; text-align: center; - border:1px solid $color-grey; /*no*/ + border:1Px solid $color-grey; /*no*/ font-weight: 300; font-size: $fontSize-28; } -- Gitblit v1.9.1