mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
20 lines
677 B
CSS
20 lines
677 B
CSS
.arrow2
|
|
{
|
|
margin: 3px 8px 4px 0;
|
|
border-left: 5px dashed transparent;
|
|
border-bottom: 5px dashed transparent;
|
|
border-top: 5px dashed transparent;
|
|
border-right: 5px solid #ccc;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.arrow3
|
|
{
|
|
margin: 3px 0 4px 8px;
|
|
border-top: 5px dashed transparent;
|
|
border-bottom: 5px dashed transparent;
|
|
border-right: 5px dashed transparent;
|
|
border-left: 5px solid #ccc;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
} |