乡村相册

This commit is contained in:
yanran200730
2022-05-10 10:00:19 +08:00
parent cc31988381
commit 596dad44b0
2 changed files with 20 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
<template> <template>
<div class="InspectLog"> <div class="InspectLog">
<div class="top"> <div class="top">
<span>请输入汇报单位</span>
</div> </div>
<div class="body"> <div class="body">
<h2>今日工作</h2> <h2>今日工作</h2>
@@ -11,13 +10,13 @@
<div class="bottom-item__wrapper"> <div class="bottom-item__wrapper">
<div class="bottom-item"> <div class="bottom-item">
<div class="left"> <div class="left">
<label>汇报</label> <label>巡查</label>
<span>鄢然</span> <span>鄢然</span>
</div> </div>
<i>2022-04-14</i> <i>2022-04-14 22</i>
</div> </div>
<div class="bottom-item"> <div class="bottom-item">
<label>总结</label> <label>巡查情况</label>
<span>鄢鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然然</span> <span>鄢鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然鄢然然</span>
</div> </div>
</div> </div>
@@ -57,7 +56,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.InspectLog { .InspectLog {
padding: 40px 32px 0; padding: 48px 32px 0;
background: #133CA5; background: #133CA5;
* { * {
@@ -65,28 +64,27 @@
} }
.top { .top {
display: flex; width: 100%;
align-items: center; height: 16px;
padding: 8px 0 16px; background: url(./../images/xc-icon.png) repeat;
color: #333333; background-size: 16px 16px;
font-size: 32px;
border-bottom: 4px solid #000;
} }
.body { .body {
margin-top: 16px; margin-top: 32px;
h2 { h2 {
font-size: 68px; font-size: 112px;
color: #333; color: #fff;
text-align: center;
font-weight: 600; font-weight: 600;
} }
.subtitle { .subtitle {
margin-top: 24px; margin-bottom: 32px;
margin-bottom: 24px; color: #fff;
color: #000; text-align: center;
font-size: 34px; font-size: 40px;
} }
} }
@@ -100,9 +98,9 @@
line-height: 64px; line-height: 64px;
margin-bottom: 16px; margin-bottom: 16px;
padding: 0 16px; padding: 0 16px;
color: #fff; color: #133CA5;
font-size: 28px; font-size: 28px;
background: #D84A36; background: #F9FC4D;
i { i {
font-style: normal; font-style: normal;
@@ -113,11 +111,9 @@
line-height: 1.3; line-height: 1.3;
padding: 12px 16px; padding: 12px 16px;
margin-bottom: 0; margin-bottom: 0;
color: #D84A36;
font-size: 28px; font-size: 28px;
text-align: justify; text-align: justify;
border: 3px solid #DB6352; border: 3px solid #F9FC4D;
background: #fff;
span { span {
flex: 1; flex: 1;
@@ -132,7 +128,7 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
height: 480px; height: 480px;
margin-top: 32px; margin-top: 72px;
background: #F7F7F7; background: #F7F7F7;
border-radius: 8px; border-radius: 8px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B