="lines-num lines-num-new"> 27
         <img src="../../assets/img-static/mqdefault-2.jpg">
27 28
       </ion-col>
28
-      <ion-col>Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
29
+      <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
29 30
     </ion-row>
30 31
     <ion-row>
31 32
       <ion-col size="5">
32 33
         <img src="../../assets/img-static/mqdefault-3.jpg">
33 34
       </ion-col>
34
-      <ion-col>เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
35
+      <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
35 36
     </ion-row>
36 37
     <ion-row>
37
-      <ion-col>
38
-        <img src="../../../assets/img-static/banner-320x100.jpeg" alt="">
38
+      <ion-col size="5">
39
+        <img src="../../assets/img-static/mqdefault-2.jpg">
40
+      </ion-col>
41
+      <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
42
+    </ion-row>
43
+    <ion-row>
44
+      <ion-col size="5">
45
+        <img src="../../assets/img-static/mqdefault-3.jpg">
46
+      </ion-col>
47
+      <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
48
+    </ion-row>
49
+    <ion-row>
50
+      <ion-col size="5">
51
+        <img src="../../assets/img-static/mqdefault-2.jpg">
52
+      </ion-col>
53
+      <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
54
+    </ion-row>
55
+    <ion-row>
56
+      <ion-col size="5">
57
+        <img src="../../assets/img-static/mqdefault-3.jpg">
39 58
       </ion-col>
59
+      <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
40 60
     </ion-row>
41 61
   </ion-grid>
62
+  <ion-grid>
63
+    <img src="../../../assets/img-static/banner-320x100.jpeg" alt="">
64
+  </ion-grid>
42 65
 </ion-content>

+ 3 - 0
src/app/youtube/youtube.page.scss

@@ -0,0 +1,3 @@
1
+ion-row {
2
+    background-color: #fcfcfc !important;
3
+}

BIN
src/assets/fonts/Prompt-Regular.ttf


BIN
src/assets/img-static/background_982645-1-min.png


+ 71 - 56
src/global.scss

@@ -33,76 +33,85 @@
33 33
 @import "swiper/scss/navigation";
34 34
 @import "swiper/scss/pagination";
35 35
 @import "swiper/scss/autoplay";
36
-// @import "swiper/css/bundle";
37
-// @import "swiper/css/autoplay";
38
-// @import "~swiper/swiper-bundle";
39
-// @import "swiper/scss";
40
-// @import "swiper/scss/autoplay";
41
-// @import "swiper/scss/keyboard";
42
-// @import "swiper/scss/pagination";
43
-// @import "swiper/scss/scrollbar";
44
-// @import "swiper/scss/zoom";
45 36
 
46 37
 
47 38
 
48 39
 @font-face {
49
-    font-family: "IBM Plex Sans Thai";
50
-    font-style: normal;
51
-    font-weight: normal;
52
-    src: url("./assets/fonts/IBMPlexSansThai-Regular.ttf");
53
-  }
54
-
55
-  @font-face {
56
-    font-family: "IBM Plex Sans Thai SemiBold";
57
-    font-style: normal;
58
-    font-weight: normal;
59
-    src: url("./assets/fonts/IBMPlexSansThai-SemiBold.ttf");
60
-  }  
61
-  @font-face {
62
-    font-family: "Prompt";
63
-    font-style: normal;
64
-    font-weight: normal;
65
-    src: url("./assets/fonts/Prompt-Medium.ttf");
66
-  }  
67
-  @font-face {
68
-    font-family: "Montserrat";
69
-    font-style: normal;
70
-    font-weight: normal;
71
-    src: url("./assets/fonts/Montserrat-Medium.ttf");
72
-  }   
73
-
74
-  @font-face {
75
-    font-family: "K2D";
76
-    font-style: normal;
77
-    font-weight: normal;
78
-    src: url("./assets/fonts/K2D-Light.ttf");
79
-  }  
40
+  font-family: "IBM Plex Sans Thai";
41
+  font-style: normal;
42
+  font-weight: normal;
43
+  src: url("./assets/fonts/IBMPlexSansThai-Regular.ttf");
44
+}
45
+
46
+@font-face {
47
+  font-family: "IBM Plex Sans Thai SemiBold";
48
+  font-style: normal;
49
+  font-weight: normal;
50
+  src: url("./assets/fonts/IBMPlexSansThai-SemiBold.ttf");
51
+}
52
+
53
+@font-face {
54
+  font-family: "Prompt";
55
+  font-style: normal;
56
+  font-weight: normal;
57
+  src: url("./assets/fonts/Prompt-Medium.ttf");
58
+}
59
+
60
+@font-face {
61
+  font-family: "Prompt Reg";
62
+  font-style: normal;
63
+  font-weight: normal;
64
+  src: url("./assets/fonts/Prompt-Regular.ttf");
65
+}
66
+
67
+@font-face {
68
+  font-family: "Montserrat";
69
+  font-style: normal;
70
+  font-weight: normal;
71
+  src: url("./assets/fonts/Montserrat-Medium.ttf");
72
+}
73
+
74
+@font-face {
75
+  font-family: "K2D";
76
+  font-style: normal;
77
+  font-weight: normal;
78
+  src: url("./assets/fonts/K2D-Light.ttf");
79
+}
80
+
81
+
82
+ion-content {
83
+  --ion-background-color: #111D12;
84
+}
80 85
 
81 86
 
82 87
 ion-title {
83
-    font-family:Montserrat !important;
84
-    font-size:1.4em;    
88
+  font-family: Montserrat !important;
89
+  font-size: 1.4em;
85 90
 }
86 91
 
87 92
 
88
-h2{
89
-    font-family:Prompt !important;
90
-    font-size:1.3em;
91
-    margin-top: 5px;
92
-    margin-bottom: 0px;
93
+h2 {
94
+  font-family: Prompt !important;
95
+  font-size: 1.3em;
96
+  margin-top: 5px;
97
+  margin-bottom: 0px;
98
+  color: darkorange;
93 99
 
94 100
 }
95 101
 
96
-h3{
97
-    font-family:IBM Plex Sans Thai SemiBold !important;
98
-    font-size:1.3em;    
102
+h3 {
103
+  font-family: IBM Plex Sans Thai SemiBold !important;
104
+  font-size: 1.3em;
105
+  margin-top: 5px;
106
+  margin-bottom: 0px;
107
+  color: darkorange;
99 108
 }
100 109
 
101 110
 .head-img {
102 111
   width: 15%;
103 112
   display: flex;
104
-  margin-left:10px;
105
-  margin-top:5px;
113
+  margin-left: 10px;
114
+  margin-top: 5px;
106 115
 }
107 116
 
108 117
 // ion-toolbar {
@@ -113,8 +122,14 @@ h3{
113 122
 // }
114 123
 
115 124
 .toolbar-bg-color {
116
-  --background: rgb(25, 42, 113);
117
-  --background: linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
118
-  --background: -moz-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
119
-  --background: -webkit-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
125
+  --background: url('./assets/img-static/background_982645-1-min.png') no-repeat top right / cover;
126
+  // --background: rgb(25, 42, 113);
127
+  // --background: linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
128
+  // --background: -moz-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
129
+  // --background: -webkit-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
120 130
 }
131
+
132
+hr {
133
+  border: 0;
134
+  border-top: 1px solid rgba(0, 0, 0, 0.1);
135
+}

louise/louise-tna - Gogs: Simplico Git Service

暫無描述

Thiranon Wiriyanurakkul 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 年之前
..
android 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 年之前
ios 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 年之前
icon.png 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 年之前
splash.png 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 年之前