gengduozhixun.wxss 579 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. page{
  2. background-color: #F2F3F7;
  3. }
  4. .contentV{
  5. width: 94%;
  6. margin-left: 3%;
  7. }
  8. .viewinrow{
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. }
  13. .imageV{
  14. width: 100%;
  15. height: 25vh;
  16. }
  17. .actimgeCT{
  18. position: fixed;
  19. width: 94%;
  20. left: 3%;
  21. top: 100rpx;
  22. z-index: 999;
  23. }
  24. .buyBTact{
  25. display:flex;
  26. flex-direction: row;
  27. justify-content:space-between;
  28. align-items: center;
  29. width: 94%;
  30. }
  31. .actimge{
  32. width: 60rpx;
  33. height: 60rpx;
  34. }
  35. .posname{
  36. font-size: 32rpx;
  37. color: black;
  38. }
  39. .drktext{
  40. font-size: 28rpx;
  41. color: darkgray;
  42. }
  43. .mapview{
  44. width: 100%;
  45. height: 48vh;
  46. }