Browse Source

样式

feature/feature-compatible
laijiahua 7 years ago
parent
commit
8405396e0f
1 changed files with 20 additions and 19 deletions
  1. 39
      src/view/home.vue

39
src/view/home.vue

@ -295,7 +295,25 @@
}; };
</script> </script>
<style lang="scss">
.swiper-pagination {
width: 100%;
height: 0.3rem;
bottom: 0.15rem;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-pagination span {
width: 0.2rem;
height: 0.2rem;
margin: 0 0.1rem;
background-color: rgba(255,255,255,0.9);
}
.swiper-pagination-bullet-active {
background-color: rgba(255,255,255,1);
}
</style>
<style lang="scss" scoped> <style lang="scss" scoped>
.home { .home {
width: 100%; width: 100%;
@ -402,8 +420,6 @@
margin: auto; margin: auto;
margin-bottom: 0.3rem; margin-bottom: 0.3rem;
display: block; display: block;
/*align-items: center;*/
/*justify-content: space-between;*/
} }
.home .page-content .new-card .card-list li a { .home .page-content .new-card .card-list li a {
display: flex; display: flex;
@ -515,22 +531,7 @@
.picke-address .status-btn a.complete-btn { .picke-address .status-btn a.complete-btn {
color: #1aad19; color: #1aad19;
} }
.swiper-pagination {
width: 100%;
height: 0.3rem;
bottom: 0.15rem;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-pagination span {
width: 0.2rem;
height: 0.2rem;
margin: 0 0.1rem;
}
.swiper-pagination-bullet-active {
background: #5a5a5a;
}
.Loading-box .weui-toast { .Loading-box .weui-toast {
width: 100%; width: 100%;
min-height: 100% !important; min-height: 100% !important;

Loading…
Cancel
Save