[内网]文化云交易前端H5
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.
 
 
 
 
 
 

252 lines
3.7 KiB

* {
margin: 0;
padding: 0;
}
.rumbs {
width: 100%;
height: 60px;
background: #fff;
margin-bottom: 30px;
box-shadow: 0px 0px 3px rgb(68 68 68 / 44%)
}
.rumbs .rumbs_box {
width: 1200px;
margin: 0px auto;
line-height: 60px;
font-size: 16px;
color: #444444;
}
.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_title {
display: flex;
justify-content: space-between;
align-items: center;
}
.super_title>button {
width: 140px;
height: 30px;
background-color: #d5d5d5;
border: none;
border-radius: 5px;
font-size: 12px;
color: #4d4d4d;
}
.super_title>button:hover {
cursor: pointer;
}
.super_center {
display: flex;
margin-top: 30px;
}
.center_left {
width: 252px;
height: 249px;
}
.center_left img {
width: 100%;
height: 100%;
}
.center_right {
margin-left: 30px;
}
#cen-ock {
margin-top: 20px;
border: 1px solid #d7d7d7;
border-bottom: none;
}
.con_box {
width: 910px;
display: flex;
height: 30px;
line-height: 30px;
font-size: 14px;
border-bottom: 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;
border: 1px solid #d7d7d7;
border-bottom: none;
}
.title_two {
width: 150px;
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;
}
.footers {
width: 100%;
height: 50px;
background-color: rgb(62, 71, 97);
position: fixed;
z-index: 888;
top: calc(100vh - 50px);
font-size: 16px;
}
.pingCart {
width: 100%;
display: flex;
justify-content: flex-end;
}
.pingCart>div {
width: 180px;
height: 50px;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.pingCart>div:hover {
cursor: pointer;
}
.pingCart>div:nth-child(1) {
background-color: #108284;
}
.pingCart>div:nth-child(2) {
margin-right: 120px;
background-color: #842911;
}