123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <style type="text/css">
- .flexButton {
- /*width: 0.8rem;*/
- /*height: 0.8rem;*/
- /*text-align: center;*/
- /*line-height: 0.7rem;*/
- /*border-radius: 50%;*/
- /*border: 0.06rem #e3e3e3 solid;*/
- /*box-sizing: border-box;*/
- /*color: #007AFF;*/
- position: absolute;
- right: 20px;
- top: 40px;
- font-size: 10px;
- line-height: 14px;
- }
-
- .transparent {
- background-color: transparent !important;
- }
-
- .button.activated {
- border: none;
- }
- /* .tab-item {
- max-width: none;
- } */
-
- .divTop {
- margin-top: 50px
- }
-
- .divMiddle {
- margin-top: 50px;
- }
-
- .row {
- margin-right: 0px;
- margin-left: 0px;
- }
-
- .bdItem {
- /* background: red; */
- color: white;
- max-width: none;
- border-radius: 5px;
- padding: 40px 0;
- /* margin: 0 auto; */
- }
-
- .topImg {
- width: 100%;
- height: 44%;
- }
-
- .bottomDiv {
- width: 100%;
- height: 55%;
- }
-
- .topLeftA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- top: 0;
- left: 0;
- }
-
- .topRightA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- top: 0;
- right: 0;
- }
-
- .bottomLeftA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- bottom: 0;
- left: 0;
- }
-
- .bottomRightA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- bottom: 0;
- right: 0;
- }
-
- .middleImg {
- width: 63px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate3d(-50%, -50%, 0);
- }
- </style>
- <!-- <div class="scroll-content has-footer">
- <div class="divTop">
- <div align="center">
- <img src="./assets/images/huake-32x32.png" alt="">
- <h4>华中科技大学微运维平台</h4>
- </div>
- </div>
- <div class="divMiddle">
- <div class="row">
- <div class="col col-50 ">
- <a class="tab-item bdItem positive-bg" href="#/tab/myIncident">
- <i class="icon ion-ios-browsers-outline"></i>我的报障
- </a>
- </div>
- <div class="col col-50">
- <a class="tab-item bdItem energized-bg" href="#tab/customFormIndex/requestMobileEditor">
- <i class="icon ion-ios-list-outline"></i>新建报障
- </a>
- </div>
- </div>
- <div class="row">
- <div class="col col-50 ">
- <a class="tab-item bdItem royal-bg " href="#/tab/myKnowledge">
- <i class="icon ion-ios-paper-outline"></i>知识库
- </a>
- </div>
- <div class="col col-50">
- <a class="tab-item bdItem balanced-bg" href="#/tab/myNotice">
- <i class="icon ion-ios-bookmarks-outline"></i>公告列表
- </a>
- </div>
- </div>
- </div>
- </div> -->
- <div class="scroll-content has-footer">
- <div class="topImg">
- <img src="./assets/images/weChat/banner_baozhang.png" alt="" style="height: 100%;width: 100%;">
- </div>
- <div class="bottomDiv" style="position: relative;">
- <img src="./assets/images/weChat/bg_fengexian.png" alt="" style="height: 100%;width: 100%;">
- <a class="topLeftA" href="#/tab/myIncident">
- <img src="./assets/images/weChat/icon_shouye_baozhang.png" alt="" class="middleImg">
- </a>
- <a class="topRightA" href="#/tab/customFormIndex/requestMobileEditor">
- <img src="./assets/images/weChat/icon_shouye_xinjian.png" alt="" class="middleImg">
- </a>
- <a class="bottomLeftA" href="#/tab/myKnowledge">
- <img src="./assets/images/weChat/icon_shouye_zhishiku.png" alt="" class="middleImg">
- </a>
- <a class="bottomRightA" href="#/tab/myNotice">
- <img src="./assets/images/weChat/icon_shouye_gonggao.png" alt="" class="middleImg">
- </a>
- </div>
- </div>
|