拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.2KB

  1. /* package_mine/pages/senceDetail/index.wxss */
  2. .detail_container {
  3. width: 100%;
  4. padding: 0 30rpx;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. }
  10. .banner_box {
  11. width: 100%;
  12. position: relative;
  13. }
  14. .banner-swiper {
  15. width: 100%;
  16. height: 400rpx;
  17. }
  18. .banner-image {
  19. height: 100%;
  20. width: 100%;
  21. }
  22. .dots {
  23. position: absolute;
  24. /* top: 350rpx; */
  25. bottom:16rpx;
  26. left: 50%;
  27. transform: translateX(-50%);
  28. display: flex;
  29. }
  30. .dot {
  31. height: 8rpx;
  32. width: 8rpx;
  33. background: #A4ADB4;
  34. border-radius: 5rpx;
  35. margin-right: 10rpx;
  36. }
  37. .active.dot {
  38. width: 30rpx;
  39. height: 8rpx;
  40. background: #FFFFFF;
  41. border-radius: 5rpx;
  42. }
  43. .dot:last-of-type {
  44. margin-right: 0;
  45. }
  46. /* 信息 */
  47. .message_box {
  48. width: 100%;
  49. margin-top: 30rpx;
  50. display: flex;
  51. flex-direction: column;
  52. justify-content: flex-start;
  53. align-items: flex-start;
  54. }
  55. .message_item {
  56. width: 100%;
  57. margin-bottom: 20rpx;
  58. display: flex;
  59. justify-content: flex-start;
  60. align-items: flex-start;
  61. }
  62. .message_title {
  63. width: 180rpx;
  64. }
  65. .message_value {
  66. flex: 1;
  67. }