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