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.
31 lines
929 B
31 lines
929 B
/****添加计算宽度的--运算符直接需要space****/ |
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
.bi-bubble-combo .bubble-combo-triangle-left { |
|
width: 0; |
|
height: 0; |
|
border-top: 6px solid transparent; |
|
border-left: 6px solid #3f8ce8; |
|
border-bottom: 6px solid transparent; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-right { |
|
width: 0; |
|
height: 0; |
|
border-top: 6px solid transparent; |
|
border-right: 6px solid #3f8ce8; |
|
border-bottom: 6px solid transparent; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-top { |
|
width: 0; |
|
height: 0; |
|
border-left: 6px solid transparent; |
|
border-right: 6px solid transparent; |
|
border-top: 6px solid #3f8ce8; |
|
} |
|
.bi-bubble-combo .bubble-combo-triangle-bottom { |
|
width: 0; |
|
height: 0; |
|
border-left: 6px solid transparent; |
|
border-right: 6px solid transparent; |
|
border-bottom: 6px solid #3f8ce8; |
|
}
|
|
|