123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>${title}</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <link rel="stylesheet" href="${s3('/weui/1.1.3/style/weui.min.css')}" type="text/css">
- <link rel="stylesheet" href="${s3('/jquery-weui/1.2.1/css/jquery-weui.min.css')}" type="text/css">
- <style>
- .demos-header {
- padding: 10px 0 5px 0;
- background-color: #16ae9d;
- }
- .demos-title {
- text-align: center;
- font-size: 25px;
- color: white;
- font-weight: 300;
- margin: 0 15%;
- }
- .user-header {
- padding: 15px 0 5px 0;
- /*background-color: #16ae9d;*/
- }
- .user-title {
- text-align: center;
- font-size: 18px;
- color: #000000;
- font-weight: 900;
- margin: 0 15%;
- }
- .user-title-long {
- text-align: center;
- font-size: 15px;
- color: #000000;
- font-weight: 900;
- margin: 0 15%;
- }
- .user-title-big {
- text-align: center;
- font-size: 30px;
- color: #000000;
- font-weight: 900;
- margin: 0 15%;
- }
- .red {
- color: red;
- }
- .green {
- color: green;
- }
- .orange {
- color: orange;
- }
- .user-hr {
- align: center;
- width: 100%;
- color: #000000;
- size: 5px;
- }
- .user-font {
- color: #000000;
- }
- .user-div-msg {
- display: inline-block;
- width: 40%;
- height: 40%;
- }
- .maindiv{
- width: 100%;
- overflow: hidden; /*关键*/
- padding: 15px 0 5px 0;
- }
- .leftdiv{
- float: left;
- width: 40%;
- }
- .rightdiv{
- float: right;
- width: 50%;
- }
- .centerdiv{
- float: left;
- width: 5%;
- border-right:1px dashed rgba(0, 0, 0, 0.46);
- padding-bottom:45%; /*关键*/
- margin-bottom:-45%; /*关键*/
- }
- html,body{height: 100%;}
- .ri_bao_weui_tab_bd_item_active {
- display: block !important;
- }
- .qiu_zhu_weui_tab_bd_item_active {
- display: block !important;
- }
- .tuan_gou_weui_tab_bd_item_active {
- display: block !important;
- }
- .msgInfoTabHeaderDiv {
- background-color: gray;
- width: 100%;
- height: 8vw;
- display: -webkit-flex;
- display: flex;
- text-align: center;
- }
- .msgInfoTabFooterDiv {
- background-color: gray;
- width: 100%;
- height: 0.7vw;
- }
- .msgInfoTabColumn1 {
- width: 30%;
- background-color: white;
- height: 7.3vw;
- line-height: 7.3vw;
- margin-left: 0.5vw;
- margin-top: 0.7vw;
- }
- .msgInfoTabColumn2 {
- width: 26%;
- background-color: white;
- height: 7.3vw;
- line-height: 7.3vw;
- margin-left: 0.5vw;
- margin-top: 0.7vw;
- }
- .msgInfoTabColumn3 {
- width: 42%;
- background-color: white;
- height: 7.3vw;
- line-height: 7.3vw;
- margin-left: 0.5vw;
- margin-right: 0.5vw;
- margin-top: 0.7vw;
- }
- .tt{
- border-top: 3px solid #75859f;
- margin-top:2.4em
- }
- </style>
- </head>
- <span hidden="hidden" id="id"></span>
- <body style="height: 100%" ontouchstart>
|