|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
<view class="content" style="position: relative;">
|
|
|
<view>
|
|
|
- <image src="/static/icon/backgroundimg.png" mode="" class="header"></image>
|
|
|
+ <image src="/static/icon/index-top.png" mode="" class="header"></image>
|
|
|
</view>
|
|
|
<view class="justify-content">
|
|
|
- <view class="align-items" style="position: absolute; top: 90rpx; left: 140rpx; font-size: 20pt;">
|
|
|
- 施工管理平台
|
|
|
- </view>
|
|
|
- <view class="align-items" style="position: absolute; top: 200rpx; left: 300rpx; font-size: 10pt;">
|
|
|
- 姓名:{{name}} !欢迎你登录本应用
|
|
|
+ <view class="align-items" style="position: absolute; top: 66rpx;left: 40rpx;">
|
|
|
+ <image src="/static/icon/sgglpt.png" mode="" class="header-title"></image>
|
|
|
+ </view>
|
|
|
+ <view class="align-items" style="position: absolute; top: 140rpx; left: 300rpx; font-size: 10pt;font-size: 36rpx; color: #fff;">
|
|
|
+ {{name}} !欢迎你登录本应用
|
|
|
</view>
|
|
|
<!-- <view class="align-items" style="position: absolute; top: 90rpx; left: 0;" @click="gotopage('/pages/noLogin/typeList')">
|
|
|
<back></back>
|
|
@@ -50,27 +50,29 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="justify-content" style="margin: 50rpx 30rpx 0;"> -->
|
|
|
- <view>
|
|
|
- <view class="justify-content" >
|
|
|
- <view class="font-forty-eight text" >
|
|
|
- 公告内容
|
|
|
- </view>
|
|
|
- <view class="font-thirty-six darkgray" @click="more()" >
|
|
|
- 更多<u-icon name="arrow-right" ></u-icon>
|
|
|
+ <view class="tongzhicont">
|
|
|
+ <view class="gonggao">
|
|
|
+ <view class="justify-content">
|
|
|
+ <view class="font-forty-eight text" >
|
|
|
+ 公告内容
|
|
|
+ </view>
|
|
|
+ <view class="font-thirty-six darkgray more" @click="more()" >
|
|
|
+ 更多<u-icon name="arrow-right" ></u-icon>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view v-for="(item,index) in list" style="margin: 30rpx 0;">
|
|
|
+ <u-parse class="title" :html="item.text"></u-parse>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view v-for="(item,index) in list" style="margin: 30rpx 0;">
|
|
|
- <u-parse class="title" :html="item.text"></u-parse>
|
|
|
- </view>
|
|
|
- <view class="notice" :key="index">
|
|
|
- <view class="row-item" style="margin: 30rpx 0;">
|
|
|
- <rich-text :nodes="oneManage.title"></rich-text>
|
|
|
- <rich-text :nodes="oneManage.time"></rich-text>
|
|
|
- <view class="font-forty">
|
|
|
- <u-parse :html="oneManage.text"></u-parse>
|
|
|
+ <view class="notice" :key="index">
|
|
|
+ <view class="row-item" style="margin: 30rpx 0;">
|
|
|
+ <rich-text class="one-title" :nodes="oneManage.title"></rich-text>
|
|
|
+ <rich-text class="one-time" :nodes="oneManage.time"></rich-text>
|
|
|
+ <view class="font-forty">
|
|
|
+ <u-parse :html="oneManage.text"></u-parse>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
<!-- </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -156,9 +158,12 @@
|
|
|
<style lang="scss" scoped>
|
|
|
.header {
|
|
|
width: 100%;
|
|
|
- height: 300rpx;
|
|
|
+ height: 530rpx;
|
|
|
+ }
|
|
|
+ .header-title{
|
|
|
+ width: 310rpx;
|
|
|
+ height: 40rpx;
|
|
|
}
|
|
|
-
|
|
|
.row-item{
|
|
|
overflow: hidden;
|
|
|
-webkit-line-clamp: 2;
|
|
@@ -166,7 +171,37 @@
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
-
|
|
|
+ .tongzhicont{
|
|
|
+ position: absolute;
|
|
|
+ top: 396rpx;
|
|
|
+ }
|
|
|
+ .more{
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
+ .gonggao{
|
|
|
+ width: 90%;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ background: linear-gradient(45deg, #ffffff, #e7f9ff);
|
|
|
+ box-shadow: 7rpx 1rpx 10rpx #e5f0ff;
|
|
|
+ padding: 20rpx;
|
|
|
+ }
|
|
|
+ .one-title{
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #666;
|
|
|
+ line-height: 2rem;
|
|
|
+ }
|
|
|
+ .one-time{
|
|
|
+ color: #999;
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
+ .font-forty{
|
|
|
+ font-size: 32rpx;
|
|
|
+ line-height: 2rem;
|
|
|
+ margin: 20rpx 0 0 0;
|
|
|
+ }
|
|
|
.title{
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
@@ -205,7 +240,9 @@
|
|
|
border-radius: 10rpx;
|
|
|
}
|
|
|
.text{
|
|
|
- border-left: 15rpx solid #3857F3;
|
|
|
padding-left: 20rpx;
|
|
|
+ font-size: 44rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #4194fd;
|
|
|
}
|
|
|
</style>
|