拓恒河湖长制全民护河平台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.

index.wxss 492B

1 year ago
12345678910111213141516171819202122232425
  1. /* package_first/pages/announceDetail/index.wxss */
  2. .detail_container {
  3. width: 100%;
  4. padding: 40rpx;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: flex-start;
  9. background-color: #ffffff;
  10. }
  11. .detail_title {
  12. width: 100%;
  13. font-size: 34rpx;
  14. font-weight: 600;
  15. color: #000000BF;
  16. }
  17. .detail_date {
  18. margin: 20rpx 0;
  19. font-size: 26rpx;
  20. color: #0000007F;
  21. }
  22. .detail_img {
  23. width: 100%;
  24. margin-bottom: 20rpx;
  25. }