swc-scroll.wxss 312 B

123456789101112131415161718192021
  1. .content{
  2. background-color:#F9F9F9;
  3. }
  4. .page_scroll{
  5. overflow-y: hidden;
  6. }
  7. .page_info{
  8. /*height: 0rpx;*/
  9. background-color: #fede18;
  10. overflow: hidden;
  11. position: relative;
  12. }
  13. .page_info_t{
  14. position: absolute;
  15. top:20%;
  16. width:100%;
  17. text-align: center;
  18. line-height: 36rpx;
  19. font-size:26rpx;
  20. color:#383735;
  21. }