小胡 77979b6ed5
更新至V2.3.2版本,离线升级的用户需要执行升级程序 (#278)
* 优化百度编辑器,修复编辑器插入的图片不能预览问题

* 处理系统异常时登录无反应问题

* 更新至V2.3.1版本,离线升级的用户需要执行升级程序
2025-01-16 21:17:09 +08:00

262 lines
4.3 KiB
CSS

@charset "utf-8";
/* CSS Document */
.market-container .appitem{
background:#FFF;
width:236px;
height:330px;
box-shadow:0 1px 3px rgba(0,0,0,.3);
position:relative;
border-radius:2px;
margin:8px;
}
.img_236 {
max-width: 236px;
max-height: 136px;
}
.ie8 .market-container .appitem{
border:1px solid #D9D9D7;
}
.img-container {
width:236px;
height:136px;
padding:0;
text-align:center;
position:relative;
overflow:hidden;
display:block;
border-radius:2px 2px 0 0;
}
.ie8 .img-container {
width:234px;
height:135px;
}
.appitem-desc{
padding:10px 0;
height:84px;
line-height:1.5;
overflow:hidden;
color:#808080;
}
.appitem-footer{
line-height:35px;
}
.appitem-title a{
font-size:14px;font-weight:bold;color:#333;
text-shadow:1px 1px 1px #FFF;
}
.appitem .appmeta{
color: #353535;
padding: 15px 15px 0 15px;
background: #fff;
}
.appmeta a {
color: #333;
font-weight: bold;
display: block;
text-decoration: none;
}
.appmeta a h3 {
display: block;
font-size: 14px;
line-height: 14px;
margin: 0 0 10px 0;
height:14px;
text-overflow: ellipsis;
overflow: hidden;font-weight: bold;
}
.appmeta h4 {
font-size: 11px;
color: #808080;
margin:0;
/*margin-top: -8px;*/
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.price-container p{ margin:0 0 5px 0}
.document-header{
padding:0;
position:relative;
margin:0;
background-color: rgba(var(--bs-light-rgb), 1);
border:1px solid #dee2e6;
border-radius:.3rem;
}
.price-container .label-success{
font-weight:300;
border-radius:var(--radius);
background-color:rgba(var(--bs-primary-rgb), 1);
display: inline-block;
padding: 0.35em 0.65em;
font-size: .75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.document-header .img-container{
border-radius:2px 0 0 0;
position:absolute;
left:0;top:0;
}
.document-header .header-info{
padding: 0px 0 10px 246px;
line-height:30px;
min-width:500px;
display: flex;
flex-wrap:wrap;
}
.ie8 .document-header .header-info{
min-width:150px;
}
.document-header .header-info .appname{
font-size:16px;
line-height:35px;
}
.download-container{
position:absolute;
right:10px;top:10px;
z-index:100;
}
.document-container {
width:100%;
margin:0;
border:none;
box-shadow:none;
overflow-x:hidden;
}
.document-container .document-body {
padding: 20px 0 0 0;
margin: 0 20px 0 20px;
overflow-x:hidden;
position:relative;
line-height:2;
}
.document-container .document-body img.dzz-image{
max-width: 100%;
}
.document-container .document-Carousel {
padding: 20px 0 0 0;
margin: 0 20px 0 20px;
min-height:200px;
overflow-x:hidden;
position:relative;
}
.document-container .document-comment {
padding: 20px 0 0 0;
margin: 0 20px;
}
.document-comment .attach-item{
height:20px;
line-height:20px;
padding:0 10px;
}
span.attach-item{
line-height:24px;
display:inline-block;
height:24px;
padding-right:8px;
}
span.attach-item img{
max-height:100%;
padding-right:5px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
margin:0 auto;
}
.bs-navbar-default .navbar-nav li{
overflow:hidden;
}
.bs-navbar-default .navbar-nav>li>a{
padding:15px;
}
.bs-navbar-default .navbar-toggle{
margin-top:8px
}
.bs-navbar-default .navbar-form{
margin-top:8px
}
.bs-navbar-default .container-fluid>.navbar-header{
margin-right:0;
margin-left:0;
}
/*12.12修改*/
.group-td-wrapper{
max-width:120px;
white-space:normal;
overflow: hidden;
text-overflow: ellipsis;
}
.group-td-wrapper>span {
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.group-td-wrapper>span>img {
margin:0;
vertical-align: text-bottom;
}
.tag-td-wrapper{
max-width:120px;
height: 20px;
white-space:normal;
overflow: hidden;
text-overflow: ellipsis;
}
.tag-td-wrapper a{
color:#666;
display:inline-block;
padding:0 2px;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
span.num {
color:#4A89FD;
font-weight:700;
padding:0 2px;
margin:0;
}
.appname{
margin:0;
line-height:25px;
}
.appname a{
color:#333;
font-weight:600;
font-size:14px;
}
.appdesc{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor:default;
font-size: 14px;
max-width:300px;
}
.btn-top{
margin-left: 30px;
}
.btn-top a{
margin-right: 10px;
}
/*结束*/