Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- /* 改变主题色变量 */
- $--color-primary: #00ebc3 !important;
-
- .el-carousel {
- .el-carousel__indicators {
- .is-active {
- button{
- background-color: aqua;
- }
- }
- }
- .el-carousel__indicators--outside {
- bottom: 0;
- position: absolute;
- }
- }
|