元气智驾官网前端
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.
 
 
 
 

17 rivejä
292 B

  1. /* 改变主题色变量 */
  2. $--color-primary: #00ebc3 !important;
  3. .el-carousel {
  4. .el-carousel__indicators {
  5. .is-active {
  6. button{
  7. background-color: aqua;
  8. }
  9. }
  10. }
  11. .el-carousel__indicators--outside {
  12. bottom: 0;
  13. position: absolute;
  14. }
  15. }