myself.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/tabBar/myself/myself.wxss */
  2. page {
  3. background: #f5f5f5;
  4. /* padding-bottom: 160rpx; */
  5. }
  6. .top {
  7. width: 100%;
  8. height: 240rpx;
  9. /* background: linear-gradient(90deg, rgba(236, 58, 78, 1) 0%, rgba(255, 115, 115, 1) 100%); */
  10. /* background-image: url(https://app.schoolwisdoms.com/static/wx/images/bg0603.png); */
  11. background: linear-gradient(90deg, #005033 0%, #11774e 100%);
  12. background-size: 100%;
  13. display: flex;
  14. align-items: center;
  15. font-size: 32rpx;
  16. font-weight: 400;
  17. color: rgba(255, 255, 255, 1);
  18. }
  19. .avatar {
  20. margin-left: 40rpx;
  21. margin-right: 32rpx;
  22. width: 112rpx;
  23. height: 112rpx;
  24. border-radius: 50%;
  25. overflow: hidden;
  26. }
  27. .list-item {
  28. width: 100%;
  29. height: 90rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. padding: 0 40rpx;
  34. box-sizing: border-box;
  35. background: #fff;
  36. border-bottom: 2rpx solid #f5f5f5;
  37. line-height: 48rpx;
  38. }
  39. .li-icon {
  40. margin-right: 30rpx;
  41. width: 48rpx;
  42. height: 48rpx;
  43. }
  44. .li-left {
  45. display: flex;
  46. align-items: center;
  47. }
  48. .li-arrow {
  49. width: 14rpx;
  50. height: 24rpx;
  51. }
  52. .line {
  53. width: 100%;
  54. height: 10rpx;
  55. }
  56. .footer {
  57. width: 100%;
  58. position: fixed;
  59. bottom: 0;
  60. }
  61. button {
  62. font-weight: 400 !important;
  63. height: 90rpx !important;
  64. line-height: 90rpx !important;
  65. width: 580rpx !important;
  66. background: #FFF;
  67. padding: 0 !important;
  68. margin: 0 !important;
  69. text-align: left;
  70. font-size: 32rpx;
  71. }
  72. .button-hover{
  73. background: none !important;
  74. color: #000 !important;
  75. }