style.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. .o2_appmarket_content {
  2. margin: 40px 0px 0px 40px;
  3. min-width: 1280px;
  4. min-height: 700px;
  5. font-size: 14px;
  6. overflow: auto;
  7. }
  8. .o2_appmarket_recommend {
  9. min-width: 1280px;
  10. min-height: 320px;
  11. height: 40%;
  12. }
  13. .o2_appmarket_recommend_in{
  14. height:100%;
  15. }
  16. .o2_appmarket_app {
  17. min-width: 1280px;
  18. min-height: 380px;
  19. height: 55%;
  20. }
  21. .o2_appmarket_recommendLeft {
  22. float: left;
  23. width:63%;
  24. height:100%;
  25. margin:0px 10px 0px 0px;
  26. position:relative;
  27. cursor: pointer;
  28. }
  29. .o2_appmarket_recommendBiggestPic{
  30. width:100%;
  31. height:100%;
  32. border-radius:16px;
  33. position:absolute;
  34. left:0px;
  35. top:0px;
  36. background-size:cover;
  37. }
  38. .o2_appmarket_recommendBiggestMask{
  39. width:100%;
  40. height:100%;
  41. background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  42. border-radius:16px;
  43. position:absolute;
  44. left:0px;
  45. top:0px;
  46. }
  47. .o2_appmarket_recommendBiggestTitle{
  48. width:100%;
  49. height:31px;
  50. font-size:24px;
  51. font-family:MicrosoftYaHei;
  52. color:rgba(255,255,255,1);
  53. line-height:31px;
  54. position:absolute;
  55. text-align: center;
  56. top:90%;
  57. }
  58. .o2_appmarket_recommendRight {
  59. height: 100%;
  60. margin-left:64%;
  61. margin-right:40px;
  62. }
  63. .o2_appmarket_recommendRightTop {
  64. height: 49%;
  65. position: relative;
  66. cursor: pointer;
  67. }
  68. .o2_appmarket_recommendRightTopPic{
  69. width:100%;
  70. height:100%;
  71. border-radius:16px;
  72. position:absolute;
  73. left:0px;
  74. top:0px;
  75. background-size:cover;
  76. }
  77. .o2_appmarket_recommendRightTopMask{
  78. width:100%;
  79. height:100%;
  80. background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  81. border-radius:16px;
  82. position:absolute;
  83. left:0px;
  84. top:0px;
  85. }
  86. .o2_appmarket_recommendRightTitle{
  87. width:100%;
  88. height:31px;
  89. font-size:24px;
  90. font-family:MicrosoftYaHei;
  91. color:rgba(255,255,255,1);
  92. line-height:31px;
  93. position:absolute;
  94. text-align:center;
  95. top:82%;
  96. }
  97. .o2_appmarket_recommendRightBottom {
  98. height: 49%;
  99. margin-top:10px;
  100. position: relative;
  101. cursor: pointer;
  102. }
  103. .o2_appmarket_recommendRightBottomPic{
  104. width:100%;
  105. height:100%;
  106. border-radius:16px;
  107. /*border:1px solid rgba(151,151,151,1);*/
  108. position:absolute;
  109. left:0px;
  110. top:0px;
  111. background-size:cover;
  112. }
  113. .o2_appmarket_recommendRightBottomMask{
  114. width:100%;
  115. height:100%;
  116. background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  117. border-radius:16px;
  118. position:absolute;
  119. left:0px;
  120. top:0px;
  121. }
  122. .o2_appmarket_appcategorys{
  123. text-align:center;
  124. margin-top:60px;
  125. margin-bottom:40px;
  126. display: flex;
  127. justify-content: center;
  128. }
  129. .o2_appmarket_appcategory_current{
  130. color: #4A90E2;
  131. border-color: #4A90E2;
  132. cursor: pointer;
  133. width:80px;
  134. height:26px;
  135. font-size:20px;
  136. font-family:MicrosoftYaHei;
  137. line-height:26px;
  138. margin:40px 20px 40px 20px;
  139. }
  140. .o2_appmarket_appcategory_tab_over {
  141. border-bottom: 1px solid rgba(151,151,151,1);
  142. }
  143. .o2_appmarket_appcategory{
  144. width:80px;
  145. height:26px;
  146. font-size:20px;
  147. font-family:MicrosoftYaHei;
  148. color:rgba(51,51,51,1);
  149. line-height:26px;
  150. margin:40px 20px 40px 20px;
  151. cursor: pointer;
  152. }
  153. .o2_appmarket_app_search_box{
  154. height: 28px;
  155. width: 268px;
  156. border-radius: 20px;
  157. border: 1px solid #DDDDDD;
  158. }
  159. .o2_appmarket_app_search_box_icon{
  160. float: right;
  161. height: 28px;
  162. width: 36px;
  163. background-position: center;
  164. background-repeat: no-repeat;
  165. cursor: pointer;
  166. }
  167. .o2_appmarket_app_icon_search{
  168. background-image: url(../o2_core/o2/xDesktop/$Default/blue/icons/icon_sousuo.png) !important;
  169. }
  170. .o2_appmarket_app_icon_clear{
  171. background-image: url(../o2_core/o2/xDesktop/$Default/blue/icons/icon_clear.png) !important;
  172. }
  173. .o2_appmarket_app_area_search_clear{
  174. float: right;
  175. height: 28px;
  176. width: 16px;
  177. background-image: none;
  178. background-position: center;
  179. background-repeat: no-repeat;
  180. }
  181. .o2_appmarket_app_search_inputArea{
  182. height: 28px;
  183. border-radius: 20px;
  184. padding: 1px 10px;
  185. margin-right: 52px;
  186. }
  187. .o2_appmarket_app_searchinput{
  188. height: 25px;
  189. width: 99%;
  190. line-height: 25px;
  191. border: 0;
  192. border-radius: 20px;
  193. float: left;
  194. background-color: #f0f0f0;
  195. }
  196. .o2_appmarket_applist{
  197. min-width: 1280px;
  198. min-height: 380px;
  199. height: 60%;
  200. }
  201. .o2_appmarket_appcategory_count{
  202. height:28px;
  203. font-size:18px;
  204. font-family:MicrosoftYaHei;
  205. color:rgba(74,144,226,1);
  206. line-height:24px;
  207. margin:20px 80px 20px 0px;
  208. float:right;
  209. }
  210. .o2_appmarket_application{
  211. width:240px;
  212. height:462px;
  213. background:rgba(255,255,255,1);
  214. box-shadow:0px 0px 8px 0px rgba(0,0,0,0.25);
  215. border-radius:16px;
  216. float:left;
  217. margin-bottom:30px;
  218. cursor: pointer;
  219. }
  220. .o2_appmarket_application_icon{
  221. height:65%;
  222. border-top-left-radius: 16px;
  223. border-top-right-radius: 16px;
  224. background-size:cover;
  225. }
  226. .o2_appmarket_application_info{
  227. width:90%;
  228. margin:20px 10px auto 10px;
  229. }
  230. .o2_appmarket_application_info_name{
  231. width:100%;
  232. height:26px;
  233. font-size:20px;
  234. font-family:MicrosoftYaHei;
  235. color:rgba(51,51,51,1);
  236. line-height:26px;
  237. overflow: hidden;
  238. }
  239. .o2_appmarket_application_info_recommend{
  240. width:100%;
  241. height:24px;
  242. font-size:18px;
  243. font-family:MicrosoftYaHei;
  244. color:rgba(102,102,102,1);
  245. line-height:24px;
  246. margin-bottom:20px;
  247. }
  248. .o2_appmarket_application_info_starpic{
  249. width:14px;
  250. height:13px;
  251. }
  252. .o2_appmarket_application_info_category{
  253. width:64px;
  254. height:19px;
  255. font-size:14px;
  256. font-family:MicrosoftYaHei;
  257. color:rgba(153,153,153,1);
  258. line-height:19px;
  259. }
  260. .o2_appmarket_application_info_searchinput{
  261. height: 26px;
  262. line-height: 26px;
  263. border: 0;
  264. border-radius: 20px;
  265. float: left;
  266. }
  267. .o2_appmarket_application_info_bottom{
  268. }
  269. .o2_appmarket_application_info_bottom_free{
  270. width:34px;
  271. height:24px;
  272. font-size:16px;
  273. font-family:MicrosoftYaHei;
  274. color:rgba(51,51,51,1);
  275. line-height:21px;
  276. float:left;
  277. }
  278. .o2_appmarket_application_info_bottom_button{
  279. width:70px;
  280. height:24px;
  281. background:rgba(74,144,226,1);
  282. border-radius:20px;
  283. float:right;
  284. text-align: center;
  285. cursor: pointer;
  286. }
  287. .o2_appmarket_application_info_bottom_button_text{
  288. height:17px;
  289. font-size:12px;
  290. font-family:MicrosoftYaHei;
  291. color:rgba(255,255,255,1);
  292. line-height:16px;
  293. margin:4px auto 3px auto;
  294. }
  295. .moduleLoading {
  296. margin: auto;
  297. width: "100px";
  298. z-index:9999999999;
  299. }
  300. .o2_appmarket_error{
  301. width: 1000px;
  302. height: 560px;
  303. margin:200px auto auto auto;
  304. text-align: center;
  305. background:#ffffff;
  306. }
  307. .o2_appmarket_error_pic{
  308. position:relative;
  309. }
  310. .o2_appmarket_error_img{
  311. margin:auto;
  312. }
  313. .o2_appmarket_error_btndiv{
  314. background: #4A90E2;
  315. font-family: MicrosoftYaHei;
  316. color: #ffffff;
  317. height: 50px;
  318. width:320px;
  319. font-size: 20px;
  320. margin:20px auto 20px auto;
  321. }
  322. .o2_appmarket_error_button{
  323. height: 50px;
  324. line-height: 50px;
  325. cursor: pointer;
  326. position: absolute;
  327. left: 340px;
  328. top: 450px;
  329. background: #4A90E2;
  330. color: #ffffff;
  331. font-size: 20px;
  332. width: 320px;
  333. border-radius: 6px;
  334. }