mineAddress.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* pages/mineAddress/mineAddress.wxss */
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .ad-list{
  6. margin: 24rpx 24rpx 0;
  7. width: 702rpx;
  8. height: 184rpx;
  9. background: #FFFFFF;
  10. border-radius: 8px;
  11. display: flex;
  12. flex-direction: row;
  13. }
  14. .ad-list>text:nth-child(1){
  15. width: 48rpx;
  16. height: 48rpx;
  17. background-color: rgba(255,87,0,0.12);
  18. font-size: 26rpx;
  19. font-family: PingFangSC-Semibold, PingFang SC;
  20. font-weight: 600;
  21. color: #FF5700;
  22. line-height: 48rpx;
  23. border-radius: 50%;
  24. text-align: center;
  25. margin: 30rpx 24rpx auto 24rpx;
  26. }
  27. .ad-mes{
  28. display: flex;
  29. flex-direction: column;
  30. margin-top: 28rpx;
  31. }
  32. .ad-name{
  33. display: flex;
  34. flex-direction: row;
  35. }
  36. .ad-name>text:nth-child(1){
  37. width: auto;
  38. height: 44rpx;
  39. font-size: 30rpx;
  40. font-family: PingFangSC-Medium, PingFang SC;
  41. font-weight: 500;
  42. color: rgba(0,0,0,0.87);
  43. line-height: 44rpx;
  44. text-align: left;
  45. margin-right: 32rpx;
  46. }
  47. .ad-name>text:nth-child(2){
  48. width: auto;
  49. height: 44rpx;
  50. font-size: 30rpx;
  51. font-family: PingFangSC-Medium, PingFang SC;
  52. font-weight: 500;
  53. color: rgba(0,0,0,0.87);
  54. line-height: 44rpx;
  55. }
  56. .ad-name>text:nth-child(3){
  57. width: auto;
  58. height: 28rpx;
  59. line-height: 28rpx;
  60. text-align: center;
  61. border-radius: 4rpx;
  62. border: 2rpx solid #FF5700;
  63. font-size: 20rpx;
  64. font-family: PingFangSC-Medium, PingFang SC;
  65. font-weight: 500;
  66. color: #FF5700;
  67. padding: 0 8rpx;
  68. margin: auto 0 auto 16rpx;
  69. }
  70. .ad-mes>text:nth-child(2){
  71. width: 502rpx;
  72. height: auto;
  73. font-size: 26rpx;
  74. font-family: PingFangSC-Regular, PingFang SC;
  75. font-weight: 400;
  76. color: rgba(0,0,0,0.4);
  77. line-height: 36rpx;
  78. margin: 12rpx 0 28rpx;
  79. }
  80. .ad-edit{
  81. display: flex;
  82. flex-direction: column;
  83. margin-left: 28rpx;
  84. }
  85. .ad-edit>image:nth-child(1){
  86. width: 48rpx;
  87. height: 48rpx;
  88. margin: 80rpx 24rpx 56rpx auto;
  89. }
  90. .btn{
  91. width: 750rpx;
  92. height: 112rpx;
  93. background-color: #fff;
  94. padding-bottom: env(safe-area-inset-bottom);
  95. display: flex;
  96. position: fixed;
  97. bottom: 0;
  98. }
  99. .btn>text{
  100. margin: auto 32rpx;
  101. width: 686rpx;
  102. height: 90rpx;
  103. background: rgba(0,0,0,0.87);
  104. border-radius: 46rpx;
  105. font-size: 34rpx;
  106. font-family: PingFangSC-Medium, PingFang SC;
  107. font-weight: 500;
  108. color: #FFFFFF;
  109. line-height: 90rpx;
  110. letter-spacing: 2rpx;
  111. text-align: center;
  112. }
  113. .nonedata-style{
  114. width: 750rpx;
  115. height: 100vh;
  116. display: flex;
  117. flex-direction: column;
  118. justify-content: center;
  119. align-items: center;
  120. }
  121. .nonedata-style>image:nth-child(1){
  122. width: 332rpx;
  123. height: 264rpx;
  124. }
  125. .nonedata-style>text:nth-child(2){
  126. width: auto;
  127. height: auto;
  128. font-size: 30rpx;
  129. font-family: PingFangSC-Regular, PingFang SC;
  130. font-weight: 400;
  131. color: rgba(0,0,0,0.4);
  132. line-height: 48rpx;
  133. margin-top: 32rpx;
  134. text-align: center;
  135. }