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.
436 lines
6.5 KiB
436 lines
6.5 KiB
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.header {
|
|
background-color: rgba(37, 46, 75, 0.8);
|
|
width: 100%;
|
|
height: 100px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.login {
|
|
height: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
color: #d0bd9b;
|
|
font-size: 14px;
|
|
padding-right: 100px;
|
|
}
|
|
|
|
.login>div>a {
|
|
color: #d0bd9b;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.login>div {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.login>div:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.navbarbox {
|
|
/* width: 1200px; */
|
|
height: 70px;
|
|
margin: 0 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.titles-name {
|
|
font-size: 28px;
|
|
color: #f5ddad;
|
|
}
|
|
|
|
.navbar-tab {
|
|
margin-top: 10px;
|
|
width: 60%;
|
|
height: 60px;
|
|
display: flex;
|
|
}
|
|
|
|
.itembox {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
color: #fdfaf5;
|
|
}
|
|
|
|
.itembox>div {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.itembox>div>a {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fdfaf5;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.itembox>div>a:hover {
|
|
color: #d0bd9b;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cart {
|
|
width: 60px;
|
|
height: 60px;
|
|
background-color: rgba(119, 119, 119, 0.5);
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.cart:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cart>img {
|
|
margin: 10px 0 5px;
|
|
}
|
|
|
|
.markethome_main {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.homemain_header {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.sources,
|
|
.sources1 {
|
|
width: 580px;
|
|
height: 60px;
|
|
/* color: white; */
|
|
background-color: rgba(102, 134, 229, 1);
|
|
text-align: center;
|
|
line-height: 60px;
|
|
font-size: 20px;
|
|
outline: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.current {
|
|
color: white;
|
|
}
|
|
|
|
.homemain_cen {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.cen_title {
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.cen_left {
|
|
width: 380px;
|
|
height: 664px;
|
|
background-color: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
.cen_middle {
|
|
width: 380px;
|
|
height: 664px;
|
|
background-color: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
.cen_right {
|
|
width: 380px;
|
|
height: 664px;
|
|
background-color: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
.cen_left_tent,
|
|
.cen_left_tent1,
|
|
.cen_left_tent2 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.tent_left {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.tent_left .tent_img {
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.tent_right .tent_r_title {
|
|
width: 220px;
|
|
padding: 0px 0px 0px 10px;
|
|
height: 19px;
|
|
background-color: #E2E2E2;
|
|
border-radius: 5px;
|
|
margin-top: 5px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.tent_right .tent_r_cen {
|
|
width: 220px;
|
|
padding: 0px 0px 0px 10px;
|
|
height: 16px;
|
|
background-color: #F2F2F2;
|
|
font-size: 12px;
|
|
color: #777777;
|
|
border-radius: 5px;
|
|
margin-top: 20px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.tent_right .tent_r_fon {
|
|
width: 220px;
|
|
padding: 0px 0px 0px 10px;
|
|
height: 19px;
|
|
font-size: 14px;
|
|
color: #444444;
|
|
margin-top: 20px;
|
|
background-color: #F2F2F2;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.img_picture {
|
|
margin-top: 20px;
|
|
padding: 15px;
|
|
background-color: white;
|
|
}
|
|
|
|
.img_word {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.img_one,
|
|
.img_two,
|
|
.img_thre,
|
|
.img_four {
|
|
width: 271px;
|
|
}
|
|
|
|
.img_wid {
|
|
margin-top: 15px;
|
|
width: 271px;
|
|
object-fit: contain;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ipbut {
|
|
width: 140px;
|
|
height: 40px;
|
|
color: white;
|
|
background-color: rgba(104, 131, 255, 1);
|
|
border: none;
|
|
border-radius: 5px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer {
|
|
height: 320px;
|
|
background-image: url('../images/footer.png');
|
|
padding: 20px 0 0;
|
|
color: #ccc;
|
|
position: relative;
|
|
}
|
|
|
|
.top {
|
|
padding: 0 80px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.top1,
|
|
.top2 {
|
|
width: 382px;
|
|
}
|
|
|
|
.thumbnail {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top-title {
|
|
height: 60px;
|
|
border-bottom: 1px solid #999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.top-title>div:nth-child(1) {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.top-title>div:nth-child(2) {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.top-introduce {
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
line-height: normal;
|
|
color: #aaa;
|
|
}
|
|
|
|
.top3 {
|
|
width: 141px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.bottom {
|
|
width: 100%;
|
|
height: 60px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.footerbox {
|
|
height: 60px;
|
|
margin: 0 80px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.footerbox>div:nth-child(1) {
|
|
color: #b8a8a8;
|
|
}
|
|
|
|
.footerbox>div:nth-child(2) {
|
|
color: #444444;
|
|
}
|
|
|
|
#Show_pictures {
|
|
width: 100%;
|
|
height: 340px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#Show_pictures #show_word {
|
|
display: flex;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_left .thumbn1 {
|
|
width: 580px;
|
|
height: 340px;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_left .thumbn1 img {
|
|
width: 580px;
|
|
height: 289px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_left .thumbn1 .caption {
|
|
padding: 10px 15px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right {
|
|
width: 580px;
|
|
height: 340px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 {
|
|
width: 580px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn2 {
|
|
width: 280px;
|
|
height: 160px;
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn3 {
|
|
width: 280px;
|
|
height: 160px;
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn2 .img_ters {
|
|
width: 280px;
|
|
height: 130px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn3 .img_ters {
|
|
width: 280px;
|
|
height: 130px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .caption {
|
|
padding: 5px 15px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r2 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn4 {
|
|
width: 280px;
|
|
height: 160px;
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn5 {
|
|
width: 280px;
|
|
height: 160px;
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn4 .img_ters {
|
|
width: 280px;
|
|
height: 130px;
|
|
}
|
|
|
|
#Show_pictures #show_word .show_word_right .word_r1 .thumbn5 .img_ters {
|
|
width: 280px;
|
|
height: 130px;
|
|
}
|
|
|