26 lines
587 B
CSS
26 lines
587 B
CSS
@CHARSET "UTF-8";
|
|
body,html{height:100%;-webkit-tap-highlight-color:transparent}body{overflow-x:hidden;background-color:#fbf9fe}.container{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}
|
|
|
|
.hd {
|
|
padding: 2em 0 0 0;
|
|
}
|
|
|
|
.page_title {
|
|
text-align: center;
|
|
font-size: 34px;
|
|
color: #FA9128;
|
|
font-weight: 400;
|
|
margin: 0 15%;
|
|
}
|
|
.weui_btn_sino{
|
|
background-color: #FA9128;
|
|
}
|
|
.weui_btn_sino:not(.weui_btn_disabled):visited {
|
|
color: #FFFFFF;
|
|
}
|
|
.weui_btn_sino:not(.weui_btn_disabled):active {
|
|
color: rgba(255, 255, 255, 0.4);
|
|
background-color: #EE8525;
|
|
}
|
|
|