元气智驾官网前端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

17 rader
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. }