123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <template>
- <div class="Background">
- <div class="imgback"></div>
- <div class="ref000" style="font-size: 10rem; ">
- 系统建设应坚持“先进、可靠、实用、落地”的原则,实行“整体规划、分步实施;统一标准、加强管理;先进实用、政策落地”的建设方针。
- </div>
- </div>
- <div class="Titles">
- <div class="leftTitle">
- <div class='topIcon'>
- <div class="fontInfo">100</div>
- <div class="font">地块数量(块)</div>
- </div>
- <div class='bottomIcon'>
- <div class="fontInfo">20.4</div>
- <div class="font">投资额度(万元)</div>
-
- </div>
- </div>
- <div class="rightTitle">
- <div class='topRightIcon'>
- <div class="fontInfo">121.94</div>
- <div class="font">已完成(亩)</div>
- </div>
- <div class='bottomRightIcon'>
- <div class="fontInfo">112.92</div>
- <div class="font">累计面积(亩)</div>
- </div>
- </div>
- </div>
- </template>
- <script>
- </script>
- <style scoped>
- .imgback {
- background: url('@/assets/images/basic.png') no-repeat;
- background-size: 100% 100%;
- width: 100rem;
- height: 100rem;
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- }
- .Background {
- margin-top: 10rem;
- margin-left: 5rem;
- font-size: 14rem;
- height: 100rem;
- width: 345rem;
- position: relative;
- }
- .ref000 {
- position: absolute;
- height: 100rem;
- width: 235rem;
- right: 0;
- top: 0;
- text-indent: 30rem;
- /* margin-left: 100rem; */
- display: inline-block;
- text-align: left;
- font-size: 14rem !important;
- overflow-y:auto
- }
- .Titles{
- width: 100%;
-
-
- }
- .leftTitle {
-
- width: 170rem;
- display: inline-block;
- }
- .topIcon {
- margin-top: 15rem;
-
- height: 44rem;
- width: 170rem;
- background: url('@/assets/images/icon.png') no-repeat;
- background-size: 30%, 30%;
- }
- .bottomIcon {
-
- margin-top: 15rem;
- height: 44rem;
- width: 170rem;
- background: url('@/assets/images/bottom.png') no-repeat;
- background-size: 30%, 30%;
- }
- .topRightIcon {
-
- margin-top: 15rem;
- height: 44rem;
- width: 170rem;
- background: url('@/assets/images/rightTop.png') no-repeat;
- background-size: 30%, 30%;
- }
- .bottomRightIcon {
-
- margin-top: 15rem;
- height: 44rem;
- width: 170rem;
- background: url('@/assets/images/rightBottom.png') no-repeat;
- background-size: 30%, 30%;
- }
- .rightTitle {
- width: 170rem;
- float: right;
- display: inline-block
- }
- .fontInfo {
- height: 60%;
- font-size: 24rem;
- color: rgb(200, 250, 255);
- margin-left: 40rem;
- font-weight: bold;
- }
- .font {
- font-size: 16rem;
- color: rgb(200, 250, 255);
- margin-left: 40rem;
- }
- </style>
|