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

24 lines
490B

  1. /* package_first/pages/AttentionMethod/index.wxss */
  2. .attention_container{
  3. position: relative;
  4. }
  5. .main{
  6. width: 140%;
  7. height: 2640rpx;
  8. margin-top: -105rpx;
  9. }
  10. .button{
  11. width: calc(100% - 60rpx);
  12. height: 90rpx;
  13. background: #3275E9;
  14. border-radius: 40rpx;
  15. font-size: 32rpx;
  16. font-family: Source Han Sans CN;
  17. font-weight: 400;
  18. color: #FFFFFF;
  19. text-align: center;
  20. line-height: 95rpx;
  21. position: fixed;
  22. bottom: 55rpx;
  23. left: 30rpx;
  24. }