personal.wxss 998 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .bj {
  2. background: #fafafa;
  3. height: 100vh;
  4. }
  5. .top {
  6. width: 750rpx;
  7. height: 380rpx;
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. }
  12. .middle {
  13. display: flex;
  14. flex-direction: row;
  15. flex-wrap: wrap;
  16. /* border: 1px solid red; */
  17. width: 100%;
  18. }
  19. .block {
  20. width: 330rpx;
  21. height: 180rpx;
  22. background: #fff;
  23. margin-left: 30rpx;
  24. margin-top: 30rpx;
  25. border-radius: 30rpx;
  26. display: flex;
  27. /* justify-content:space-around; */
  28. align-items: center;
  29. }
  30. .tabbar {
  31. width: 750rpx;
  32. /* border: 1px solid #999; */
  33. box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  34. height: 100rpx;
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. display: flex;
  39. font-size: 28rpx;
  40. }
  41. .tab1 {
  42. height: 100rpx;
  43. width: 250rpx;
  44. text-align: center;
  45. color: #999999;
  46. }
  47. .img {
  48. width: 160rpx;
  49. height: 160rpx;
  50. border-radius: 160rpx;
  51. position: absolute;
  52. top: 70rpx;
  53. left: 295rpx;
  54. border-radius: 50%;
  55. overflow: hidden;
  56. }
  57. .nick{
  58. color:#111111;font-size:35rpx;text-align:center;margin-top:270rpx
  59. }