zhongrj
2025-11-24 276323dce9613867abb3f58a4cc2abbfb2fd0dea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@font-face {
  font-family: 'oamfont';
  src:  url('fonts/oamfont.eot?7ho5xe');
  src:  url('fonts/oamfont.eot?7ho5xe#iefix') format('embedded-opentype'),
    url('fonts/oamfont.ttf?7ho5xe') format('truetype'),
    url('fonts/oamfont.woff?7ho5xe') format('woff'),
    url('fonts/oamfont.svg?7ho5xe#oamfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
.oam-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'oamfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.oam-icon:before {
  content: "\e900";
}
 
.oam-form{
  margin-top: 16px;
}
 
.oam-token-form label{
    display: none;
}