periphery.wxss 604 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .ppy-bg{
  2. /* background: linear-gradient(#1243BC, #001243BC); */
  3. height: 100%;
  4. }
  5. .ppy_top {
  6. width: 90%;
  7. margin:20rpx auto 0;
  8. display: grid;
  9. grid-template-columns: repeat(6, 17%);
  10. height: 50rpx;
  11. }
  12. .ppy_item {
  13. width: 100rpx;
  14. text-align: center;
  15. height: 50rpx;
  16. line-height: 50rpx;
  17. color: #fff;
  18. font-size: 28rpx;
  19. /* background: #000; */
  20. border-radius: 30rpx;
  21. border: 1rpx solid #00A4FF;
  22. }
  23. .ppy-body{
  24. width: 95%;
  25. height: 100%;
  26. margin: 20rpx auto 0;
  27. }
  28. .ppy-body-item{
  29. width: 100%;
  30. height: 60rpx;
  31. line-height: 60rpx;
  32. font-size: 30rpx;
  33. text-align: 30rpx;
  34. color: #fff;
  35. display: flex;
  36. }