diff --git a/components/informations/notice/notice.vue b/components/informations/notice/notice.vue
index a73f822..9ec2819 100644
--- a/components/informations/notice/notice.vue
+++ b/components/informations/notice/notice.vue
@@ -4,7 +4,9 @@
{{ item.addtime }}
- {{ item.content }}
+
+ {{ item.content }}
+
查看详情
@@ -28,21 +30,17 @@
border-radius: 20rpx 20rpx 0px 0px;
}
.text_view{
- font-size:26rpx;
- font-weight:400;
- color: #343434;
- width: 643rpx;
- height: 110rpx;
- margin: 0 auto;
- padding: 20rpx 0;
- text-align: left;
- line-height: 40rpx;
+ width: 690rpx;
+ height: 120rpx;
+ padding: 26rpx;
+ color: #333;
+ font-size: 26rpx;
+ line-height: 38rpx;
}
.notice_view > view:nth-child(3){
height: 80rpx;
line-height: 80rpx;
border-top: 1px #F5F5F5 solid;
- // margin-top: 30rpx;
}
}
.time_notice{
@@ -53,22 +51,11 @@
padding: 26rpx 0 39rpx 0;
}
.notice_list{
- text-align: left;
- display: inline-block;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
width: 100%;
- position: relative;
padding: 0 25rpx;
- margin: 0 auto;
- display: block;
- }
- .notice_list > view{
- text-align: right;
- position: absolute;
- right: 25rpx;
- top: 0;
- bottom: 0;
- margin: auto;
-
}
diff --git a/pages.json b/pages.json
index b9f0e00..f31c40f 100644
--- a/pages.json
+++ b/pages.json
@@ -136,9 +136,9 @@
"buttons": [
{
"type":"none",
- "text":"\ue503",
+ "text":"\ue001",
"float":"right",
- "fontSize":"20",
+ "fontSize":"18",
"fontSrc": "/static/fonts/cart.ttf"
}
]
@@ -167,9 +167,9 @@
"buttons": [
{
"type":"none",
- "text":"\ue503",
+ "text":"\ue001",
"float":"right",
- "fontSize":"20",
+ "fontSize":"18",
"fontSrc": "/static/fonts/cart.ttf"
}
]
@@ -378,9 +378,9 @@
// },
{
"type":"none",
- "text":"\ue503",
+ "text":"\ue001",
"float":"right",
- "fontSize":"22",
+ "fontSize":"18",
"fontSrc": "/static/fonts/cart.ttf",
"color": "#FFFFFF"
diff --git a/static/fonts/cart.ttf b/static/fonts/cart.ttf
index bf35aa8..4a56c22 100644
Binary files a/static/fonts/cart.ttf and b/static/fonts/cart.ttf differ
diff --git a/static/pageA/loginbackground.png b/static/pageA/loginbackground.png
index 73ccf40..7635164 100644
Binary files a/static/pageA/loginbackground.png and b/static/pageA/loginbackground.png differ