zkqh-lagrange-utils 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,20 +7,20 @@
7
7
  // 字形
8
8
  @font-face {
9
9
  font-family: BiaoTi;
10
- src: url("../../font/font-family/优设标题黑.ttf");
10
+ src: url("./assets/font/font-family/优设标题黑.ttf");
11
11
  }
12
12
  @font-face {
13
13
  font-family: DinMedium;
14
- src: url("../../font/font-family/DIN-Medium-2.otf");
14
+ src: url("./assets/font/font-family/DIN-Medium-2.otf");
15
15
  }
16
16
  @font-face {
17
17
  font-family: DinRegular;
18
- src: url("../../font/font-family/DIN-Regular-2.otf");
18
+ src: url("./assets/font/font-family/DIN-Regular-2.otf");
19
19
  }
20
20
 
21
21
  @font-face {
22
22
  font-family: "logo";
23
- src: url("../../font/logo/Ym27YmhoiJ2i.woff");
23
+ src: url("./assets/font/logo/Ym27YmhoiJ2i.woff");
24
24
  }
25
25
 
26
26
  // 斜体
@@ -67,12 +67,12 @@
67
67
  margin-left: 4px;
68
68
  }
69
69
  .lp_down {
70
- background: url("../../img/card_title_down.png") no-repeat center/100% 100%;
70
+ background: url("./assets/img/card_title_down.png") no-repeat center/100% 100%;
71
71
  }
72
72
  .lp_up {
73
73
  position: relative;
74
74
  top: -2px;
75
- background: url("../../img/card_title_up.png") no-repeat center/100% 100%;
75
+ background: url("./assets/img/card_title_up.png") no-repeat center/100% 100%;
76
76
  }
77
77
 
78
78
  // #endregion