From 415d3759a79817aaeb103ed587df3de885ef3832 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期五, 15 四月 2022 17:36:21 +0800 Subject: [PATCH] 细节 --- src/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue index 4d95d3e..7a6dc2a 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue @@ -45,23 +45,23 @@ justify-content: center; } .el-tabs__item{ - width: 24rem; - height: 6.4rem; + width: 0.9375rem /* 240/256 */; + height: 0.25rem /* 64/256 */; background: rgba(81,210,255,0.08); - border: 1px solid #0097cc; /*no*/ + border: 1Px solid #0097cc; /*no*/ color: #9CE6FF; font-size: $fontSize-24; - margin: 0 2rem /* 10/10 */; + margin: 0 0.078125rem /* 20/256 */ /* 10/10 */; display: flex; justify-content: center; align-items: center; } .el-tabs__item.is-active{ - width: 24rem; - height: 6.4rem; + width: 0.9375rem /* 240/256 */; + height: 0.25rem /* 64/256 */; background: #00a6e1; - border: 1px solid #51d2ff; - box-shadow: 0px 3px 10px 0px rgba(255,255,255,0.80) inset; + border: 1Px solid #51d2ff; + box-shadow: 0Px 3Px 10Px 0Px rgba(255,255,255,0.80) inset; color: $color-white; font-size: $fontSize-24; display: flex; @@ -88,7 +88,7 @@ color: $color-white; text-align: center; line-height: 2; - margin-bottom: 2rem; + margin-bottom: 0.078125rem /* 20/256 */; } } </style> -- Gitblit v1.9.1