address.ttss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .address-list{height: 100vh;}
  2. .address-list .list-item{background-color: #fff;margin-top: 20rpx;display: flex;align-items: center;justify-content: space-between;padding: 20rpx;}
  3. .address-list .list-item .title{font-size: 24rpx;color: #666;margin-bottom: 20rpx;}
  4. .address-list .list-item .name{font-size: 28rpx;color: #333;margin-bottom: 20rpx;}
  5. .address-list .list-item .mobile{font-size: 28rpx;color: #666;margin-bottom: 20rpx;}
  6. .address-list .list-item .mobile text{margin-left: 20rpx;}
  7. .address-list .list-item .item-right{display: flex;align-items: center;gap: 20rpx;}
  8. .address-list .list-item .item-right .icon{width: 60rpx;height: 60rpx;background-color: #f8f8f8;border-radius: 30rpx;text-align: center;justify-content: center;align-items: center;display: flex;}
  9. .address-list .list-item .item-right image{width: 40rpx;height: 40rpx;}
  10. .empty-data{
  11. display: flex;
  12. height: 80vh;
  13. align-items: center;
  14. justify-content: center;
  15. flex-direction: column;
  16. font-size: 28rpx;
  17. color: #666;
  18. }
  19. .empty-data image{
  20. width: 50%;
  21. }
  22. .time-select .title{height: 100rpx;line-height: 100rpx;display: flex;align-items: center;justify-content: space-between;font-size: 32rpx;padding: 0 20rpx;font-weight: bold;}
  23. .time-select image{width: 40rpx;height: 40rpx;vertical-align: middle;}
  24. .time-btn{padding: 20rpx;}
  25. .goods-body{padding: 20rpx;}
  26. .goods-body .goods-title{font-size: 28rpx;color: #333;line-height: 80rpx;}
  27. .goods-body .goods-title text{color: #f00;}
  28. .goods-body .form-title{margin-top: 40rpx;font-size: 28rpx;color: #666;}
  29. .goods-form{margin-bottom: 20rpx;}
  30. .goods-form .form-input{border: 2rpx solid #ccc;height: 80rpx;margin-top: 20rpx;padding: 0 15rpx;}
  31. .region-name{height: 80rpx;line-height: 80rpx;font-size: 24rpx;}
  32. .goods-form .form-input .input{font-size: 24rpx;height: 80rpx;}
  33. .flx-footer{position: fixed;bottom: 0;background-color: #fff;padding: 20rpx;border-top: 2rpx solid #f8f8f8;left: 0;right: 0;}
  34. .flx-footer .footer-safe {height: env(safe-area-inset-bottom);width: 100%;}
  35. .flx-footer .btn,.time-btn .btn{font-size: 28rpx;height: 80rpx;border-radius: 10rpx;line-height: 80rpx;text-align: center;width: 100%;color: #333;background-color: #224d7a;color: #fff;border:2rpx solid #224d7a;}