hookehuyr

✨ feat: 样式调整

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-31 18:32:38 3 * @Date: 2022-05-31 18:32:38
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2022-06-08 21:21:09 5 + * @LastEditTime: 2022-06-09 15:26:44
6 * @FilePath: /tswj/src/components/DonateBar/index.vue 6 * @FilePath: /tswj/src/components/DonateBar/index.vue
7 * @Description: 爱心助力底部固定栏 7 * @Description: 爱心助力底部固定栏
8 --> 8 -->
...@@ -68,7 +68,7 @@ const showDonate = ref(false); ...@@ -68,7 +68,7 @@ const showDonate = ref(false);
68 .text { 68 .text {
69 text-align: center; 69 text-align: center;
70 padding: 0.7rem; 70 padding: 0.7rem;
71 - margin: 0.8rem; 71 + margin: 1.2rem;
72 font-size: 1rem; 72 font-size: 1rem;
73 font-weight: bold; 73 font-weight: bold;
74 border-radius: 24px; 74 border-radius: 24px;
......
...@@ -84,6 +84,7 @@ const videoInfo = { ...@@ -84,6 +84,7 @@ const videoInfo = {
84 84
85 p { 85 p {
86 padding-bottom: 1rem; 86 padding-bottom: 1rem;
87 + line-height: 1.75;
87 } 88 }
88 } 89 }
89 90
...@@ -97,7 +98,7 @@ const videoInfo = { ...@@ -97,7 +98,7 @@ const videoInfo = {
97 align-items: center; 98 align-items: center;
98 box-sizing: content-box; 99 box-sizing: content-box;
99 background-color: white; 100 background-color: white;
100 - padding: 1rem 0; 101 + padding: 0.7rem 0;
101 box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.07); 102 box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.07);
102 103
103 .button { 104 .button {
......