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