personal.wxss 695 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. height: 100rpx;
  34. position: fixed;
  35. bottom: 0;
  36. left: 0;
  37. display: flex;
  38. font-size: 28rpx;
  39. }
  40. .tab1 {
  41. height: 100rpx;
  42. width: 250rpx;
  43. text-align: center;
  44. color: #999999;
  45. }