Commit 0b864d8a authored by denghr's avatar denghr

样式调整

parent b0702595
......@@ -101,7 +101,7 @@ code {
//main-container全局样式
.app-container {
padding: 20px;
padding: 40px 20px 20px 20px;
}
.components-container {
margin: 30px 50px;
......
......@@ -141,8 +141,9 @@
<disableModal v-if="jinyong" :currentItem="currentItem" v-on:jinyongDialogEvent = "jinyongDialogEvent"></disableModal>
</div>
</template>
<style>
body{background-color: rgba(245, 245, 245, 1);}
<style scoped>
.app-container{background-color: rgba(245, 245, 245, 1);}
.statisticsBox{width: 100%;display: flex;justify-content: space-between;margin-bottom: 40px;}
.statisticsItem{flex: 1;background-color: #fff;-moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc;border-radius: 4px;max-width: calc(25% - 40px)}
.colorbg1{width: 100%;height: 6px;border-radius: 4px 4px 0 0;background:-webkit-linear-gradient(left, #1c9fff, #70d1fc);background:-o-linear-gradient(right, #1c9fff, #70d1fc);background:-moz-linear-gradient(right, #1c9fff, #70d1fc);background:linear-gradient(to right, #1c9fff, #70d1fc);}
......@@ -282,6 +283,8 @@
width: 100%;
height: 145px;
overflow: hidden;
margin: 0;
background: #fff;
}
.marquee_list {
......
<template>
<section class="app-main" style="min-height: 100%;padding-top:20px;">
<section class="app-main" style="min-height: 100%;">
<transition name="fade" mode="out-in">
<router-view :key="key"></router-view>
</transition>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment