fenlei.wxss 627 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. page {
  2. background: #FFFFFF;
  3. }
  4. .btn {
  5. border: 2rpx solid #999999;
  6. border-radius: 24px;
  7. color: #333333;
  8. padding: 5rpx 30rpx;
  9. }
  10. .addguige {
  11. width: 90%;
  12. margin: 0 auto;
  13. background: #FCD202;
  14. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  15. border-radius: 16rpx;
  16. text-align: center;
  17. height: 88rpx;
  18. line-height: 88rpx;
  19. position: fixed;
  20. bottom: 25rpx;
  21. left: 0;
  22. right: 0;
  23. }
  24. .addguiges {
  25. width: 90%;
  26. margin: 0 auto;
  27. background: #FCD202;
  28. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  29. border-radius: 16rpx;
  30. text-align: center;
  31. height: 88rpx;
  32. line-height: 88rpx;
  33. /* position: fixed;
  34. bottom: 25upx;
  35. left: 0;
  36. right: 0; */
  37. }