修改缴付保费页面
Showing
26 changed files
with
74 additions
and
33 deletions

991 Bytes

454 Bytes

967 Bytes

1.25 KB
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
991 Bytes
454 Bytes
967 Bytes
1.25 KB
@import '@/styles/_support'; | ||
.content {} | ||
.border { | ||
width: 770px; | ||
height: 387px; | ||
border-radius: 8px; | ||
border: solid 1px #f2f2f2; | ||
background-color: #ffffff; | ||
} |
<template> | ||
<div class="border"> | ||
contact-us | ||
</div> | ||
</template> | ||
<script src="./contact-us.js"></script> | ||
<style lang="scss" scoped> | ||
@import "./contact-us.scss"; | ||
</style> |
... | ... | @@ -145,7 +145,8 @@ |
.right-panel { | ||
margin-left: 1.166667rem; | ||
width: 64.166667rem; | ||
// width: 64.166667rem; | ||
width: 64.416667rem; | ||
background-color: #ffffff; | ||
.panel { | ||
... | ... |