style.css 6.6 KB

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