detail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .profile-list .admin {
  2. padding-left: 15px;
  3. font-size: 30rpx;
  4. color: #333;
  5. }
  6. .address-box .left-name {
  7. width: 85px;
  8. }
  9. .address-cont-title .list {
  10. width: auto;
  11. padding: 24rpx;
  12. }
  13. .tui-picker-detail text {
  14. padding: 0 10rpx;
  15. }
  16. .infoText {
  17. line-height: 56rpx;
  18. display: block;
  19. }
  20. picker-view {
  21. background-color: white;
  22. padding: 0;
  23. width: 100%;
  24. height: 480rpx;
  25. bottom: 0;
  26. position: fixed;
  27. }
  28. picker-view-column view {
  29. vertical-align: middle;
  30. font-size: 28rpx;
  31. line-height: 28rpx;
  32. height: 100%;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. }
  37. .animation-element-wrapper {
  38. display: flex;
  39. position: fixed;
  40. left: 0;
  41. top: 0;
  42. height: 100%;
  43. width: 100%;
  44. z-index: 21;
  45. }
  46. .animation-element {
  47. display: flex;
  48. position: fixed;
  49. width: 100%;
  50. height: 570rpx;
  51. bottom: 0;
  52. background-color: rgba(255, 255, 255, 1);
  53. }
  54. .animation-button {
  55. margin-top: 20rpx;
  56. top: 20rpx;
  57. width: 400rpx;
  58. height: 100rpx;
  59. line-height: 100rpx;
  60. align-items: center;
  61. }
  62. .address-text {
  63. color: #999;
  64. display: inline-flex;
  65. position: fixed;
  66. margin-top: 20rpx;
  67. height: 50rpx;
  68. text-align: center;
  69. line-height: 50rpx;
  70. font-size: 30rpx;
  71. font-family: Arial, Helvetica, sans-serif;
  72. }
  73. .left-bt {
  74. left: 30rpx;
  75. }
  76. .right-bt {
  77. right: 30rpx;
  78. color: #ec5151;
  79. }
  80. .line {
  81. display: block;
  82. position: fixed;
  83. height: 1rpx;
  84. width: 100%;
  85. margin-top: 89rpx;
  86. background-color: #eee;
  87. }
  88. .address-box .right-cont input {
  89. width: 100%;
  90. font-size: 30rpx;
  91. color: #444;
  92. }
  93. .f-34 {
  94. font-size: 34rpx;
  95. }
  96. .f-32 {
  97. font-size: 32rpx;
  98. }
  99. .f-31 {
  100. font-size: 31rpx;
  101. }
  102. .f-28 {
  103. font-size: 28rpx;
  104. }
  105. .f-26 {
  106. font-size: 26rpx;
  107. }
  108. .f-24 {
  109. font-size: 24rpx;
  110. }
  111. .f-22 {
  112. font-size: 22rpx;
  113. }
  114. .b-r {
  115. border-right: 1rpx solid #eee;
  116. }
  117. .b-b {
  118. border-bottom: 1rpx solid #eee;
  119. }
  120. .b-t {
  121. border-top: 1rpx solid #eee;
  122. }
  123. .m-top4 {
  124. margin-top: 4rpx;
  125. }
  126. .m-top10 {
  127. margin-top: 10rpx;
  128. }
  129. .m-top20 {
  130. margin-top: 25rpx;
  131. }
  132. .m-top35 {
  133. margin-top: 35rpx;
  134. }