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

190 lines
2.6 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;
}
.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;
}
.content_box {
margin-bottom: 30px;
}
.content {
width: 1200px;
margin: 0 auto;
background: white;
padding: 20px;
padding-left: 50px;
}
.title {
margin-bottom: 10px;
font-size: 16px;
line-height: normal;
color: #000;
}
.collection {
display: flex;
margin-bottom: 10px;
}
.coll-details {
flex: 1;
}
.coll-title {
color: #000;
font-size: 14px;
height: 40px;
line-height: 40px;
}
.coll-content {
width: 100%;
display: flex;
font-size: 14px;
}
.coll-left {
flex: 1;
}
.coll-item {
color: #7f7f7f;
margin: 10px 0;
line-height: 20px;
}
.coll-right {
flex: 1;
}
.coll-item {
color: #7f7f7f;
margin: 10px 0;
line-height: 20px;
}
.title2 {
margin-bottom: 30px;
}
.details {
margin: 15px 0;
height: 25px;
line-height: 25px;
margin-left: 20px;
border-left: 7px solid #1890ff;
padding-left: 15px;
}
.table_box {
box-sizing: border-box;
border: 1px solid #d7d7d7;
margin-left: 50px;
width: calc(100% - 50px);
}
.table_box tr {
color: #7f7f7f;
}
.table_box tr:nth-child(1) {
background-color: #f2f2f2;
color: #555;
}
.table_box td {
font-size: 14px;
text-align: center;
width: 150px;
height: 30px;
border-right: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 0 5px;
}
.table_box td:nth-child(2) {
width: 270px;
}
.table_box td:nth-child(3) {
width: 271px;
}
.table_box td:nth-child(4) {
width: 170px;
}
.table_box td:nth-child(5) {
width: 85px;
}
.table_box td:nth-child(6) {
width: 160px;
}
.table_box td:nth-child(7) {
width: 185px;
}