66 lines
829 B
CSS
Executable File
66 lines
829 B
CSS
Executable File
/* 6p */
|
|
|
|
@media all and (min-width: 376px) {
|
|
.ct_con img {
|
|
height: 414px;
|
|
}
|
|
}
|
|
|
|
|
|
/* 6 */
|
|
|
|
@media all and (min-width: 321px) and (max-width: 375px) {
|
|
.ct_con img {
|
|
height: 375px;
|
|
}
|
|
}
|
|
|
|
|
|
/* 5 */
|
|
|
|
@media all and (max-width: 320px) {
|
|
.ct_con img {
|
|
height: 320px;
|
|
}
|
|
}
|
|
|
|
.co_title {
|
|
width: 100%;
|
|
height: 24px;
|
|
padding: 0 5%;
|
|
}
|
|
|
|
.co_title p {
|
|
width: 120px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
float: left;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.hengxian {
|
|
width: calc(50% - 60px);
|
|
height: 1px;
|
|
border-top: 1px solid #909090;
|
|
float: left;
|
|
margin-top: 11px;
|
|
}
|
|
|
|
.con .con_one .cnxh_con {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.con .con_one .cnxh_con .cnxh_block {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.ct_con {
|
|
background: white;
|
|
}
|
|
|
|
.ct_con img {
|
|
width: 100%;
|
|
}
|