setting.wxss 410 B

12345678910111213141516171819202122232425
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. /* background-image: linear-gradient(#ff0000, #ffffff); */
  6. background-color: #f9fafc;
  7. }
  8. .main .one {
  9. position: fixed;
  10. z-index: 9999;
  11. width: 100%;
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. background-color: #409eff;
  15. color: #ffffff;
  16. text-align: center;
  17. }
  18. .main .two {
  19. position: absolute;
  20. top: 80rpx;
  21. width: 100%;
  22. margin: 20rpx 0 0 0;
  23. }