.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; }