address.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/checkAddress/handleAddCheck.wxss */
  2. .address-content {
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f7f7f7;
  6. position: relative;
  7. }
  8. .main-content {
  9. width: 690rpx;
  10. min-height: 232rpx;
  11. padding-top: 1rpx;
  12. margin: 0 auto;
  13. }
  14. .addrss-item {
  15. width: 100%;
  16. height: 232rpx;
  17. border-radius: 20rpx;
  18. background-color: #fff;
  19. margin-top: 20rpx;
  20. }
  21. .top {
  22. width: 100%;
  23. height: 156rpx;
  24. border-bottom: 1rpx solid #eee;
  25. }
  26. .username {
  27. width: 100%;
  28. height: 92rpx;
  29. }
  30. .name {
  31. font-size: 30rpx;
  32. font-weight: bold;
  33. color: #333333;
  34. margin: 0 20rpx 0 30rpx;
  35. }
  36. .phone {
  37. font-size: 26rpx;
  38. font-weight: 400;
  39. color: #999999;
  40. }
  41. .address-detail {
  42. font-size: 26rpx;
  43. font-weight: 400;
  44. color: #333333;
  45. text-indent: 30rpx;
  46. }
  47. .button {
  48. height: 72rpx;
  49. justify-content: flex-end;
  50. }
  51. .btn {
  52. height: 100%;
  53. font-size: 24rpx;
  54. font-weight: 400;
  55. color: #999999;
  56. }
  57. .edit-btn {
  58. margin-right: 58rpx;
  59. }
  60. .delete-btn {
  61. margin-right: 30rpx;
  62. }
  63. .btn-icon {
  64. width: 30rpx;
  65. height: 30rpx;
  66. margin-right: 10rpx;
  67. }
  68. .add-address-btn {
  69. position: fixed;
  70. bottom: 80rpx;
  71. left: 4%;
  72. width: 690rpx;
  73. height: 80rpx;
  74. border-radius: 10rpx;
  75. }