index_2.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. @charset "utf-8";
  2. /* 政务桌面css government-->gmt */
  3. html,body{
  4. height: 100%;
  5. overflow: hidden;
  6. }
  7. .module-box{display: flex; flex-wrap: wrap; min-height: 102px; justify-content: star;}
  8. .module-box .ui-sort-placeholder{
  9. width: 31.3%; background: #eee; text-align: center;
  10. /*padding-bottom: 31.3%;*/
  11. height: 102px; margin: 4px 1%; border-radius: 3px;
  12. }
  13. .module-box-delete{display:flex; width:99%; height:20px; text-align:right; align-items: center; justify-content: flex-end; cursor:pointer; }
  14. .module-box-left{}
  15. .module-box-right{}
  16. .main-module{ float:left; width: 31.3%; background: #c23915; text-align: center; position:relative;
  17. /*padding-bottom: 23.3%;*/
  18. height: 102px; margin: 4px 1%; border-radius: 3px; cursor:pointer;}
  19. .main-module img{ float:left; width: 40%; margin-left:30%; margin-top:20px;}
  20. .main-module p{ float:left; width:100%; line-height:25px; margin-top:10px; color:rgba(0,0,0,1);}
  21. .main-module .logo-del{position:absolute; top:0; right:0; width:20px; height:20px; color:red; background:#fff; border-radius:50%; line-height:20px; text-align:center; }
  22. .main-module span{position: absolute; top: 0; right: 0; background: #fff; width: 20px; height: 20px; line-height: 20px; color: #ff5a62;
  23. font-size: 12px; border-radius: 50%;}
  24. .module-box-left .logo-del{display:block;}
  25. .module-box-right .logo-del{display:none;}
  26. /**再次设置 二分之一 区域,桌面插件的 显示风格**/
  27. .rgh-plugin-col img{width:100%; height:102px; margin:0;}
  28. .col-sm-6 .rgh-plugin-col{float:left; width:99%;text-align: center;
  29. height: 218px; margin: 2px 0.5%; border-radius: 3px; cursor:pointer;}
  30. .col-sm-6 .rgh-plugin-col img{height:218px; }
  31. /**再次设置 满款适应 区域,桌面插件的 显示风格**/
  32. .col-sm-12 .rgh-plugin-col{float:left; width:99%;text-align: center;
  33. height: 218px; margin: 2px 0.5%; border-radius: 3px; cursor:pointer;}
  34. .col-sm-12 .rgh-plugin-col img{height:218px; }
  35. /**再次设置 四分之一 区域,桌面插件的 显示风格**/
  36. .col-sm-3 .rgh-plugin-col{float:left; width:99%;text-align: center;
  37. height: 218px; margin: 2px 0.5%; border-radius: 3px; cursor:pointer;}
  38. .col-sm-3 .rgh-plugin-col img{height:218px; }
  39. /********更改整体样式,适应,四分之一的情况*******************************/
  40. .module-box-4 .main-module{float:left; width: 100%; padding:0; margin:0;height: 102px; }
  41. .module-box-4 .main-module img{margin-top:0;}
  42. .module-box-4 .main-module p{float:left; width:100%; line-height:25px; margin-top:10px; }
  43. .module-box-4 .main-module span{}
  44. .module-box-4 .ui-sort-placeholder{
  45. width: 100%; background: #eee; text-align: center; padding-bottom: 0; height: 102px; margin: 0; border-radius: 3px;
  46. }
  47. .main-title{ margin: 0 0 5px 0; height: 30px; line-height: 30px; text-align:left;}
  48. .main-title:hover{ background: rgba(255, 255, 255, .1);}
  49. .main-title input{ width: 100%; height: 35px; text-indent: 1%; margin: 0 -1%; line-height: normal; color: #333;}
  50. /*.sp-btn-gray-outline{outline:none;border:1px solid #ddd; padding:3.6px 14.5px;background:transparent; color:#ddd; margin:1px 3px; cursor:pointer;}
  51. .sp-btn-gray-outline:hover{background:transparent;color:#ddd;}*/
  52. /**系统布局**/
  53. .gmtindex-title{ margin: 0 0 5px 0; line-height: 30px; text-align:left; color:#000; font-size:22px; font-weight:bold;}
  54. .iframe-zj{ width:100%; border:0; max-height:300px; text-align:center;}
  55. .gmtindex-module-box{ width:100%; min-height: 102px;}
  56. .gmtindex-main-module{ float:left; width: 31.3%; background: #c23915; text-align: center; height: 140px;
  57. margin: 6.2px 1%; border-radius: 6px; cursor:pointer; position:relative; }
  58. /*.gmtindex-main-module .img-outer{ width: 80px; height:80px; margin:10px auto; line-height:80px; text-align:center;
  59. background:url('../../../js/indexTwo/imgSmall/logo-bg-tuoyuan.png') no-repeat center center;
  60. background-size:80px 80px; border-radius:50%;
  61. }
  62. .gmtindex-main-module .img-outer img{ width: 40px; height:40px; }*/
  63. .gmtindex-main-module img{ float:left; width: 30%; margin-left:35%; margin-top:20px;}
  64. .gmtindex-main-module p{ float:left; width:100%; line-height:25px; margin-top:10px; color:rgba(0,0,0,1); font-size:15px;}
  65. .gmtindex-main-module span{position: absolute; top: 0; right: 0; background: #fff; width: 20px; height: 20px; line-height: 20px; color: #ff5a62;
  66. font-size: 12px; border-radius: 50%;}