Browse Source

提交

master
chenkainan 6 months ago
parent
commit
9694568b08
  1. 8
      pages/index/index.vue

8
pages/index/index.vue

@ -400,7 +400,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.content { .content {
background: #FBD8BF; background: #DFEDE0;
min-height: 100vh; min-height: 100vh;
overflow-x: hidden; overflow-x: hidden;
position: relative; position: relative;
@ -816,13 +816,13 @@
.strategy-more { .strategy-more {
width: 200rpx; width: 200rpx;
line-height: 67rpx; line-height: 67rpx;
background: #FBD8BF; background: #DCEADD;
border-radius: 33rpx; border-radius: 33rpx;
border: 1rpx solid #BF2023; border: 1rpx solid #71B580;
margin: 44rpx auto 0; margin: 44rpx auto 0;
text-align: center; text-align: center;
font-weight: 400; font-weight: 400;
font-size: 28rpx; font-size: 28rpx;
color: #BF2023; color: #5BA06A;
} }
</style> </style>

Loading…
Cancel
Save