personal.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .bj {
  2. margin-bottom: 150rpx;
  3. /* height: 100vh; */
  4. }
  5. page {
  6. background: #fafafa;
  7. padding-bottom:1rpx;
  8. }
  9. .top {
  10. width: 750rpx;
  11. height: 380rpx;
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. }
  16. .middle {
  17. display: flex;
  18. flex-direction: row;
  19. flex-wrap: wrap;
  20. /* border: 1px solid red; */
  21. width: 100%;
  22. }
  23. .block {
  24. width: 330rpx;
  25. height: 180rpx;
  26. background: #fff;
  27. margin-left: 30rpx;
  28. margin-top: 30rpx;
  29. border-radius: 30rpx;
  30. display: flex;
  31. /* justify-content:space-around; */
  32. align-items: center;
  33. }
  34. .tabbar {
  35. width: 750rpx;
  36. /* border: 1px solid #999; */
  37. box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  38. height: 100rpx;
  39. position: fixed;
  40. bottom: 0;
  41. left: 0;
  42. display: flex;
  43. font-size: 28rpx;
  44. }
  45. .tab1 {
  46. height: 100rpx;
  47. width: 250rpx;
  48. text-align: center;
  49. color: #999999;
  50. }
  51. .img {
  52. width: 160rpx;
  53. height: 160rpx;
  54. border-radius: 160rpx;
  55. position: absolute;
  56. top: 70rpx;
  57. left: 295rpx;
  58. border-radius: 50%;
  59. overflow: hidden;
  60. }
  61. .nick{
  62. color:#111111;font-size:35rpx;text-align:center;margin-top:270rpx
  63. }
  64. #login_btn{
  65. background: rgba(0,0,0,0);
  66. }
  67. .tabbar {
  68. width: 750rpx;
  69. box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
  70. /* border: 1px solid #999; */
  71. height: 100rpx;
  72. position: fixed;
  73. bottom: 0;
  74. left: 0;
  75. display: flex;
  76. font-size: 28rpx;
  77. background: #fff;
  78. z-index: 999;
  79. }
  80. .tab1 {
  81. height: 100rpx;
  82. width: 250rpx;
  83. text-align: center;
  84. color: #999999;
  85. }
  86. #red {
  87. background: none;
  88. color: #999999;
  89. font-weight: normal;
  90. width: 250rpx;
  91. height: 100rpx;
  92. /* border: 1px solid red; */
  93. line-height: 125rpx;
  94. font-size: 28rpx;
  95. position: absolute;
  96. bottom: 0;
  97. left: 155rpx;
  98. }