From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/assets/scss/_common.scss | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 102 insertions(+), 5 deletions(-) diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss index c9a46e6..ee6f5d2 100644 --- a/PAMapp/assets/scss/_common.scss +++ b/PAMapp/assets/scss/_common.scss @@ -4,11 +4,9 @@ margin: 0; color: $PRIMARY_BLACK; font-family: Segoe UI; + scroll-behavior: smooth; + height: 100%; overflow-x: hidden; -} - -h5 { - margin: 0; } // btn @@ -40,4 +38,103 @@ &:disabled { background-color: $LIGHT_GREY; } -} \ No newline at end of file +} + +.pam-cus-tabs { + display: flex; + width: 100%; + height: 45px; + + .cus-tab-item { + @extend .fix-chrome-click--issue; + width: 50%; + text-align: center; + font-size: 24px; + border-bottom: solid 3px $LIGHT_GREY; + cursor: pointer; + } + + .is-active { + font-weight: bold; + border-bottom: solid 3px $PRIMARY_BLACK; + + } +} + +.vue-scroll-picker { + height: 250px; + + .vue-scroll-picker-list-rotator { + .vue-scroll-picker-item { + font-size: 20px; + padding: 5px 0; + } + } + + .vue-scroll-picker-layer { + .top { + height: calc(50% - 1.2em); + } + .bottom { + height: calc(50% - 1.2em); + } + } + +} + +.pam-clientReserved-input.el-input--suffix { + .el-input__inner { + border-radius: 30px; + } + + .search { + line-height: 40px; + padding-right: 10px; + } +} + +.remind-container{ + margin-top: 13px; + margin-bottom: 20px; + display: flex; + .remind-date{ + display: flex; + flex-direction: column; + align-items: center; + font-weight: bold; + width: 70px; + background-color: #fff; + border-radius: 6px; + border-bottom: 1px solid #CCCCCC; + border-right: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; + } + .remind-content-txt{ + display: flex; + flex-direction: column; + border: 1px solid #CCCCCC; + flex:1; + border-radius: 5px; + padding: 10px; + background-color: #fff; + } + .mb-3{ + margin-bottom: 3px; + } + .mt-2{ + margin-top:2px; + } + .date-year{ + color: #fff; + align-items: center; + display: flex; + justify-content: center; + } + .bgc-primary-red{ + background-color:$PRIMARY_RED; + width: 70.5px; + border-top-left-radius:6px; + border-top-right-radius:6px; + border: 1px solid #CCCCCC; + } +} -- Gitblit v1.8.0