123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- @import url('./common.css');
- main {
- width: 100%;
- margin-top: 110px;
- margin-bottom: 90px;
- }
- .top_banner {
- width: 100%;
- height: 500px;
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/123/notice_banner.png') no-repeat center;
- background-size: cover;
- position: relative;
- }
- .top_banner .info {
- position: absolute;
- left: 330px;
- top: 150px;
- font-size: 24px;
- color: #fff;
- }
- .top_banner .info .name {
- font-size: 50px;
- margin-bottom: 65px;
- }
- .top_banner .info .name::after {
- content: '';
- width: 50px;
- height: 5px;
- background-color: #fff;
- position: absolute;
- top: 92px;
- left: 0;
- }
- main .crumb {
- color: #666666;
- margin-top: 32px;
- }
- main .title {
- font-size: 40px;
- text-align: center;
- margin-top: 48px;
- font-weight: 500;
- }
- main .sub_title {
- font-size: 14px;
- color: #AAAAAA;
- text-align: center;
- margin: 3px 0 8px;
- }
- main .notice_info .single {
- width: calc((100% - 96px) / 4);
- margin-right: 32px;
- text-align: center;
- margin-top: 32px;
- box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.1000);
- }
- main .notice_info .single:nth-child(4n) {
- margin-right: 0;
- }
- main .single img {
- width: 100%;
- height: 167px;
- object-fit: cover;
- }
- main .single .title {
- font-size: 20px;
- margin: 16px 0;
- padding: 0 16px;
- }
- main .single .sub_title {
- padding: 0 16px;
- text-align: left;
- height: 36px;
- }
- main .single .look {
- width: 100%;
- height: 46px;
- margin-top: 26px;
- }
- main .single .look p {
- display: none;
- width: 100%;
- height: 46px;
- background-color: #D4AA68;
- text-align: center;
- line-height: 46px;
- color: #fff;
- cursor: pointer;
- }
- main .lookMore {
- text-align: center;
- margin-top: 40px;
- display: none;
- }
- main .lookMore button {
- width: 120px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- margin: 0 auto;
- background-color: #fff;
- border: 1px solid #909297;
- cursor: pointer;
- font-size: 16px;
- }
- @media (min-width: 1366px) {
- main .single img {
- height: 115px;
- }
- }
- @media (min-width: 1440px) {
- main .single img {
- height: 122px;
- }
- }
- @media (min-width: 1600px) {
- main .single img {
- height: 137px;
- }
- }
- @media (min-width: 1680px) {
- main .single img {
- height: 144px;
- }
- }
- @media (min-width: 1920px) {
- main .single img {
- height: 167px;
- }
- }
|