hookehuyr

✨ feat: 样式调整

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