detail.wxss 492 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* pages/index/declarePort/detail.wxss */
  2. .tabs {
  3. width: 100%;
  4. height: 100rpx;
  5. background: #fff;
  6. border-bottom: 2rpx solid grey;
  7. font-size: 28rpx;
  8. }
  9. .tabsview {
  10. height: 50rpx;
  11. width: 200rpx;
  12. text-align: center;
  13. }
  14. .line {
  15. display: flex;
  16. justify-content: space-between;
  17. margin-bottom: 40rpx;
  18. align-items: center;
  19. font-size: 28rpx;
  20. }
  21. .line .title {
  22. width: 200rpx;
  23. color: #777;
  24. }
  25. .img-line {
  26. margin-bottom: 30rpx;
  27. }
  28. image {
  29. width: 200px;
  30. height: 100px;
  31. }