my.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: #999;
  22. margin-right: 20rpx;
  23. }
  24. .username {
  25. font-size: 30rpx;
  26. font-weight: bold;
  27. color: #FFFFFF;
  28. }
  29. .check-count {
  30. margin-bottom: 10rpx;
  31. }
  32. .noraltext {
  33. font-size: 26rpx;
  34. font-weight: 400;
  35. color: #FFFFFF;
  36. }
  37. .boldtext {
  38. font-size: 48rpx;
  39. font-weight: bold;
  40. color: #FFFFFF;
  41. }
  42. .appoin-btn {
  43. width: 164rpx;
  44. height: 48rpx;
  45. background: #FFFFFF;
  46. border-radius: 24rpx;
  47. font-size: 26rpx;
  48. font-weight: 400;
  49. color: var(--maincolor);
  50. }
  51. .act-item-col {
  52. margin-top: 40rpx;
  53. }
  54. .act-item {
  55. width: 104rpx;
  56. height: 126rpx;
  57. }
  58. .icon {
  59. width: 80rpx;
  60. height: 80rpx;
  61. margin: 0 auto;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. }
  66. .image-icon {
  67. width: 68rpx;
  68. height: 68rpx;
  69. }
  70. .desc {
  71. font-size: 26rpx;
  72. font-weight: 400;
  73. color: #333333;
  74. margin-top: 10rpx;
  75. text-align: center;
  76. }