index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. page{
  2. background-color: #f2f2f2;
  3. }
  4. .content{
  5. width: 690rpx;
  6. margin: 0 auto;
  7. padding-bottom: 30rpx;
  8. }
  9. .title{
  10. font-size: 30rpx;
  11. color:#333;
  12. height: 86rpx;
  13. display: flex;
  14. align-items: center;
  15. border-bottom: 1rpx solid #efefef;
  16. font-weight: bold;
  17. }
  18. .content_text{
  19. padding: 20rpx 0;
  20. }
  21. .content_text view{
  22. font-size: 26rpx;
  23. color:#333;
  24. }
  25. .content_text :last-child{
  26. border: none;
  27. }
  28. .form{
  29. display: flex;
  30. align-items: center;
  31. /* height: 52rpx; */
  32. padding: 10rpx 0rpx;
  33. margin-left: 20rpx;
  34. }
  35. .form :last-child{
  36. color: #666;
  37. }
  38. .xing{
  39. width: 24rpx;
  40. }
  41. .form_title{
  42. width: 240rpx;
  43. font-size: 26rpx;
  44. color: #666;
  45. display: flex;
  46. align-items: center;
  47. }
  48. .picker{
  49. width: 400rpx;
  50. height: 80rpx;
  51. display: flex;
  52. align-items: center;
  53. }
  54. .picker image{
  55. margin-left: 20rpx;
  56. }
  57. .picker text{
  58. height: 80rpx;
  59. line-height: 80rpx;
  60. overflow: hidden;
  61. text-overflow:ellipsis;
  62. white-space: nowrap;
  63. }
  64. input{
  65. width: 100%;
  66. }
  67. .input{
  68. display: flex;
  69. flex-wrap: wrap;
  70. width: 63%;
  71. }
  72. .place{
  73. font-size: 26rpx;
  74. color: #999;
  75. }
  76. .btn{
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. margin-top: 80rpx;
  81. }
  82. .btn button{
  83. width: 260rpx;
  84. height: 70rpx;
  85. font-size: 32rpx;
  86. background-color: #33ad37;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. border-radius: 70rpx;
  91. color: #fff;
  92. }
  93. .img_title{
  94. font-size: 26rpx;
  95. color:#333;
  96. padding-top: 30rpx;
  97. }
  98. .img image{
  99. width: 29%;
  100. padding: 0rpx 14rpx;
  101. /* margin: 0rpx 12rpx; */
  102. margin-top: 24rpx;
  103. }
  104. .pb80{
  105. /* padding-bottom: 80rpx; */
  106. }
  107. /* 底部 */
  108. .sub{
  109. position: fixed;
  110. bottom:0rpx;
  111. display: flex;
  112. width: 100%;
  113. justify-content: space-around;
  114. align-items: center;
  115. height: 100rpx;
  116. background:#fff;
  117. }
  118. .sub view{
  119. display: flex;
  120. justify-content: center;
  121. align-items: center;
  122. width: 190rpx;
  123. height: 68rpx;
  124. border:1rpx solid #33ad37;
  125. border-radius:50rpx;
  126. color: #33ad37;
  127. overflow: hidden;
  128. }
  129. /* //物流 */
  130. .tool-bar {
  131. position: fixed;
  132. bottom: 100rpx;
  133. right: 0rpx;
  134. width: 136rpx;
  135. z-index: 999999;
  136. padding: 16rpx;
  137. /* border-radius: 50rpx 0rpx 0rpx 50rpx; */
  138. background: #33ad37;
  139. color: #fff;
  140. font-size: 30rpx;
  141. text-align: center;
  142. /*box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15);*/
  143. }