From 7c9f9647fbc4ebb671cb297743b21322eda0fde3 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 04 十一月 2021 14:08:00 +0800 Subject: [PATCH] TODO#129071 顧問-客戶預約 畫面刻版 --- PAMapp/assets/scss/_common.scss | 39 +++++++++++++++++---------------------- 1 files changed, 17 insertions(+), 22 deletions(-) diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss index fd5e44c..cba0aaf 100644 --- a/PAMapp/assets/scss/_common.scss +++ b/PAMapp/assets/scss/_common.scss @@ -4,6 +4,8 @@ margin: 0; color: $PRIMARY_BLACK; font-family: Segoe UI; + overflow-x: hidden; + scroll-behavior: smooth; } h5 { @@ -41,29 +43,22 @@ } } +.pam-cus-tabs { + display: flex; + width: 100%; + height: 45px; - -// el-carousel -.el-carousel__indicators--outside { - .el-carousel__indicator--horizontal { - .el-carousel__button { - width: 9px; - height: 9px; - border-radius: 50px; - border: solid 1px $LIGHT_GREY; - background-color: $PRIMARY_WHITE; - } - - &.is-active { - .el-carousel__button { - background-color: $PRIMARY_RED; - } - } + .cus-tab-item { + width: 50%; + text-align: center; + font-size: 24px; + border-bottom: solid 3px $LIGHT_GREY; + cursor: pointer; } - .el-carousel__indicator--horizontal:nth-child(2) { - .el-carousel__button { - margin: 0 20px; - } + .is-active { + font-weight: bold; + border-bottom: solid 3px $PRIMARY_BLACK; + } -} +} \ No newline at end of file -- Gitblit v1.8.0