Browse Source

认证申请页:申请说明内容行间距太挤、缺少分隔线

zweizhao 7 years ago
parent
commit
f893945e73
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/index/cert/freelancer.vue

+ 6 - 1
pages/index/cert/freelancer.vue

@@ -87,7 +87,7 @@ export default {
 }
 }
 </script>
 </script>
 
 
-<style scoped>
+<style>
 .freelancer {
 .freelancer {
   width: 1000px;
   width: 1000px;
   border-radius: 4px;
   border-radius: 4px;
@@ -109,6 +109,8 @@ h1 {
 }
 }
 .info {
 .info {
   margin: 36px 0;
   margin: 36px 0;
+  padding-bottom: 30px;
+  border-bottom: 1px solid #d8d8d8;
 }
 }
 .cer-price-info {
 .cer-price-info {
   display: flex;
   display: flex;
@@ -124,6 +126,9 @@ h1 {
 .sub {
 .sub {
   margin: 0 0 0 -6px;
   margin: 0 0 0 -6px;
 }
 }
+p {
+  line-height: 28px;
+}
 .origin-price {
 .origin-price {
   font-size: 12px;
   font-size: 12px;
   font-family: PingFangSC-Regular;
   font-family: PingFangSC-Regular;