me.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .topView{
  2. overflow: hidden;
  3. text-align:center;
  4. width:100%;
  5. height:80px;
  6. margin:10px auto;
  7. /* border:1px solid white; */
  8. }
  9. .personLogo{
  10. width:72px;
  11. height:72px;
  12. float:left;
  13. margin-left:6%;
  14. border-radius:50%;
  15. display:inline-block;
  16. }
  17. .phoneText{
  18. color:white;
  19. display:inline-block;
  20. float:left;
  21. margin-left:7%;
  22. margin-top:6%;
  23. }
  24. .seasonCard,.yearCard{
  25. width:90%;
  26. height:100px;
  27. border-radius:5px;
  28. background:#DFDFDF;
  29. margin-top:10px;
  30. margin-bottom:10px;
  31. overflow:hidden;
  32. text-align:center;
  33. }
  34. .yearCard{
  35. background:#FFEEAC;
  36. }
  37. .seasonLeft,.yearLeft{
  38. float:left;
  39. margin-left:6%;
  40. }
  41. .seasonRight,.yearRight{
  42. float:right;
  43. margin-top:5%;
  44. margin-right:5%;
  45. }
  46. .seasonOpen,.yearOpen{
  47. margin-top:15px;
  48. }
  49. .mineButton{
  50. margin-top:10px;
  51. color:white;
  52. width:100%;
  53. }
  54. .mine,.mineAttion{
  55. width:100%;
  56. height:48px;
  57. line-height: 48px;
  58. border:1px solid #373535;
  59. text-align:left;
  60. overflow:hidden;
  61. background:#101010;
  62. /* margin-left:6%; */
  63. }
  64. .mineText,.keepText{
  65. float:left;
  66. margin-left:6%;
  67. }
  68. .mineRight{
  69. float:right;
  70. margin-right:6%;
  71. }