first commit
This commit is contained in:
33
app-sqlite-master/app-sqlite/common/common.css
Normal file
33
app-sqlite-master/app-sqlite/common/common.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/* 1. 页面背景色 */
|
||||
.page{
|
||||
background-color: #EDEDED;
|
||||
/* #ifndef APP-PLUS-NVUE */
|
||||
min-height: 100vh;
|
||||
height: auto;
|
||||
/* #endif */
|
||||
/* #ifdef APP-PLUS-NVUE */
|
||||
flex: 1;
|
||||
/* #endif */
|
||||
}
|
||||
/* 2. 主背景色(原谅绿) */
|
||||
.main-bg-color{
|
||||
background-color: #08C060;
|
||||
}
|
||||
.main-bg-hover-color{
|
||||
background-color: #08d869;
|
||||
}
|
||||
/* 3. 主文字色(原谅绿) */
|
||||
.main-text-color{
|
||||
color: #08C060;
|
||||
}
|
||||
|
||||
.border-main{
|
||||
border-color: #08C060!important;
|
||||
}
|
||||
|
||||
.bg-chat-item{
|
||||
background-color: #6BEE68;
|
||||
}
|
||||
.text-chat-item{
|
||||
color: #6BEE68;
|
||||
}
|
||||
Reference in New Issue
Block a user