From 88b47c0ae2f085237e981551607d5b8148072e84 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 23 十二月 2021 14:20:50 +0800
Subject: [PATCH] update: TODO#132409 重構年資radio btn

---
 PAMapp/assets/scss/vendors/elementUI/_radio.scss |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_radio.scss b/PAMapp/assets/scss/vendors/elementUI/_radio.scss
index 22d3686..9dfe12d 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_radio.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_radio.scss
@@ -18,19 +18,33 @@
         .el-radio__label {
             text-align: center;
             color: $PRIMARY_BLACK;
-            display: block;
-            line-height: 110px;
+            display: flex;
+            flex-direction: column;
+            justify-content: center;
+            align-items: center;
             padding-left: 0;
             background-size: cover;
             background-position: center;
             background-repeat: no-repeat;
+            height: 100%;
             @extend .mdTxt;
+
+            .subtitle {
+                margin-top: 10px;
+                @extend .smTxt_bold;
+                color: $PRUDENTIAL_GREY;
+            }
         }
 
         &.is-checked {
             background-color: $PEACH;
             .el-radio__label {
                 color: $PRIMARY_WHITE;
+
+                .subtitle {
+                    color: $PRIMARY_WHITE;
+                    font-weight: lighter;
+                }
             }
         }
     }

--
Gitblit v1.8.0