Commit 256b75ac authored by hailiang.sun's avatar hailiang.sun

修改最小字体

parent 9b00c080
...@@ -105,10 +105,10 @@ export default { ...@@ -105,10 +105,10 @@ export default {
margin-top: 20px; margin-top: 20px;
height: 36px; height: 36px;
line-height: 36px; line-height: 36px;
font-size: 12px !important; font-size: 14px !important;
padding-left: 10px; padding-left: 10px;
::v-deep .ant-radio-wrapper { ::v-deep .ant-radio-wrapper {
font-size: 12px; font-size: 14px;
} }
} }
} }
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
margin-top: 20px; margin-top: 20px;
height: 36px; height: 36px;
line-height: 36px; line-height: 36px;
font-size: 12px !important; font-size: 14px !important;
padding-left: 10px; padding-left: 10px;
} }
.point { .point {
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
.ant-btn { .ant-btn {
&:nth-child(1) { &:nth-child(1) {
margin-right: 30px; margin-right: 30px;
font-size: 12px; font-size: 14px;
color: white; color: white;
border: none; border: none;
} }
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
} }
.desc { .desc {
color: #cccccc; color: #cccccc;
font-size: 12px; font-size: 14px;
margin-left: 4px; margin-left: 4px;
} }
} }
...@@ -92,13 +92,13 @@ export default { ...@@ -92,13 +92,13 @@ export default {
margin-top: 15px; margin-top: 15px;
} }
.label { .label {
font-size: 12px; font-size: 14px;
color: #aaaaaa; color: #aaaaaa;
} }
.content { .content {
width: 400px; width: 400px;
color: #333333; color: #333333;
font-size: 12px; font-size: 14px;
line-height: 40px; line-height: 40px;
background: #fafafa; background: #fafafa;
margin-top: 4px; margin-top: 4px;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<div class="right"> <div class="right">
<Combos v-if="!next" /> <Combos v-if="!next" />
<Detail /> <Detail />
<SelectInstitution /> <SelectInstitution v-if="false" />
</div> </div>
</div> </div>
<div class="btn"> <div class="btn">
...@@ -42,8 +42,7 @@ ...@@ -42,8 +42,7 @@
</template> </template>
<script> <script>
import SelectInstitution from "./selectInstitution.vue";
import SelectInstitution from './selectInstitution.vue';
import Combos from "./components/combo.vue"; import Combos from "./components/combo.vue";
import Detail from "./components/detail.vue"; import Detail from "./components/detail.vue";
...@@ -52,7 +51,7 @@ export default { ...@@ -52,7 +51,7 @@ export default {
components: { components: {
Combos, Combos,
Detail, Detail,
SelectInstitution SelectInstitution,
}, },
props: {}, props: {},
data() { data() {
...@@ -110,7 +109,7 @@ export default { ...@@ -110,7 +109,7 @@ export default {
display: inline-block; display: inline-block;
width: 102px; width: 102px;
line-height: 32px; line-height: 32px;
font-size: 12px; font-size: 14px;
color: #aaaaaa; color: #aaaaaa;
padding-left: 12px; padding-left: 12px;
} }
......
...@@ -53,18 +53,18 @@ export default { ...@@ -53,18 +53,18 @@ export default {
text-align: right; text-align: right;
.date { .date {
color: #999999; color: #999999;
font-size: 12px; font-size: 14px;
margin-top: 12px; margin-top: 12px;
} }
} }
.left { .left {
.title { .title {
color: #333333; color: #333333;
font-size: 12px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
.detail { .detail {
font-size: 12px; font-size: 14px;
color: #999999; color: #999999;
line-height: 30px; line-height: 30px;
margin-top: 12px; margin-top: 12px;
......
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