@import '../common/variable'; .c-a016__imgbox{ -webkit-transition: opacity ease 0.5s; -moz-transition: opacity ease 0.5s; -ms-transition: opacity ease 0.5s; -o-transition: opacity ease 0.5s; transition: opacity ease 0.5s; opacity: 0; } .c-a016__imgbox--end{ opacity: 1; } html.pc { .c-a016 { background: #F6F6F6; padding: @padding_pc_1 0; // padding-top: 0; .c-sectiontitle__block { background: #F6F6F6; } .c-sectiontitle--common{ padding-bottom: 0; } } .c-a016__list { width: (530px+190)*2; } .c-a016__item { width: 530px; height: 530px+190; margin-right: 90px; margin-top: 30px; } .c-a016__imgbox { width: 530px; height: 530px; } .c-a016__body { width: 464px; height: 274px; padding: 50px 30px 20px 30px; background: white; position: absolute; left: 33px; top: 446px; &:hover { background: @theme_color_less; .c-a016__title, .c-a016__content, .c-a016__download { color: white; } .c-a016__download { border-bottom: 4px solid white; a { color: white; } } } } .c-a016__title { color: #353535; font-size: 14px; } .c-a016__content { margin-top: 12px; font-size: 16px; color: #888888; * { line-height: 30px; } } .c-a016__download { position: absolute; right: 30px; bottom: 20px; padding-bottom: 8px; border-bottom: 4px solid @theme_color_less; a { color: @theme_color_less; font-size: 18px; } } .c-a016__more { margin-top: 60px; } .c-a016__item--hidden { display: none; } .c-a016__toptitle { padding:0; } } html.mobile { .c-a016__more { display: none; } .c-a016 { background: #F6F6F6; padding: @padding_mobile_1 0; // padding-top: 0; .c-sectiontitle__block { background: #F6F6F6; } .c-sectiontitle--common{ padding-bottom: 0; } } .c-a016__item { width: 100%; margin-top: 0.6rem; height: 6.9rem+1.96+1; } .c-a016__imgbox { width: 6.9rem; height: 6.9rem; } .c-a016__body { width: 6.04rem; height: 4.33rem; position: absolute; top: 5.53rem; left: 0.43rem; background: white; padding: 0.3rem; } .c-a016__title { color: #353535; font-size: 0.24rem; } .c-a016__content { font-weight: 500; margin-top: 0.12rem; font-size: 0.28rem; color: #353535; * { line-height: 0.4rem; } } .c-a016__download { position: absolute; right: 0.4rem; bottom: 0.4rem; padding-bottom: 0.1rem; border-bottom: 4px solid @theme_color_less; a { color: @theme_color_less; font-size: 0.26rem; font-weight: 500; } } .c-a016__toptitle { padding: 0; } }