交易所前端蓝色ui, 4.5 jiem
1
lxf
2025-06-13 eee501df08a1f149a2051384d510cfd404ef4ebc
1
2
3
4
5
6
7
8
9
10
11
12
13
@mixin border-1px($direction,$color: '#EAEBEE') {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border-#{$direction}: 1px solid #{$color};
  -webkit-transform: scale(.5);
  transform: scale(.5);
}