home.wxss 310 B

123456789101112131415161718192021222324
  1. .mine{
  2. }
  3. .mine .tab{
  4. padding: 48rpx 40rpx 0 40rpx;
  5. height: 324rpx;
  6. width: 100%;
  7. }
  8. .button {
  9. margin-top: 20px;
  10. width: 90%;
  11. background-color: #54bec2;
  12. color: white;
  13. border-radius: 98rpx;
  14. background: bg_red;
  15. }
  16. /* 按下变颜色 */
  17. .hover {
  18. background: #DCDCDC;
  19. }