1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <!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-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;
- }
- </style>
- </head>
- <span hidden="hidden" id="id"></span>
- <body style="height: 100%" ontouchstart>
|