nnzzd.wxss 729 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/nnzzd/nnzzd.wxss */
  2. .title{
  3. width: 100%;
  4. height: 500rpx;
  5. background: #fccccc;
  6. }
  7. .item-main{
  8. width: 80%;
  9. min-height: 300rpx;
  10. }
  11. .item-point {
  12. width: 15rpx;
  13. height: 15rpx;
  14. border-radius: 15rpx;
  15. background: #2e6bfc;
  16. box-shadow:0rpx 0rpx 10rpx 10rpx #d1ddf8;
  17. margin: 20rpx auto 0rpx;
  18. }
  19. .itme-line{
  20. width: 1rpx;
  21. min-height: 300rpx;
  22. background: #2e6bfc;
  23. margin: 0rpx auto ;
  24. }
  25. .item-left{
  26. width: 10%;
  27. height: 100%;
  28. display: flex;
  29. justify-content: space-between;
  30. align-items: center;
  31. float: left;
  32. }
  33. .item-right{
  34. width: 90%;
  35. height: 100%;
  36. display: flex;
  37. justify-content: space-between;
  38. align-items: center;
  39. float: left;
  40. }