邃芒官网、邃芒慧影、口播(H5) https://m.metavatar.cc
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.
 
 
 
 

24 lines
333 B

  1. .floatRight {
  2. float: right;
  3. }
  4. // 淡化文字
  5. .desalinate {
  6. font-size: 12px;
  7. font-weight: 400;
  8. color: #666;
  9. }
  10. .redWord {
  11. font-weight: normal;
  12. color: red;
  13. }
  14. //图片居中对齐
  15. img {
  16. vertical-align: middle;
  17. }
  18. //按钮选中颜色
  19. .buleBtn {
  20. background: #24A9FF!important;
  21. }
  22. .bgcWhite {
  23. background: #fff!important;
  24. }