mine.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .mine-bg {
  2. position: relative;
  3. }
  4. .mine-score {
  5. position: absolute;
  6. left: 0;
  7. bottom: -60rpx;
  8. display: flex;
  9. align-items: center;
  10. width: 670rpx;
  11. height: 120rpx;
  12. justify-content: space-between;
  13. background: linear-gradient(90deg, #ff7b60 0%, #ffad8e 100%);
  14. border-radius: 18rpx;
  15. margin: 0 40rpx;
  16. overflow: hidden;
  17. }
  18. .score-tip {
  19. margin-left: 40rpx;
  20. color: white;
  21. font-size: 30rpx;
  22. text-shadow: 0 2rpx 9rpx rgba(220, 38, 14, 0.78);
  23. }
  24. .score-btn {
  25. margin-right: 40rpx;
  26. width: 177rpx;
  27. height: 65rpx;
  28. background: #FFFFFF;
  29. box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
  30. border-radius: 32rpx;
  31. font-size: 30rpx;
  32. font-weight: bold;
  33. color: #FF5640;
  34. line-height: 65rpx;
  35. text-align: center;
  36. }
  37. .logout {
  38. margin: 25rpx 33rpx 20rpx;
  39. height: 86rpx;
  40. line-height: 86rpx;
  41. background: #FFFFFF;
  42. border-radius: 10rpx;
  43. font-size: 24rpx;
  44. text-align: center;
  45. color: #596D8D;
  46. overflow: hidden;
  47. }
  48. .loginBtn {
  49. width: 481rpx !important;
  50. height: 83rpx !important;
  51. }
  52. .empty {
  53. height: 100vh;
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: center;
  57. align-items: center;
  58. }