123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .mr14 {
- margin-right: 14px;
- }
- .inlineFlex {
- display: inline-flex !important;
- }
- .w140 {
- width: 140px !important;
- }
- .w80 {
- width: 80px !important;
- }
- .w60 {
- width: 60px !important;
- }
- .red {
- color: red;
- }
- h3 {
- margin-bottom: 12px;
- padding-left: 13px;
- }
- .pl13 {
- padding-left: 13px;
- }
- .tips {
- font-size: 13px;
- color: #333;
- margin-bottom: 20px;
- background: #f7f7f7;
- padding: 6px 12px;
- border-radius: 4px;
- max-width: 650px;
- }
|