1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <template>
- <!-- 首页头条 -->
- <div class="bigTitle">
- <div class="inner">
- <img src="../../static/images/Group 1550@2x.png" alt="" class="left">
- <h1 class="left">扬州市在第23届江苏农业国际合作洽谈</h1>
- </div>
- </div>
- </template>
- <script>
- </script>
- <style lang="less" scoped>
- // 大标题
- .bigTitle {
- width: 100%;
- height: 70px;
- margin-top: 38px;
- img {
- width: 57px;
- height: 52px;
- margin: 6px 17px 9px 97px;
- vertical-align: middle;
- }
- h1 {
- // width: 860px;
- height: 70px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 600;
- font-size: 50px;
- color: #028E21;
- line-height: 59px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- </style>
|