123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- .o2_appmarket_content {
- margin: 40px 0px 0px 40px;
- min-width: 1280px;
- min-height: 700px;
- font-size: 14px;
- overflow: auto;
- }
- .o2_appmarket_recommend {
- min-width: 1280px;
- min-height: 320px;
- height: 40%;
- }
- .o2_appmarket_recommend_in{
- height:100%;
- }
- .o2_appmarket_app {
- min-width: 1280px;
- min-height: 380px;
- height: 55%;
- }
- .o2_appmarket_recommendLeft {
- float: left;
- width:63%;
- height:100%;
- margin:0px 10px 0px 0px;
- position:relative;
- cursor: pointer;
- }
- .o2_appmarket_recommendBiggestPic{
- width:100%;
- height:100%;
- border-radius:16px;
- position:absolute;
- left:0px;
- top:0px;
- background-size:cover;
- }
- .o2_appmarket_recommendBiggestMask{
- width:100%;
- height:100%;
- background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
- border-radius:16px;
- position:absolute;
- left:0px;
- top:0px;
- }
- .o2_appmarket_recommendBiggestTitle{
- width:100%;
- height:31px;
- font-size:24px;
- font-family:MicrosoftYaHei;
- color:rgba(255,255,255,1);
- line-height:31px;
- position:absolute;
- text-align: center;
- top:90%;
- }
- .o2_appmarket_recommendRight {
- height: 100%;
- margin-left:64%;
- margin-right:40px;
- }
- .o2_appmarket_recommendRightTop {
- height: 49%;
- position: relative;
- cursor: pointer;
- }
- .o2_appmarket_recommendRightTopPic{
- width:100%;
- height:100%;
- border-radius:16px;
- position:absolute;
- left:0px;
- top:0px;
- background-size:cover;
- }
- .o2_appmarket_recommendRightTopMask{
- width:100%;
- height:100%;
- background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
- border-radius:16px;
- position:absolute;
- left:0px;
- top:0px;
- }
- .o2_appmarket_recommendRightTitle{
- width:100%;
- height:31px;
- font-size:24px;
- font-family:MicrosoftYaHei;
- color:rgba(255,255,255,1);
- line-height:31px;
- position:absolute;
- text-align:center;
- top:82%;
- }
- .o2_appmarket_recommendRightBottom {
- height: 49%;
- margin-top:10px;
- position: relative;
- cursor: pointer;
- }
- .o2_appmarket_recommendRightBottomPic{
- width:100%;
- height:100%;
- border-radius:16px;
- /*border:1px solid rgba(151,151,151,1);*/
- position:absolute;
- left:0px;
- top:0px;
- background-size:cover;
- }
- .o2_appmarket_recommendRightBottomMask{
- width:100%;
- height:100%;
- background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
- border-radius:16px;
- position:absolute;
- left:0px;
- top:0px;
- }
- .o2_appmarket_appcategorys{
- text-align:center;
- margin-top:60px;
- margin-bottom:40px;
- display: flex;
- justify-content: center;
- }
- .o2_appmarket_appcategory_current{
- color: #4A90E2;
- border-color: #4A90E2;
- cursor: pointer;
- width:80px;
- height:26px;
- font-size:20px;
- font-family:MicrosoftYaHei;
- line-height:26px;
- margin:40px 20px 40px 20px;
- }
- .o2_appmarket_appcategory_tab_over {
- border-bottom: 1px solid rgba(151,151,151,1);
- }
- .o2_appmarket_appcategory{
- width:80px;
- height:26px;
- font-size:20px;
- font-family:MicrosoftYaHei;
- color:rgba(51,51,51,1);
- line-height:26px;
- margin:40px 20px 40px 20px;
- cursor: pointer;
- }
- .o2_appmarket_app_search_box{
- height: 28px;
- width: 268px;
- border-radius: 20px;
- border: 1px solid #DDDDDD;
- }
- .o2_appmarket_app_search_box_icon{
- float: right;
- height: 28px;
- width: 36px;
- background-position: center;
- background-repeat: no-repeat;
- cursor: pointer;
- }
- .o2_appmarket_app_icon_search{
- background-image: url(../o2_core/o2/xDesktop/$Default/blue/icons/icon_sousuo.png) !important;
- }
- .o2_appmarket_app_icon_clear{
- background-image: url(../o2_core/o2/xDesktop/$Default/blue/icons/icon_clear.png) !important;
- }
- .o2_appmarket_app_area_search_clear{
- float: right;
- height: 28px;
- width: 16px;
- background-image: none;
- background-position: center;
- background-repeat: no-repeat;
- }
- .o2_appmarket_app_search_inputArea{
- height: 28px;
- border-radius: 20px;
- padding: 1px 10px;
- margin-right: 52px;
- }
- .o2_appmarket_app_searchinput{
- height: 25px;
- width: 99%;
- line-height: 25px;
- border: 0;
- border-radius: 20px;
- float: left;
- background-color: #f0f0f0;
- }
- .o2_appmarket_applist{
- min-width: 1280px;
- min-height: 380px;
- height: 60%;
- }
- .o2_appmarket_appcategory_count{
- height:28px;
- font-size:18px;
- font-family:MicrosoftYaHei;
- color:rgba(74,144,226,1);
- line-height:24px;
- margin:20px 80px 20px 0px;
- float:right;
- }
- .o2_appmarket_application{
- width:240px;
- height:462px;
- background:rgba(255,255,255,1);
- box-shadow:0px 0px 8px 0px rgba(0,0,0,0.25);
- border-radius:16px;
- float:left;
- margin-bottom:30px;
- cursor: pointer;
- }
- .o2_appmarket_application_icon{
- height:65%;
- border-top-left-radius: 16px;
- border-top-right-radius: 16px;
- background-size:cover;
- }
- .o2_appmarket_application_info{
- width:90%;
- margin:20px 10px auto 10px;
- }
- .o2_appmarket_application_info_name{
- width:100%;
- height:26px;
- font-size:20px;
- font-family:MicrosoftYaHei;
- color:rgba(51,51,51,1);
- line-height:26px;
- overflow: hidden;
-
- }
- .o2_appmarket_application_info_recommend{
- width:100%;
- height:24px;
- font-size:18px;
- font-family:MicrosoftYaHei;
- color:rgba(102,102,102,1);
- line-height:24px;
- margin-bottom:20px;
- }
- .o2_appmarket_application_info_starpic{
- width:14px;
- height:13px;
- }
- .o2_appmarket_application_info_category{
- width:64px;
- height:19px;
- font-size:14px;
- font-family:MicrosoftYaHei;
- color:rgba(153,153,153,1);
- line-height:19px;
- }
- .o2_appmarket_application_info_searchinput{
- height: 26px;
- line-height: 26px;
- border: 0;
- border-radius: 20px;
- float: left;
- }
- .o2_appmarket_application_info_bottom{
- }
- .o2_appmarket_application_info_bottom_free{
- width:34px;
- height:24px;
- font-size:16px;
- font-family:MicrosoftYaHei;
- color:rgba(51,51,51,1);
- line-height:21px;
- float:left;
- }
- .o2_appmarket_application_info_bottom_button{
- width:70px;
- height:24px;
- background:rgba(74,144,226,1);
- border-radius:20px;
- float:right;
- text-align: center;
- cursor: pointer;
- }
- .o2_appmarket_application_info_bottom_button_text{
- height:17px;
- font-size:12px;
- font-family:MicrosoftYaHei;
- color:rgba(255,255,255,1);
- line-height:16px;
- margin:4px auto 3px auto;
- }
- .moduleLoading {
- margin: auto;
- width: "100px";
- z-index:9999999999;
- }
- .o2_appmarket_error{
- width: 1000px;
- height: 560px;
- margin:200px auto auto auto;
- text-align: center;
- background:#ffffff;
- }
- .o2_appmarket_error_pic{
- position:relative;
- }
- .o2_appmarket_error_img{
- margin:auto;
- }
- .o2_appmarket_error_btndiv{
- background: #4A90E2;
- font-family: MicrosoftYaHei;
- color: #ffffff;
- height: 50px;
- width:320px;
- font-size: 20px;
- margin:20px auto 20px auto;
- }
- .o2_appmarket_error_button{
- height: 50px;
- line-height: 50px;
- cursor: pointer;
- position: absolute;
- left: 340px;
- top: 450px;
- background: #4A90E2;
- color: #ffffff;
- font-size: 20px;
- width: 320px;
- border-radius: 6px;
- }
|