my.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* pages/my/my.wxss */
  2. .my-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .my-info {
  8. width: 100%;
  9. height: 202rpx;
  10. background-color: var(--maincolor);
  11. }
  12. .main-info {
  13. width: 690rpx;
  14. min-height: 120rpx;
  15. margin: 0 auto;
  16. }
  17. .avatar {
  18. width: 120rpx;
  19. height: 120rpx;
  20. border-radius: 50%;
  21. background-color: #fff;
  22. margin-right: 20rpx;
  23. }
  24. .image-ac {
  25. width: 120rpx;
  26. height: 120rpx;
  27. border-radius: 50%;
  28. }
  29. .username {
  30. font-size: 30rpx;
  31. font-weight: bold;
  32. color: #FFFFFF;
  33. padding: 20rpx 0;
  34. }
  35. .check-count {
  36. margin-bottom: 10rpx;
  37. }
  38. .noraltext {
  39. font-size: 26rpx;
  40. font-weight: 400;
  41. color: #FFFFFF;
  42. }
  43. .boldtext {
  44. font-size: 48rpx;
  45. font-weight: bold;
  46. color: #FFFFFF;
  47. }
  48. .appoin-btn {
  49. width: 164rpx;
  50. height: 48rpx;
  51. background: #FFFFFF;
  52. border-radius: 24rpx;
  53. font-size: 26rpx;
  54. font-weight: 400;
  55. color: var(--maincolor);
  56. }
  57. .act-item-col {
  58. margin-top: 40rpx;
  59. }
  60. .act-item {
  61. width: 104rpx;
  62. height: 126rpx;
  63. }
  64. .icon {
  65. width: 80rpx;
  66. height: 80rpx;
  67. margin: 0 auto;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. }
  72. .image-icon {
  73. width: 68rpx;
  74. height: 68rpx;
  75. }
  76. .desc {
  77. font-size: 26rpx;
  78. font-weight: 400;
  79. color: #333333;
  80. margin-top: 10rpx;
  81. text-align: center;
  82. }