You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
308 lines
4.5 KiB
308 lines
4.5 KiB
/* 数据超市详情 */
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
/* 面包屑样式 */
|
|
.rumbs {
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.rumbs .rumbs_box {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
line-height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_title {
|
|
float: left;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_name {
|
|
float: left;
|
|
}
|
|
|
|
.super_detword {
|
|
width: 100%;
|
|
padding-bottom: 100px;
|
|
background: #F2F8FC;
|
|
}
|
|
|
|
.super_detmain {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
background: white;
|
|
padding: 20px;
|
|
}
|
|
|
|
.super_center {
|
|
display: flex;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.center_left {
|
|
width: 252px;
|
|
height: 249px;
|
|
}
|
|
|
|
.center_left img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.center_right {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
#cen-ock {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.con_box {
|
|
width: 910px;
|
|
display: flex;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
border: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.title {
|
|
width: 110px;
|
|
text-align: center;
|
|
padding-right: 5px;
|
|
border-right: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.content {
|
|
width: 750px;
|
|
padding: 0 0 0 15px;
|
|
margin-right: 10px;
|
|
color: #9F9F9F;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.center_right .cen_right_two {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
#cen-ock_two {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.title_two {
|
|
/* width: 150px; */
|
|
width: 138px;
|
|
text-align: center;
|
|
padding-right: 5px;
|
|
border-right: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.content_two {
|
|
width: 227px;
|
|
padding: 0 0 0 15px;
|
|
margin-right: 10px;
|
|
border-right: 1px solid #d7d7d7;
|
|
color: #9F9F9F;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.title1_two {
|
|
width: 175px;
|
|
text-align: center;
|
|
padding-right: 5px;
|
|
border-right: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.content1_two {
|
|
width: 348px;
|
|
padding: 0 0 0 15px;
|
|
margin-right: 10px;
|
|
color: #9F9F9F;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
|
|
.center_right .cen_right_three {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.cen-ock_three {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.actives {
|
|
background-color: rgba(55, 74, 165, 1);
|
|
color: white;
|
|
}
|
|
|
|
.thre_centen {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.thre_centen .table {
|
|
width: 910px;
|
|
}
|
|
|
|
.thre_centen .table .text-center {
|
|
height: 30px;
|
|
background: #F2F2F2;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
border: 1px solid #D7D7D7;
|
|
}
|
|
|
|
.thre_centen .table .text-center1 {
|
|
width: 200px;
|
|
height: 30px;
|
|
font-size: 14px;
|
|
border: 1px solid #D7D7D7;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 2px;
|
|
}
|
|
|
|
.details {
|
|
cursor: pointer;
|
|
color: #337ab7;
|
|
}
|
|
|
|
.thre_centen .table .text-btn {
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.center_right .cen-right_four {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.thre_head {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.thre_head .btn {
|
|
width: 110px;
|
|
height: 30px;
|
|
outline: none !important;
|
|
border: none;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
background-color: rgba(242, 242, 242, 1);
|
|
}
|
|
|
|
.thre_head .active {
|
|
background-color: rgba(55, 74, 165, 1) !important;
|
|
color: white !important;
|
|
}
|
|
|
|
#thre_centen {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#thre_centen>thead {
|
|
background: #F1F1F1;
|
|
}
|
|
|
|
#thre_centen .text-btn {
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#thre_four_cen {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.footer1 {
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: rgb(62, 71, 97);
|
|
position: fixed;
|
|
z-index: 888;
|
|
top: calc(100vh - 50px);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: rgb(247, 255, 152);
|
|
font-size: 16px;
|
|
}
|
|
|
|
.footer1 .pingCart input {
|
|
width: 180px;
|
|
height: 50px;
|
|
outline: none;
|
|
border: none;
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.shopyear .ipt {
|
|
padding: 10px;
|
|
width: 100px;
|
|
height: 30px;
|
|
color: #000000;
|
|
outline: none;
|
|
border: none;
|
|
background-color: white;
|
|
}
|
|
|
|
.talprice {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.pingCart {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
|
|
#myModal .modal-dialog .modal-content .modal-body {
|
|
display: flex;
|
|
}
|
|
|
|
.modal-body .modal_left {
|
|
width: 283px;
|
|
height: 392px;
|
|
box-sizing: border-box;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgba(215, 215, 215, 1);
|
|
box-shadow: 2px 2px 5px rgb(0 0 0 / 35%);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.modal-body .modal_left img {
|
|
width: 271px;
|
|
height: 217px;
|
|
}
|
|
|
|
.modal-body .modal_right {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.modal-body .modal_right div {
|
|
font-size: 16px;
|
|
}
|