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.
|
- /* 改变主题色变量 */
- $--color-primary: #00ebc3 !important;
-
- .el-carousel {
- .el-carousel__indicators {
- .is-active {
- button{
- background-color: aqua;
- }
- }
- }
- .el-carousel__indicators--outside {
- bottom: 0;
- position: absolute;
- }
- }
|