123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .bold {
- font-weight: 600;
- }
- page {
- // font-family: 'PingFangRegular';
- }
- image {
- display: block;
- height: auto;
- width: auto;
- }
- .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%);
- }
- .fs11 {
- font-size: 11px;
- }
- .fs12 {
- font-size: 12px;
- }
- .fs13 {
- font-size: 13px;
- }
- .fs14 {
- font-size: 14px;
- }
- .fs16 {
- font-size: 16px;
- }
- .fs18 {
- font-size: 18px;
- }
|