You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .floatRight {
- float: right;
- }
- // 淡化文字
- .desalinate {
- font-size: 12px;
- font-weight: 400;
- color: #666;
- }
- .redWord {
- font-weight: normal;
- color: red;
- }
- //图片居中对齐
- img {
- vertical-align: middle;
- }
- //按钮选中颜色
- .buleBtn {
- background: #24A9FF!important;
- }
- .bgcWhite {
- background: #fff!important;
- }
|