me.wxss 963 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. }
  45. .seasonOpen,.yearOpen{
  46. margin-top:10px;
  47. }
  48. .mineButton{
  49. margin-top:10px;
  50. color:white;
  51. width:100%;
  52. }
  53. .mine,.mineAttion{
  54. width:100%;
  55. height:48px;
  56. line-height: 48px;
  57. border:1px solid #373535;
  58. text-align:left;
  59. background:#101010;
  60. /* margin-left:6%; */
  61. }