style.css 6.6 KB

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