Jelajahi Sumber

font-family

andy 1 tahun lalu
induk
melakukan
dbcd3a55e8
1 mengubah file dengan 22 tambahan dan 22 penghapusan
  1. 22 22
      static/style.scss

+ 22 - 22
static/style.scss

@@ -1,54 +1,54 @@
 @font-face {
-    font-family: 'font1';
-    src: url('https://mall.rongtongh.cn/storage/font/font.ttf');
+  font-family: 'font1';
+  src: url('https://mall.rongtongh.cn/storage/font/font.ttf');
 }
 @font-face {
-    font-family: 'PingFangSCSemibold';
-    src: url('https://mall.rongtongh.cn/storage/font/PingFangTC-Semibold.ttf');
+  font-family: 'PingFangSCSemibold';
+  src: url('https://mall.rongtongh.cn/storage/font/PingFangTC-Semibold.ttf');
 }
 @font-face {
-    font-family: 'PingFangRegular';
-    src: url('https://mall.rongtongh.cn/storage/font/PingFang-Regular.ttf');
+  font-family: 'PingFangRegular';
+  src: url('https://mall.rongtongh.cn/storage/font/PingFang-Regular.ttf');
 }
 .font1 {
-	font-family: 'font1';
+  font-family: 'font1';
 }
 .fontPFSCS {
-	font-family: 'PingFangSCSemibold';
+  font-family: 'PingFangSCSemibold';
 }
 .fontPFR {
-	font-family: 'PingFangRegular';
+  font-family: 'PingFangRegular';
 }
 page {
-	font-family: 'PingFangSCSemibold';
+  font-family: 'PingFangRegular';
 }
 image {
-	display: block;
+  display: block;
 }
 .container {
-	min-height: 100vh;
+  min-height: 100vh;
 }
 .m_button {
-	background: linear-gradient(180deg,  #FFAD3D 0%, #FF740A 100%);
-	color: #fff !important;
-	font-weight: 600;
+  background: linear-gradient(180deg, #ffad3d 0%, #ff740a 100%);
+  color: #fff !important;
+  font-weight: 600;
 }
 .textColor1 {
-	color: #FFAD3D;
+  color: #ffad3d;
 }
 .textColor2 {
-	color: #0057FF;
+  color: #0057ff;
 }
 .textColor3 {
-	color: #666666;
+  color: #666666;
 }
 .textColor4 {
-	color: #999999;
+  color: #999999;
 }
 .textColor5 {
-	color: #FF2C43;
+  color: #ff2c43;
 }
 
 .grey {
-	filter: grayscale(100%);
-}
+  filter: grayscale(100%);
+}