mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-08 04:15:37 +08:00
实现用户注册/审核功能
This commit is contained in:
9
web/views/@default/users/setting/index_plus.css
Normal file
9
web/views/@default/users/setting/index_plus.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.feature-boxes .feature-box {
|
||||
margin-bottom: 1em;
|
||||
width: 24em;
|
||||
float: left;
|
||||
}
|
||||
.feature-boxes .feature-box:hover label {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*# sourceMappingURL=index_plus.css.map */
|
||||
1
web/views/@default/users/setting/index_plus.css.map
Normal file
1
web/views/@default/users/setting/index_plus.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["index_plus.less"],"names":[],"mappings":"AAAA,cACC;EACC,kBAAA;EACA,WAAA;EACA,WAAA;;AAJF,cAOC,aAAY,MACX;EACC,iBAAA","file":"index_plus.css"}
|
||||
13
web/views/@default/users/setting/index_plus.less
Normal file
13
web/views/@default/users/setting/index_plus.less
Normal file
@@ -0,0 +1,13 @@
|
||||
.feature-boxes {
|
||||
.feature-box {
|
||||
margin-bottom: 1em;
|
||||
width: 24em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.feature-box:hover {
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user