海鲜小程序

app.wxss 552B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**app.wxss**/
  2. page{
  3. background: #F3F3F3;
  4. }
  5. scroll-view {
  6. box-sizing: border-box;
  7. }
  8. view,text {
  9. box-sizing: border-box;
  10. }
  11. button::after,button::before{
  12. border: none;
  13. height: 0;
  14. }
  15. button{
  16. padding: 0;
  17. background: transparent;
  18. display: inline-block;
  19. font-weight: initial;
  20. }
  21. btn-hover{
  22. background: transparent;
  23. }
  24. .goTop {
  25. position: fixed;
  26. bottom: 180rpx;
  27. right: 40rpx;
  28. width: 60rpx;
  29. height: 60rpx;
  30. z-index: 22;
  31. }
  32. .onHaveData{
  33. font-size: 28rpx;
  34. text-align: center;
  35. line-height: 40rpx;
  36. color: #999;
  37. padding: 40rpx;
  38. }