noticeDetailTow.acss 691 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @import "../../../Component/aParse/aParse.acss";
  2. .title{
  3. text-align: center;
  4. padding: 0.28rem;
  5. background-color: #fff;
  6. border-bottom: 1px solid #f1f1f1;
  7. }
  8. .scroll{
  9. height: calc(100vh - 400rpx);
  10. padding:28rpx;
  11. background-color: #fff;
  12. }
  13. .footer{
  14. position:fixed;
  15. bottom: 0.24rem;
  16. left: 0.32rem;
  17. right: 0.32rem;
  18. /* padding: 20rpx; */
  19. /* border: 2px solid #26A2FF; */
  20. text-align: center;
  21. border-radius: 10rpx;
  22. }
  23. .footer .flex-1{
  24. background-color: #fff;
  25. padding: 20rpx;
  26. border-radius: 10rpx;
  27. border: 1px solid #26A2FF;
  28. color: #26A2FF;
  29. }
  30. .footer .flex-1:nth-child(2){
  31. background-color: #26A2FF;
  32. padding: 20rpx;
  33. color: #fff;
  34. border-radius: 10rpx;
  35. }