| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .hand-cursor {
- cursor: pointer;
- }
- .box-sizing-border-box{
- box-sizing: border-box;
- }
- .dis-flex{
- display: flex;
- }
- .justify-content-space-between{
- display: flex;
- justify-content: space-between;
- }
- .justify-content{
- display: flex;
- justify-content: center;
- }
- .align-items-center{
- display: flex;
- align-items: center;
- }
- .text-align-center{
- text-align: center;
- }
- .text-align-left{
- text-align: left;
- }
- .text-align-right{
- text-align: right;
- }
- .fc-12{
- color: #121212;
- }
- .fc-70{
- color: #707070;
- }
- .bg-c-EEF4FF{
- background-color: #EEF4FF;
- }
- .bg-c-F4F4F8{
- background-color: #F4F4F8;
- }
- .bg-c-f{
- background-color: #fff !important;
- }
- .fw-400{
- font-weight: 400;
- }
- .fw-b{
- font-weight: bold;
- }
- .fs-14{
- font-size: 14px;
- }
- .fs-16{
- font-size: 16px;
- }
- .fs-18{
- font-size: 18px;
- }
- .fs-24{
- font-size: 24px;
- }
- .lh-40{
- line-height: 40px;
- }
- .lh-19{
- line-height: 19px;
- }
- .plr-50{
- padding: 0 50px;
- }
- .mr-10{
- margin-right: 10px;
- }
- .mt-70{
- margin-top: 70px;
- }
- .mt-60{
- margin-top: 60px;
- }
- .mt-30{
- margin-top: 30px;
- }
- .mt-20{
- margin-top: 20px;
- }
- .mb-32{
- margin-bottom: 32px;
- }
- .mb-36{
- margin-bottom: 36px;
- }
- .mb-44{
- margin-bottom: 44px;
- }
- .mb-96{
- margin-bottom: 96px;
- }
- .mt-5{
- margin-top: 5px;
- }
- .mb-10{
- margin-bottom: 10px;
- }
|