關鍵字搜尋
+
關鍵字搜尋
-
類別搜尋
+
類別搜尋
+
+ {filterTab}
+
搜尋無相關結果,試著換換關鍵字吧
: _.map(this.state.renderInternList, (intern, id) =>
intern === undefined
diff --git a/src/js/components/pages/dashboard/Base.styl b/src/js/components/pages/dashboard/Base.styl
index 05a01ff..acee416 100644
--- a/src/js/components/pages/dashboard/Base.styl
+++ b/src/js/components/pages/dashboard/Base.styl
@@ -12,29 +12,42 @@ $brand_blue = darken(#58A0FC, 5%)
z-index: 99
padding: 0px
cursor: pointer
- button
- color: #EEE !important
- width: 250px
- margin: 0 !important
- padding: 10px !important
- border-radius: 5px !important
- border-color: $brand_blue !important
- background: $brand_blue !important
+ color: #FFF
+ .submitNewPost:hover
+ text-decoration: none !important
+ button
+ color: #EEE !important
+ width: 250px
+ margin: 0 !important
+ padding: 10px !important
+ border-radius: 5px !important
+ border-color: $brand_blue !important
+ background: $brand_blue !important
+ button:hover
+ border-color: #00BFFF !important
+ background: #00BFFF !important
+ text-decoration: none !important
.searchBtn
min-width: 80px
// background: $brand_blue_light !important
- background: transparent !important
+ background: transparent
border: 2px solid $brand_blue_light
- color: $brand_blue_light !important
+ color: $brand_blue_light
border-radius: 5px
margin-left: 5px
- color: white
padding: 5px 15px
display: flex
align-items: center
justify-content: center
cursor: pointer
+ font-size: 1.2em
+
+.searchBtn-select
+ color: white
+ background: $brand_blue_light
+ border: 2px solid $brand_blue_light
+
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: black !important;
}
@@ -50,12 +63,12 @@ $brand_blue = darken(#58A0FC, 5%)
.catagoryList
margin: 0
- padding: 10px 15px
+ /*padding: 10px 15px*/
width: 100%
display: flex
flex-direction: row
flex-wrap: wrap
- height: 35vh
+ /*height: 35vh*/
min-height: 100px
overflow-y: scroll
align-items: center
diff --git a/src/js/components/pages/dashboard/InternBox.styl b/src/js/components/pages/dashboard/InternBox.styl
index ad41a24..9b08d4f 100644
--- a/src/js/components/pages/dashboard/InternBox.styl
+++ b/src/js/components/pages/dashboard/InternBox.styl
@@ -11,6 +11,8 @@
margin: 0 3px
span
margin-right: 10px
+ span
+ font-size: 1.15em
.InternBox
@media screen and (max-width: 768px)
@@ -30,6 +32,7 @@
transition: all 0.25s ease
box-shadow: 0px 1px 10px #999
.internBoxLink
+ font-size: 1.2em
color: #58A0FC !important
text-decoration: none !important
a
diff --git a/src/scss/index.scss b/src/scss/index.scss
index a7f1c0d..b0136ee 100644
--- a/src/scss/index.scss
+++ b/src/scss/index.scss
@@ -1 +1,32 @@
@import '~grommet/scss/hpinc/index';
+
+.grommet, .brand-font {
+ font-family: "source-han-sans-traditional", Arial, sans-serif;
+}
+
+.grommetux-heading--strong {
+ font-family: "source-han-serif-tc",serif;
+}
+
+h1.grommetux-heading{
+ font-weight: 800;
+}
+
+h2.grommetux-heading{
+ font-weight: 600;
+}
+
+
+h3.grommetux-heading--strong {
+ font-size: 26px;
+ font-weight: 700;
+}
+
+h4.grommetux-heading{
+ line-height: 1.7em;
+}
+
+h4.grommetux-heading--strong {
+ font-size: 22px;
+ font-weight: 700;
+}