help.wxss 411 B

12345678910111213141516171819202122232425262728
  1. .container{
  2. background-color: #F8F8F8;
  3. }
  4. .panelTop{
  5. width:100%;
  6. height:120rpx;
  7. border-bottom: 1rpx solid #f0f0f0;
  8. background-color: #fff;
  9. justify-content: flex-start;
  10. position: fixed;
  11. top:0;
  12. }
  13. .btn{
  14. width:172rpx;
  15. line-height:80rpx;
  16. margin-left: 20rpx;
  17. border-radius: 10rpx;
  18. border:1rpx solid #9B9B9B;
  19. color:#787878;
  20. font-size:28rpx;
  21. text-align: center;
  22. }
  23. .img{
  24. width:100%;
  25. }