homePage.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* pages/homePage/homePage.wxss */
  2. .mine {}
  3. .mine .tab {
  4. padding: 48rpx 40rpx 0 40rpx;
  5. height: 324rpx;
  6. width: 100%;
  7. color: #333333;
  8. letter-spacing: 0;
  9. background-image: linear-gradient(180deg, #E5F2FF 0%, rgba(220, 237, 255, 0.00) 100%);
  10. }
  11. .func {
  12. padding: 48rpx 40rpx;
  13. margin-top: -240rpx;
  14. }
  15. .func .list {
  16. margin-top: 24rpx;
  17. box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  18. background: #FFFFFF;
  19. border-radius: 12px;
  20. padding: 40rpx 48rpx 40rpx 40rpx;
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. }
  25. .func .list .left {
  26. display: flex;
  27. align-items: center;
  28. }
  29. .func .list .list-icon {
  30. width: 120rpx;
  31. height: 120rpx;
  32. }
  33. .func .list .list-title {
  34. margin-left: 40rpx;
  35. font-family: PingFangSC-Regular;
  36. font-size: 40rpx;
  37. color: #333333;
  38. letter-spacing: 0;
  39. vertical-align: middle;
  40. }
  41. .func .list .onDetails {
  42. width: 60rpx;
  43. height: 26rpx;
  44. }
  45. .tab .tab-title {
  46. font-family: PingFangSC-Medium;
  47. font-size: 40rpx;
  48. }
  49. .tab .tab-tips {
  50. font-family: PingFangSC-Regular;
  51. font-size: 32rpx;
  52. }