123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
- <meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
- <title></title>
- <link rel="stylesheet" type="text/css" href="../../css/aui.css" />
- <style>
- .aui-card-list {
- margin-bottom: 0;
- }
- .column{
- border: 1px solid #eaeff3;
- background: #fff;
- padding: 10px;
- border-radius: 5px;
- margin-bottom:10px;
- }
- .column:last-child{
- margin-bottom: 0;
- }
- .small_title{
- font-size:12px;
- color: #74b9e7;
- display: block;
- font-style: normal;
- }
- .content{
- position: relative;
- padding-bottom: 5px;
- line-height: 1.6;
- }
- .content:after{
- width: 100%;
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- height: 1px;
- background: #eaeff3;
- }
- .large_title{
- margin: 10px 0;
- }
- .technological-process{
- margin-top: 10px;
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .col{
- color: red;
- font-size: 12px;
- display: inline-flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- padding-right: 10px;
- /*width: 25%;*/
- }
- .name{
- border: 1px solid red;
- display: block;
- padding: 3px 6px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin-bottom: 5px;
- }
- .name:last-child{
- margin-bottom: 0;
- }
- .ico-j{
- display: block;
- width: 15px;
- height: 15px;
- background: url("../../image/Arrow.png") no-repeat;
- background-size: contain;
- margin-left: 10px;
- }
- .col:last-child{
- padding-right: 0;
- }
- .col:last-child .ico-j{
- display: none;
- }
- .aui-padded-t-5{
- padding-top: 10px!important;
- }
- </style>
- </head>
- <body>
- <div class="api_layout">
- </div>
- </body>
- <script type="text/javascript" src="../../script/api.js"></script>
- <script type="text/javascript" src="../../script/config.js"></script>
- <script type="text/javascript">
- apiready = function(){
- };
- // function openChangeFill() {
- // $event.openTabLayout('changeFill','changefillword','填选工单','')
- // }
- </script>
- </html>
|