examine_frm.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
  6. <meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
  7. <title></title>
  8. <link rel="stylesheet" type="text/css" href="../../css/aui.css" />
  9. <style>
  10. .aui-card-list {
  11. margin-bottom: 0;
  12. }
  13. .column{
  14. border: 1px solid #eaeff3;
  15. background: #fff;
  16. padding: 10px;
  17. border-radius: 5px;
  18. margin-bottom:10px;
  19. }
  20. .column:last-child{
  21. margin-bottom: 0;
  22. }
  23. .small_title{
  24. font-size:12px;
  25. color: #74b9e7;
  26. display: block;
  27. font-style: normal;
  28. }
  29. .content{
  30. position: relative;
  31. padding-bottom: 5px;
  32. line-height: 1.6;
  33. }
  34. .content:after{
  35. width: 100%;
  36. content: "";
  37. position: absolute;
  38. bottom: 0;
  39. left: 0;
  40. height: 1px;
  41. background: #eaeff3;
  42. }
  43. .large_title{
  44. margin: 10px 0;
  45. }
  46. .technological-process{
  47. margin-top: 10px;
  48. display: flex;
  49. justify-content: flex-start;
  50. flex-wrap: wrap;
  51. }
  52. .col{
  53. color: red;
  54. font-size: 12px;
  55. display: inline-flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. flex-wrap: wrap;
  59. padding-right: 10px;
  60. /*width: 25%;*/
  61. }
  62. .name{
  63. border: 1px solid red;
  64. display: block;
  65. padding: 3px 6px;
  66. -webkit-border-radius: 5px;
  67. -moz-border-radius: 5px;
  68. border-radius: 5px;
  69. margin-bottom: 5px;
  70. }
  71. .name:last-child{
  72. margin-bottom: 0;
  73. }
  74. .ico-j{
  75. display: block;
  76. width: 15px;
  77. height: 15px;
  78. background: url("../../image/Arrow.png") no-repeat;
  79. background-size: contain;
  80. margin-left: 10px;
  81. }
  82. .col:last-child{
  83. padding-right: 0;
  84. }
  85. .col:last-child .ico-j{
  86. display: none;
  87. }
  88. .aui-padded-t-5{
  89. padding-top: 10px!important;
  90. }
  91. </style>
  92. </head>
  93. <body>
  94. <div class="api_layout">
  95. </div>
  96. </body>
  97. <script type="text/javascript" src="../../script/api.js"></script>
  98. <script type="text/javascript" src="../../script/config.js"></script>
  99. <script type="text/javascript">
  100. apiready = function(){
  101. };
  102. // function openChangeFill() {
  103. // $event.openTabLayout('changeFill','changefillword','填选工单','')
  104. // }
  105. </script>
  106. </html>