details.css 532 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .container{
  2. padding: 0 20rpx;
  3. }
  4. .cooperativeImgBox{
  5. position: static;
  6. left: 0;
  7. top: 0;
  8. z-index: 0;
  9. width: 100%;
  10. height: 400rpx;
  11. }
  12. .cooperativeImg{
  13. position: static;
  14. left: 0;
  15. top: 0;
  16. z-index: 0;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .itemBox {
  21. width: 100%;
  22. font-size: 50rpx;
  23. }
  24. .itemBox:nth-child(2n-1){
  25. background: #e4e4e4;
  26. }
  27. .itemBox:nth-child(2n){
  28. background: #eee;
  29. }
  30. .item{
  31. font-size: 30rpx;
  32. padding: 20rpx;
  33. /*width: 100%;*/
  34. /*background-color: #57f5a1;*/
  35. }