/* pages/home/home.wxss */ .home { width: 100%; min-height: 100vh; padding-bottom: 15rpx; } .home { padding-top: 182rpx; text-align: center; color: var(--base-color); } .title { font-size: 42rpx; line-height: 52rpx; margin-bottom: 39rpx; } .subtitle { line-height: 46.2rpx; font-size: 36.2rpx; } .card { border: 1rpx solid #8ad79b; border-radius: 51rpx; background-color: var(--base-color); } .card_list { width: 711rpx; margin: 0 auto; margin-bottom: 75rpx; text-align: left; background-color: #d9feed; border-radius: 28rpx; color: #39aab0; font-size: 35rpx; font-weight: 500; padding: 35rpx 32rpx; box-sizing: border-box; } .card_list_title { background-color: #3aa6b3; display: inline-block; color: var(--base-color); padding: 15rpx 17rpx; border-radius: 28rpx; } .item { width: 100%; overflow: hidden; } .item-title { display: inline-block; width: calc(100% - 200rpx); padding-right: 10rpx; min-height: 150rpx; vertical-align: top; overflow: hidden; } .tips{ text-align: center; color: #e1c027; margin-bottom: 42rpx; }