diff --git a/components/index/MahjongCard.vue b/components/index/MahjongCard.vue index 21f0593..610a7cb 100644 --- a/components/index/MahjongCard.vue +++ b/components/index/MahjongCard.vue @@ -1,309 +1,333 @@ + border-radius: 50%; + width: 60rpx; + height: 60rpx; + } + + /* 加入按钮 */ + .join-button { + width: 60rpx; + height: 60rpx; + background-color: white; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1); + cursor: pointer; + transition: all 0.3s ease; + } + + .join-button:hover { + transform: scale(1.1); + background-color: #f0f0f0; + } + + .join-text { + color: black; + font-size: 24rpx; + font-weight: bold; + } + + .info-section { + padding: 10rpx; + } + + .info-text { + font-size: 24rpx; + color: black; + display: block; + } + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 4f24cf2..c1e22b0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,10 +4,13 @@ - - + + style="border-radius:25rpx;"> + @@ -174,195 +178,195 @@ \ No newline at end of file diff --git a/static/tabbar/appointment.png b/static/tabbar/appointment.png index f15e5fa..787b1af 100644 Binary files a/static/tabbar/appointment.png and b/static/tabbar/appointment.png differ diff --git a/static/tabbar/appointment_s.png b/static/tabbar/appointment_s.png index f4e6fd3..842f45f 100644 Binary files a/static/tabbar/appointment_s.png and b/static/tabbar/appointment_s.png differ diff --git a/static/tabbar/home.png b/static/tabbar/home.png index 6184829..009b0be 100644 Binary files a/static/tabbar/home.png and b/static/tabbar/home.png differ diff --git a/static/tabbar/home_s.png b/static/tabbar/home_s.png index d2eb8db..da33e5e 100644 Binary files a/static/tabbar/home_s.png and b/static/tabbar/home_s.png differ diff --git a/static/tabbar/me.png b/static/tabbar/me.png index e349809..352d4d4 100644 Binary files a/static/tabbar/me.png and b/static/tabbar/me.png differ diff --git a/static/tabbar/me_s.png b/static/tabbar/me_s.png index 4642673..86032c1 100644 Binary files a/static/tabbar/me_s.png and b/static/tabbar/me_s.png differ