accounts.wxss 487 B

12345678910111213141516171819202122232425262728293031323334
  1. .address-box{
  2. position: relative;
  3. }
  4. .arrow{
  5. width: 18rpx;
  6. height: 18rpx;
  7. border-top: 1px solid #999;
  8. border-right: 1px solid #999;
  9. position: absolute;
  10. top:50%;
  11. right: 50rpx;
  12. transform: rotate(45deg);
  13. margin-top:-9rpx;
  14. }
  15. .address-infor{
  16. padding:20rpx 0;
  17. }
  18. .goods-img-list image{
  19. width:140rpx;
  20. height:140rpx;
  21. margin:5rpx;
  22. }
  23. .goods-list{
  24. padding:20rpx;
  25. border-bottom:2rpx solid #e0e0e0;
  26. }
  27. .other-list{
  28. padding:20rpx 0;
  29. }
  30. .footer-btn{
  31. width:260rpx;
  32. text-align: center;
  33. }