publishPhoto.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @import "/pages/wxgrid/wxgrid.wxss";
  2. .publishContainer {
  3. width: 100%;
  4. height: 50%;
  5. }
  6. .mapBox{
  7. width: 100%;
  8. height: 50%;
  9. }
  10. .controls {
  11. position: relative;
  12. top: 10%;
  13. height: 280rpx;
  14. width: 80%;
  15. left: 10%;
  16. background-color: whitesmoke;
  17. }
  18. .title {
  19. width: 100%;
  20. height: 100rpx;
  21. background-color: #5C6F73;
  22. font-size: 18rpx;
  23. color: blue;
  24. display: flex;
  25. flex-direction: row;
  26. white-space: nowrap;
  27. justify-content: flex-start;
  28. }
  29. .desc {
  30. width: 100%;
  31. height: 180rpx;
  32. display: block;
  33. background-color: whitesmoke;
  34. font-size: 30rpx;
  35. white-space: pre-line;
  36. color: black;
  37. padding: 10rpx;
  38. }
  39. .look{
  40. color:lightblue;
  41. font-size: 22rpx;
  42. border-bottom: 1px blue solid;
  43. display:flex;
  44. flex-direction: column;
  45. justify-content: center;
  46. margin-left: 50rpx;
  47. }
  48. .headIcon {
  49. width: 80rpx;
  50. height: 80rpx;
  51. margin: 10rpx;
  52. border-radius: 10rpx;
  53. }
  54. .name {
  55. height: 100rpx;
  56. font-size: 30rpx;
  57. margin-left: 20rpx;
  58. color: whitesmoke;
  59. display:flex;
  60. flex-direction: column;
  61. justify-content: center;
  62. }
  63. .location-info{
  64. position: relative;
  65. top: 0rpx;
  66. width: 80%;
  67. left: 0rpx;
  68. width:100%;
  69. height:200rpx;
  70. background-color: rgba(0,0,0,0.3);
  71. }
  72. .location-info-text{
  73. font-size: 26rpx;
  74. color:white;
  75. margin-left:10rpx;
  76. margin-top:10rpx;
  77. }
  78. .descInputBox {
  79. width: 100%;
  80. height: 20%;
  81. display: flex;
  82. flex-direction: row;
  83. justify-content: center;
  84. white-space: nowrap;
  85. padding-top: 10rpx;
  86. }
  87. .descInput {
  88. background-color: transparent;
  89. height: 80rpx;
  90. font-size: 30rpx;
  91. border-bottom: 1px gray solid;
  92. margin-left: 20rpx;
  93. margin-right: 20rpx;
  94. width: 100%;
  95. }
  96. .photoBox {
  97. width: 100%;
  98. display: flex;
  99. flex-direction: row;
  100. justify-content: center;
  101. padding-top: 40rpx;
  102. }
  103. .scroll-list {
  104. width: 96%;
  105. margin-left: auto;
  106. margin-right: auto;
  107. }
  108. .photo {
  109. width: 600rpx;
  110. height: 600rpx;
  111. }
  112. .item-img {
  113. width: 120rpx;
  114. height: 120rpx;
  115. margin: 5rpx 5rpx 5rpx 5rpx;
  116. border-radius: 12rpx;
  117. }
  118. .buttonBox {
  119. height: 100rpx;
  120. width: 100%;
  121. margin-top: 10rpx;
  122. margin-bottom: 10rpx;
  123. position: absolute;
  124. bottom: 0rpx;
  125. left: 0rpx;
  126. display: flex;
  127. flex-direction: row;
  128. justify-content: center;
  129. }
  130. .buttonBox button {
  131. width: 90%;
  132. }
  133. .textarea {
  134. font-size: 28rpx;
  135. /* margin: 10%; */
  136. background-color:lightgray;
  137. width: 95%;
  138. height: 100%;
  139. /* margin-top: 10rpx; */
  140. padding:10rpx;
  141. }
  142. .placeholder {
  143. font-size: 24rpx;
  144. color: darkgray;
  145. }
  146. .weather-text{
  147. word-break: break-all;
  148. font-size: 24rpx;
  149. color: gray;
  150. }
  151. .weather-text-title{
  152. font-size: 26rpx;
  153. color: darkcyan;
  154. }
  155. .location-text{
  156. font-size: 26rpx;
  157. color: gray;
  158. }
  159. .address-text{
  160. /* word-break: break-all; */
  161. font-size: 26rpx;
  162. color: gray;
  163. }