123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- @import url('./common.css');
- main {
- width: 100%;
- margin-top: 0.88rem;
- }
- .banner {
- width: 100%;
- height: 4rem;
- position: relative;
- }
- .business_banner {
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/business_banner.png') no-repeat center;
- background-size: 100% 100%;
- }
- .concat_banner {
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/concat_banner.png') no-repeat center;
- background-size: 100% 100%;
- }
- .brand_banner {
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/brand_banner.png') no-repeat center;
- background-size: 100% 100%;
- }
- .notice_banner {
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/notice_banner.png') no-repeat center;
- background-size: 100% 100%;
- }
- .business_detail {
- padding: 0.32rem 0.32rem 0.6rem;
- text-align: center;
- }
- .business_detail .crumb {
- font-size: 0.24rem;
- color: #666666;
- text-align: left;
- }
- .business_detail .title {
- font-size: 0.4rem;
- color: #333333;
- margin: 0.45rem 0 0.05rem;
- font-weight: 600;
- }
- .business_detail .sub_title {
- font-size: 0.22rem;
- color: #AAAAAA;
- margin-bottom: 0.32rem;
- }
- .business_detail .detail img {
- width: 100%;
- }
- .business_detail .detail p {
- font-size: 0.16rem;
- margin-bottom: 0.16rem;
- }
- .business_detail .address {
- width: 100%;
- background-color: #F7F7F7;
- padding: 0.4rem 0.32rem;
- color: #333;
- font-weight: 600;
- text-align: left;
- margin-top: 0.24rem;
- }
- .business_detail .address p {
- margin-bottom: 0.3rem;
- font-size: 0.28rem;
- }
- .business_detail .address p:last-child {
- margin-bottom: 0;
- }
- .business_detail .address span {
- font-weight: 400;
- }
- .brand_detail {
- padding: 0.32rem 0 0;
- }
- .brand_detail .brand_info {
- width: 100%;
- padding: 0 0.32rem;
- overflow: hidden;
- }
- .honor {
- width: 100%;
- background-color: #F8F8F8;
- padding: 0.48rem 0.32rem 0.6rem;
- color: #333333;
- overflow: hidden;
- opacity: 0;
- -webkit-transform: translate3d(0, 1rem, 0);
- -moz-transform: translate3d(0, 1rem, 0);
- -webkit-transform: translate3d(0, 1rem, 0);
- -o-transform: translate3d(0, 1rem, 0);
- transform: translate3d(0, 1rem, 0);
- -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
- transition: opacity 1.5s, -webkit-transform 1.5s;
- transition: opacity 1.5s, transform 1.5s;
- transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
- }
- .honor.active {
- opacity: 1;
- -webkit-transform: translateZ(0);
- -moz-transform: translateZ(0);
- -webkit-transform: translateZ(0);
- -o-transform: translateZ(0);
- transform: translateZ(0);
- }
- .honor .title {
- font-size: 0.4rem;
- margin: 0 0 0.05rem;
- font-weight: 600;
- }
- .honor .sub_title {
- font-size: 0.22rem;
- margin-bottom: 0.05rem;
- color: #AAAAAA;
- }
- .honor .honor_info {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- margin-top: 0.4rem;
- }
- .honor .single {
- width: 3.27rem;
- margin-right: 0.32rem;
- margin-top: 0.4rem;
- }
- .honor .single:nth-child(2n) {
- margin-right: 0;
- }
- .honor .single img {
- width: 100%;
- height: 4.54rem;
- margin-bottom: 0.16rem;
- }
- .honor .single p {
- font-size: 0.24rem;
- text-align: center;
- }
- .notice_info {
- width: 100%;
- margin-top: 0.4rem;
- }
- .notice_info .single {
- display: flex;
- margin-bottom: 0.32rem;
- }
- .notice_info .single .left {
- width: 2.8rem;
- margin-right: 0.24rem;
- }
- .notice_info .single img {
- width: 2.8rem;
- height: 1.98rem;
- }
- .notice_info .single .right {
- flex: 1;
- overflow: hidden;
- padding-top: 0.05rem;
- }
- .notice_info .single .title {
- font-size: 0.28rem;
- font-weight: 400;
- margin: 0 0 0.48rem;
- height: 0.68rem;
- line-height: 0.34rem;
- text-align: left;
- }
- .notice_info .single .time {
- display: flex;
- align-items: center;
- font-size: 0.22rem;
- color: #909297;
- }
- .notice_info .single .time img {
- width: 0.28rem;
- height: 0.28rem;
- margin-right: 0.08rem;
- }
- .lookMore button {
- width: 1.92rem;
- height: 0.66rem;
- text-align: center;
- line-height: 0.66rem;
- border: 1px solid #909297;
- margin-top: 0.18rem;
- }
- .notice_detail {
- width: 100%;
- padding: 0.32rem 0.32rem 0.6rem;
- }
- .notice_detail .title {
- font-size: 0.24rem;
- color: #666666;
- }
- .notice_detail .info {
- margin-top: 0.48rem;
- }
- .notice_detail .info img {
- width: 100%;
- }
- .notice_detail .info p {
- font-size: 0.16rem;
- margin-bottom: 0.16rem;
- }
- .notice_detail .back {
- text-align: center;
- }
- .notice_detail .back button {
- width: 1.92rem;
- height: 0.66rem;
- text-align: center;
- line-height: 0.66rem;
- border: 1px solid #D4AA68;
- color: #D4AA68;
- margin-top: 0.32rem;
- }
- .notice_title {
- font-size: 0.4rem;
- font-weight: 600;
- }
- .notice_author {
- font-size: 0.22rem;
- color: #666666;
- margin-top: 0.32rem;
- padding-bottom: 0.24rem;
- border-bottom: 0.02rem solid #EEEEEE;
- }
|