样式
This commit is contained in:
@@ -23,7 +23,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
|||||||
|
|
||||||
.content{
|
.content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
background: center / 100% auto url(./static/images/page_bg.jpg) no-repeat;
|
background: center / 100% auto url(./static/images/page_bg.jpg) no-repeat;
|
||||||
background-color: #040d1e;
|
background-color: #040d1e;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,15 +85,15 @@ export default {
|
|||||||
text,.page_input {
|
text,.page_input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background-color: #fff;
|
background: linear-gradient(180deg, #0E284B, #2D70A3);
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #3274CD;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
_font(13px, 26px, #053978,,)
|
_font(13px, 26px, #fff,,)
|
||||||
}
|
}
|
||||||
|
|
||||||
text.active {
|
text.active {
|
||||||
background-color: #053978;
|
background: linear-gradient(180deg, #2160D2, #3688DE);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,10 +106,6 @@ text.ellipsis {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.page_txt {
|
.page_txt {
|
||||||
background-color: transparent;
|
|
||||||
border-color: transparent;
|
|
||||||
color: #fff;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
.mgl10 {
|
.mgl10 {
|
||||||
margin-left: 20px
|
margin-left: 20px
|
||||||
|
|||||||
Reference in New Issue
Block a user