老系统对接

This commit is contained in:
2018-07-12 14:08:55 +08:00
commit 5f41fe5df1
420 changed files with 50883 additions and 0 deletions

25
webapp/css/base.css Normal file
View File

@ -0,0 +1,25 @@
@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;
}