add.wxss 405 B

123456789101112131415161718192021222324252627
  1. page {
  2. background-color: #fff !important;
  3. }
  4. /* 添加收货地址 */
  5. .btn {
  6. /* position: fixed;
  7. bottom: 0rpx; */
  8. width: 100%;
  9. height: 100rpx;
  10. line-height: 100rpx;
  11. background-color: white;
  12. margin-top: 30rpx;
  13. }
  14. .address_push {
  15. width: 90%;
  16. height: 80rpx;
  17. margin: 0 auto;
  18. background: #FCD202;
  19. border-radius: 20rpx;
  20. color: white;
  21. text-align: center;
  22. line-height: 80rpx;
  23. font-size: 35rpx;
  24. }