Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx
| | |
| | | "path" : "pages/hqzc/list", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | "navigationBarTitleText" : "惠企政策" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/hqzc/details", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | "navigationBarTitleText" : "惠企政策" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/message/list", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | "navigationBarTitleText" : "信息公示" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/message/details", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | "navigationBarTitleText" : "信息公示详情" |
| | | } |
| | | } |
| | | ], |
| | |
| | | <template> |
| | | <view> |
| | | |
| | | <view class="box"> |
| | | <view class="name"> |
| | | 中国社科院都阳:中国人口转变的独特性及其影响 |
| | | </view> |
| | | <view class="font"> |
| | | <view class="left"> |
| | | 政策类型 |
| | | </view> |
| | | <view class="right"> |
| | | 发布时间:2024-04-27 |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | <style> |
| | | |
| | | </style> |
| | | <style scoped lang="scss"> |
| | | .box{ |
| | | padding: 32rpx; |
| | | } |
| | | .name{ |
| | | color: #202d44; |
| | | font-size: 40rpx; |
| | | font-weight: bold; |
| | | } |
| | | .font{ |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | border-bottom: 1px solid #f1f1f1; |
| | | padding-bottom: 26rpx; |
| | | margin-top: 20rpx; |
| | | .left{ |
| | | text-align: center; |
| | | height: 42rpx; |
| | | line-height: 42rpx; |
| | | padding: 0 10rpx; |
| | | border-radius: 4rpx; |
| | | background: #1171E0; |
| | | color: #ffffff; |
| | | font-size: 24rpx; |
| | | |
| | | } |
| | | .right{ |
| | | color: #7e8596; |
| | | font-size: 28rpx; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | <template> |
| | | <view> |
| | | |
| | | <view class="box"> |
| | | <view class="item"> |
| | | <view class="name"> |
| | | 涨了,本月起发放!一图看懂养老金怎么调 |
| | | </view> |
| | | <view class="time"> |
| | | 2023.04.05 12:23 |
| | | </view> |
| | | <view class="bottom"> |
| | | <view class="left"> |
| | | 查看详情 |
| | | </view> |
| | | <img src="/static/i08.png" class="img" alt="" /> |
| | | </view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="name"> |
| | | 涨了,本月起发放!一图看懂养老金怎么调 |
| | | </view> |
| | | <view class="time"> |
| | | 2023.04.05 12:23 |
| | | </view> |
| | | <view class="bottom"> |
| | | <view class="left"> |
| | | 查看详情 |
| | | </view> |
| | | <img src="/static/i08.png" class="img" alt="" /> |
| | | </view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="name"> |
| | | 涨了,本月起发放!一图看懂养老金怎么调 |
| | | </view> |
| | | <view class="time"> |
| | | 2023.04.05 12:23 |
| | | </view> |
| | | <view class="bottom"> |
| | | <view class="left"> |
| | | 查看详情 |
| | | </view> |
| | | <img src="/static/i08.png" class="img" alt="" /> |
| | | </view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="name"> |
| | | 涨了,本月起发放!一图看懂养老金怎么调 |
| | | </view> |
| | | <view class="time"> |
| | | 2023.04.05 12:23 |
| | | </view> |
| | | <view class="bottom"> |
| | | <view class="left"> |
| | | 查看详情 |
| | | </view> |
| | | <img src="/static/i08.png" class="img" alt="" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | page{ |
| | | background-color: #F4F4F4; |
| | | } |
| | | </style> |
| | | <style scoped lang="scss"> |
| | | .box{ |
| | | .item{ |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | padding: 24rpx; |
| | | box-sizing: border-box; |
| | | margin: 20rpx 32rpx; |
| | | .name{ |
| | | color: #202d44; |
| | | font-size:32rpx; |
| | | margin-bottom: 16rpx; |
| | | } |
| | | .time{ |
| | | color: #7e8596; |
| | | font-size: 26rpx; |
| | | margin-bottom: 16rpx; |
| | | |
| | | } |
| | | .bottom{ |
| | | padding-top: 14rpx; |
| | | border-top: 1px solid #f1f1f1; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | .left{ |
| | | color: #202d44; |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | | } |
| | | .img{ |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | </style> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="top-box"> |
| | | <view class="top-box" style="margin-top: 20rpx;"> |
| | | <view class="form"> |
| | | <view class="form-item"> |
| | | <text class="label require">企业名称</text> |
| | |
| | | </view> |
| | | <view class="form-item"> |
| | | <text class="label require">营业执照</text> |
| | | <input type="text" placeholder="请输入"/> |
| | | |
| | | </view> |
| | | |
| | | </view> |
| | | <view style="text-align: center;"> |
| | | <img src="/static/i07.png" alt="" class="sc"/> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="form"> |
| | |
| | | <input type="text" placeholder="请输入" v-model="form.companyAddress"/> |
| | | </view> |
| | | </view> --> |
| | | <u-button @click="register" class="u-reset-button"> |
| | | 注册 |
| | | </u-button> |
| | | <view class="bottom"> |
| | | <view @click="register" class="button"> |
| | | 注册 |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | } |
| | | </style> |
| | | <style scoped lang="scss"> |
| | | .page-content{ |
| | | padding: 30rpx; |
| | | } |
| | | .page-content{ |
| | | padding: 32rpx; |
| | | } |
| | | .form{ |
| | | padding: 24rpx; |
| | | .form-item{ |
| | | margin-top: 20rpx; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | margin-bottom: 20rpx; |
| | | padding-bottom: 20rpx; |
| | | border-bottom: 1px solid #F1F1F1; |
| | | input{ |
| | | text-align: right; |
| | | font-size: 26rpx; |
| | |
| | | |
| | | } |
| | | .require{ |
| | | color: #4A4E60; |
| | | position: relative; |
| | | &::after{ |
| | | content: '*'; |
| | |
| | | } |
| | | } |
| | | } |
| | | .form-item:last-child{ |
| | | padding-bottom: 0; |
| | | border-bottom: none; |
| | | } |
| | | .form-item:first-child{ |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | |
| | | .top-box{ |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | } |
| | | .bottom{ |
| | | position: fixed; |
| | | bottom: 0; |
| | | width: 100%; |
| | | background: #fff; |
| | | height: 132rpx; |
| | | left: 0; |
| | | display: flex; |
| | | align-items: center; |
| | | .button{ |
| | | margin: 0 32rpx; |
| | | height: 88rpx; |
| | | border-radius: 20rpx; |
| | | border: 1px solid #1171E0; |
| | | background: #1171E0; |
| | | color: #fff; |
| | | line-height: 88rpx; |
| | | width: 100%; |
| | | text-align: center; |
| | | font-size: 32rpx; |
| | | } |
| | | } |
| | | .sc{ |
| | | width: 90%; |
| | | height: 346rpx; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | </style> |