UNPKG
tt-mp
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.0
1.0.0
一套组件化、可复用、易扩展的头条小程序 UI 组件库
github.com/winteraq/tt-mini-app
winteraq/tt-mini-app
tt-mp
/
core
/
styles
/
mixins
/
hairline.less
14 lines
(13 loc)
•
239 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.hairline
(
@c
:
#d9d9d9
) {
content
:
' '
;
position
: absolute;
top
:
0
;
left
:
0
;
width
:
200%
;
height
:
200%
;
transform
:
scale
(
0.5
);
transform-origin
:
0
0
;
pointer-events
: none;
box-sizing
: border-box;
border
:
0
solid
@c
; }