membercenter.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. color:#1e1e1e;
  6. overflow-x:hidden;
  7. }
  8. .title0 {
  9. width: 100%;
  10. height: 73rpx;
  11. background-color: #A63917;
  12. color:#fff;
  13. font-size:24rpx;
  14. text-align: center;
  15. line-height: 73rpx;
  16. }
  17. .title1 {
  18. width: 100%;
  19. height: 125rpx;
  20. background-color: #F0F0F0;
  21. }
  22. .title1_1 {
  23. margin: 50rpx 0 0 30rpx;
  24. font-size: 32rpx;
  25. }
  26. .title2 {
  27. width: 100%;
  28. background-color: #FFFFFF;
  29. font-size: 28rpx;
  30. height: 100rpx;
  31. justify-content: space-between;
  32. font-weight: 400;
  33. }
  34. .title2_1 {
  35. margin-left: 30rpx;
  36. align-items: flex-start;
  37. }
  38. .title2_1 .red{
  39. color:#A20602;
  40. font-weight: 500;
  41. }
  42. .title2_2 {
  43. margin-right: 30rpx;
  44. }
  45. .title2_3{
  46. height:40rpx;
  47. font-size:24rpx;
  48. }
  49. .title2_4{
  50. margin-top: 30rpx;
  51. font-size:28rpx;
  52. }
  53. .title2_5{
  54. height:70rpx;
  55. }
  56. .Arrow {
  57. width: 16rpx;
  58. height: 26rpx;
  59. margin: 0 0 0 30rpx;
  60. }
  61. .title3 {
  62. width: 100%;
  63. background-color: #FFFFFF;
  64. font-size: 28rpx;
  65. height: 139rpx;
  66. justify-content: space-between;
  67. font-weight: 400;
  68. }
  69. .title3_2 {
  70. font-size: 24rpx;
  71. }
  72. .line {
  73. width: 100%;
  74. height: 2rpx;
  75. background-color: #F8F8F8;
  76. align-items: flex-end;
  77. }
  78. .line1 {
  79. width: 720rpx;
  80. height: 1rpx;
  81. background-color: #E3E3E3;
  82. }
  83. .line2 {
  84. width: 100%;
  85. height: 30rpx;
  86. background-color: #fff;
  87. }
  88. .number{
  89. background-color: #A20602;
  90. width:53rpx;
  91. height:40rpx;
  92. line-height: 40rpx;
  93. border-radius: 8rpx;
  94. text-align: center;
  95. color:#ffffff;
  96. font-size: 24rpx;
  97. }