style.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @charset "utf-8";
  2. @import url('../common/base/grid.css');
  3. @import url('../common/base/ui.css');
  4. html,body{overflow: inherit;font-family:sans-serif,Arial,"Microsoft YaHei","Segoe UI","Lucida Grande";color: #646a73;font-weight: 400;}
  5. /* 按钮 */
  6. .comm-btn{white-space: nowrap;display: inline-block;height:30px;line-height:30px;padding: 0 10px;background: #fff; border-radius:3px; letter-spacing: .025em; color: #242526; text-decoration: none; border: 1px solid rgba(0,0,0,0.1); cursor: pointer;}
  7. .comm-btn:hover{text-decoration: none;background: #f2f2f2}
  8. .comm-btn.primary{ background: #00d084; color: #fff;}
  9. .comm-btn.primary:hover{ background: #03b976; color: #fff;}
  10. .comm-btn.warn{ background: #ff5d34; color: #fff;}
  11. .comm-btn.warn:hover{ background: #eb6966;color: #fff;}
  12. /*头部*/
  13. #header{padding:10px 0px;z-index:20;background: #FFF;position: absolute;box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);top: 0!important;z-index:1;height: 80px;}
  14. #header .logo{width:178px;height:50px;margin-top: 5px;}
  15. #header .logo img{width: 100%;}
  16. #header .nav{display: block;line-height:30px;padding: 10px 0px}
  17. #header .nav > li {position: relative;float: left;padding:3px 15px;}
  18. #header .nav > li.active,header .nav > li:hover {color: #ee591f !important;border-radius: 3px;}
  19. #header .nav > li.active > a,header .nav > li:hover > a {color: #ee591f;}
  20. #header .nav > li >a {font-size: 15px;color: #777;}
  21. #header .btn{padding: 10px 0px;font-size: 14px;}
  22. #header .reg{position: relative;display: inline-block;}
  23. #header .btn .comm-btn:first-child{margin-left:0px;}
  24. #header .btn i {animation:tips 0.6s ease infinite;}
  25. @keyframes tips {0% { -webkit-transform: translateY(0);}50%{ -webkit-transform: translateY(2px);}100%{ -webkit-transform: translateY(0);}}
  26. #header .btn i{z-index:100;background: #fff;color: #00d084;border: 1px solid #00d084;position: absolute;font-size: 13px;font-style: normal;left: 50%;margin-left: -114px;top:40px;line-height: 22px;padding: 0 8px;border-radius: 3px;white-space: nowrap;}
  27. #header .btn i:after,header .btn i:before {content: "";display: block;position: absolute;left: 106px;border: 8px solid;border-color: transparent transparent #00d084 transparent;top: -16px;}
  28. #header .btn i:before{border-bottom-color: #fff;top: -15px;z-index: 1;}
  29. /* 幻灯片 */
  30. .banner{width: 100%;color: #3E4652;text-align: center;background:#F4F8FF url(wave.png) no-repeat center bottom;height: 180px;margin-top: 80px;}
  31. .banner .banner-text {padding-top:50px;line-height: 40px;font-size:18px;font-weight: 300;}
  32. .banner .banner-text h2{font-size:28px;font-weight:400;}
  33. /* 内容区 */
  34. .mtitle{text-align: center;font-size: 36px;line-height:60px;font-weight: lighter; color: #434A54;margin:30px 0px;}
  35. .text{padding:20px 0px;background:#F4F8FF;}
  36. .text .mtitle{margin:0px 0px;}
  37. p.inabout{width: 688px;margin:auto;font-size: 16px;text-align: center;line-height: 28px;color: #82939e;text-shadow: 0 1px #fff;position: relative;font-weight: 300;}
  38. p.inabout::before {left: -100px;top: 20px;content: url(yw-db-arr.png);width: 52px;height: 44px;position: absolute;overflow: hidden;}
  39. p.inabout::after {right: -100px;top: 20px;background: url(yw-db-arr.png);width: 52px;height: 44px;position: absolute;overflow: hidden;content: '';background-position: -52px 0;}
  40. /*应用中心*/
  41. .app{margin: 20px 0px 20px 20px;padding:10px;background-color: #fff;border-radius: 8px;box-shadow: 0 5px 20px 0 rgba(14,31,102,.08);transition: all .2s;}
  42. .app:hover{box-shadow:0 15px 40px 0 rgba(17,31,51,.2);transform:scale(1.02);}
  43. .app .applogo{width:100%;border-radius:15px;padding:5px;}
  44. .app .title{display: flex;display: -webkit-box; display: -moz-box; display: -ms-flexbox;display: -webkit-flex; display: flex;line-height: 30px;}
  45. .app .title h4{flex: 1;padding:5px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;font-size: 16px;font-weight:500;color: #333;line-height: 18px;}
  46. .app .title h4:hover{color: #ee591f;}
  47. .app .title span {margin: 0px 5px;padding:0px 5px;line-height: 25px;font-size: 12px;color: #404040;border: 1px solid #f4f4f4;text-align: center;border-radius: 5px;display: inline-block;position: relative;}
  48. .app .title span:hover .qrcode{display: block;width: 160px;overflow: hidden;background: #FFFFFF;box-shadow: 0 0 1px #d6d6d6;text-align: center;font-size: 14px;color: #303030;position: absolute;right:0px;top:30px;z-index: 99;padding: 10px;line-height: 25px;}
  49. .app .title span:hover .qrcode img{width: 100%;}
  50. .app .miniapp-footer{width: 100%;height:80px;padding: 5px;left: 0;bottom: 0;color: #808080;overflow: hidden;}
  51. .app .describe{font-size: 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
  52. .app span.go{font-size:14px;background: #fff;border: 1px solid #0db252;color: #0db252;text-align: center;}
  53. /* 版权所有 */
  54. #footer{clear: both;color: #3E4652;text-align: center;font-size: 14px;border-top: solid 1px #f5f6f7;background-color: #FFF;}
  55. #footer a{color: #354152;}
  56. #footer .copyright{padding:40px 0px;line-height:30px;}
  57. #footer .icp{padding-left:10px;}
  58. /* 应用预览 */
  59. .review{padding:20px 0px;border-radius: 5px;margin-top: 80px;}
  60. .review h4{font-weight: 600; font-size: 1.4rem; color: #3d464d;font-size: 14px;border-left: 2px #ee591f solid;padding-left: 10px;line-height:22px;margin-bottom: 10px;}
  61. .review .detail{border: 1px solid #eaeef1;padding:20px;}
  62. .review .detail .applogo{width:100%;border-radius:15px;padding:5px;}
  63. .review .detail .miniapp-title{line-height: 30px;font-size:30px;color: #3d464d;padding: 10px 20px;position: relative;}
  64. .review .detail .miniapp-title .tags{position: absolute;top: 0px;right:0px;}
  65. .review .detail .miniapp-footer{padding-left:20px;font-size: 14px;color: #47525d;overflow: hidden;}
  66. .review .appinfo{border: 1px solid #eaeef1;padding: 20px 30px;border-width: 0px 1px 0px 1px;line-height:25px;}
  67. .review .appinfo .infobar{line-height:28px;margin: 10px 0px;font-size: 14px;}
  68. .review .appinfo label{display: inline-block;color: #7d8994;}
  69. .review .appinfo span{display: inline-block;line-height: 30px;}
  70. .review .appinfo span.sell_price{font-size: 20px;}
  71. .review .detail-qrcode{float:right;text-align: center;padding: 10px 40px;color: #7d8994;line-height: 30px;font-size: 14px; width: 100%;}
  72. .review .detail-qrcode img{width:140px;}
  73. .review .apppic{border: 1px solid #eaeef1;padding:10px 30px;border-width: 0px 1px 0px 1px;line-height:25px;}
  74. .review .apppic .app_pic{padding:5px;border: 1px solid #eaeef1;margin:5px;}
  75. .review .apppic .app_pic img{width:100%;}
  76. .review .apptext{border: 1px solid #eaeef1;padding:10px 30px;border-width: 0px 1px 1px 1px;}
  77. .review .app_content{font-size: 14px;line-height:25px;color: #47525d;}
  78. .review .app_content img{width: 100%;}
  79. /* 布局 */
  80. @media screen and (min-width:759px){
  81. .mtitle{font-size:1.5rem;}
  82. .text{padding:20px 0px}
  83. .apps{margin:20px 0px 20px -20px;}
  84. }
  85. @media screen and (max-width:760px){
  86. /* 预览 */
  87. header {padding:5px 0px;}
  88. header .logo img {width:80%;}
  89. header .btn {font-size: 14px;}
  90. header .btn i{display: none}
  91. /* 文字介绍 */
  92. .banner{height: auto;}
  93. .banner .banner-text{padding: 20px;font-size: 14px;line-height:25px}
  94. .banner .banner-text h2{font-size: 20px;}
  95. .text {padding: 10px 0px;}
  96. .text .mtitle{font-size:28px;}
  97. p.inabout{width:100%;font-size: 14px;padding: 0px 60px;}
  98. p.inabout::before {left: 0px;}
  99. p.inabout::after {right: 0px;}
  100. .review .appinfo,.review .apppic,.review .apptext{padding:10px}
  101. /* 版权 */
  102. #footer{min-width:100%;padding:0px;height: 110px;text-align: center;}
  103. .comm-btn{padding: 0 5px;line-height:30px;height:30px;}
  104. .app{margin:10px 10px 5px 10px;}
  105. .review{padding:0px;margin: 5px;margin-top:90px;}
  106. }