C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

33 wiersze
597 B

  1. .market{
  2. width: 100%;
  3. }
  4. .tabs{
  5. width: 100%!important;
  6. height: 88rpx;
  7. text-align: center;
  8. }
  9. .i-tab{
  10. width: 30%!important;
  11. display: inline-block;
  12. }
  13. .detail_msg{
  14. width: 100%;
  15. height: 416rpx!important;
  16. background: #fff;
  17. margin-top: 2%;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. .detail_msg>view:nth-child(1) {
  22. width: 100%;
  23. height: 244rpx;
  24. }
  25. .detail_msg>view:nth-child(1) view:nth-child(1) {
  26. width: 248rpx;
  27. height: 184rpx;
  28. }
  29. .detail_msg>view:nth-child(1)>view:nth-child(1) image{
  30. width: 100%;
  31. height: 100%;
  32. margin: 13.2% 0 0 13%;
  33. }