me.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: 0 30rpx;
  14. border-radius:50%;
  15. display:inline-block;
  16. }
  17. .phoneText{
  18. color:white;
  19. display:inline-block;
  20. float:left;
  21. margin-top:6%;
  22. }
  23. .seasonCard,.yearCard{
  24. width:90%;
  25. height:100px;
  26. border-radius:5px;
  27. background:#DFDFDF;
  28. margin-top:10px;
  29. margin-bottom:10px;
  30. overflow:hidden;
  31. text-align:center;
  32. }
  33. .yearCard{
  34. background:#FFEEAC;
  35. }
  36. .seasonLeft,.yearLeft{
  37. float:left;
  38. margin-left:6%;
  39. }
  40. .seasonRight,.yearRight{
  41. float:right;
  42. margin-top:5%;
  43. margin-right:5%;
  44. }
  45. .seasonOpen,.yearOpen{
  46. margin-top:15px;
  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. overflow:hidden;
  60. background:#101010;
  61. /* margin-left:6%; */
  62. }
  63. .mineText,.keepText{
  64. float:left;
  65. margin-left:6%;
  66. }
  67. .mineRight{
  68. float:right;
  69. margin-right:6%;
  70. }