From e765d3974558793043740a7ca46d6b1bc5e260d7 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期一, 11 四月 2022 17:57:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue
index 6f3ad76..60ef7b7 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue
@@ -110,7 +110,7 @@
width: 100%;
height: 100%;
.danbaotongjibiao-box{
- margin-top: 2rem;
+ margin-top: 0.078125rem /* 20/256 */;
h1{
font-size: $fontSize-30;
color: $color-white;
@@ -120,17 +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;
tr{
- height: 11.2rem /* 112/10 */;
+ 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;
}
@@ -140,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;
}
@@ -166,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