UNPKG
react-app-shell
Version:
latest (1.0.0)
1.0.0
react打包脚本和example, 这里的版本请忽略
react-app-shell
/
activity
/
src
/
views
/
component
/
nojoin-tips-modal
/
style.less
16 lines
(15 loc)
•
302 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tips-container
{
padding-top
:
15px
;
padding-bottom
:
15px
;
.tips-text
{
margin-bottom
:
15px
;
color
:
#333333
;
font-size
:
32px
; }
.tips-memo
{
font-size
:
28px
;
font-family
:PingFangSC-Regular;
font-weight
:
400
;
color
:
#B3B3B3
; } }