index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. page {
  2. background-color: #eeeeee;
  3. background-size: cover;
  4. box-sizing: border-box;
  5. }
  6. .address {
  7. width: 100%;
  8. }
  9. .address_content {
  10. width: 100%;
  11. background: #FFFFFF;
  12. margin-top: 20rpx;
  13. }
  14. .content_top {
  15. width: 90%;
  16. margin: 0 auto;
  17. }
  18. .content_part1 {
  19. font-size: 32rpx;
  20. color: #333333;
  21. display: flex;
  22. align-items: center;
  23. padding-top: 30rpx;
  24. }
  25. .content_name {
  26. font-size: 36rpx;
  27. font-weight: bold;
  28. }
  29. .content_number {
  30. margin-left: 20rpx;
  31. }
  32. .content_btn {
  33. padding: 4rpx 10rpx;
  34. border-radius: 10rpx;
  35. border: 1rpx solid #FCD202;
  36. color: #FCD202;
  37. margin-left: 20rpx;
  38. font-size: 22rpx;
  39. text-align: center;
  40. }
  41. .content_part2 {
  42. color: #999999;
  43. font-size: 28rpx;
  44. margin-top: 20rpx;
  45. margin-bottom: 30rpx;
  46. }
  47. .content_bottom {
  48. display: flex;
  49. width: 90%;
  50. margin: 0 auto;
  51. height: 60rpx;
  52. }
  53. .bottom_left {
  54. flex: 1;
  55. display: flex;
  56. justify-content: left;
  57. align-items: center;
  58. }
  59. .bottom_right {
  60. flex: 1;
  61. position: relative;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. }
  66. .write image {
  67. width: 35rpx;
  68. height: 35rpx;
  69. }
  70. .dete image {
  71. width: 35rpx;
  72. height: 35rpx;
  73. }
  74. .write {
  75. position: absolute;
  76. right: 75rpx;
  77. }
  78. .dete {
  79. position: absolute;
  80. right: 0rpx;
  81. }
  82. /* 添加收货地址 */
  83. .btn {
  84. position: fixed;
  85. bottom: 0rpx;
  86. width: 100%;
  87. height: 100rpx;
  88. line-height: 100rpx;
  89. background-color: white;
  90. padding-top: 10rpx;
  91. }
  92. .address_push {
  93. width: 90%;
  94. height: 80rpx;
  95. margin: 0 auto;
  96. background: #FCD202;
  97. border-radius: 20rpx;
  98. color: white;
  99. text-align: center;
  100. line-height: 80rpx;
  101. font-size: 35rpx;
  102. }