buildShare.wxss 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* share/pages/buildShare/buildShare.wxss */
  2. .buildShare {
  3. width: 100%;
  4. min-height: 100vh;
  5. box-sizing: border-box;
  6. padding: 20rpx;
  7. }
  8. .b-name {
  9. font-size: 38rpx;
  10. color: #333333;
  11. font-weight: bold;
  12. }
  13. .b-content {
  14. margin: 10rpx 0rpx 20rpx;
  15. color: #6C7B8B;
  16. font-size: 30rpx;
  17. }
  18. .videoStyle {
  19. width: 100%;
  20. height: 450rpx;
  21. margin-top: 20rpx;
  22. }
  23. .b-imgBox {
  24. width: 100%;
  25. }
  26. .b-img-item {
  27. width: 150rpx;
  28. height: 150rpx;
  29. display: inline-block;
  30. margin-right: 27rpx;
  31. position: relative;
  32. margin-bottom: 20rpx;
  33. }
  34. .b-img-item > image {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .b-time {
  39. font-size: 24rpx;
  40. line-height: 50rpx;
  41. color: #999999;
  42. }
  43. .b-vrBox {
  44. width: 100%;
  45. }
  46. .interVrStyle {
  47. position: absolute;
  48. width: 90rpx !important;
  49. top: 50%;
  50. left: 50%;
  51. transform: translate(-50%,-50%);
  52. z-index: 9;
  53. }