rtuNavigateInfoView.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. @import "/pages/wxgrid/wxgrid.wxss";
  2. .infoBox {
  3. width: 100%;
  4. height: 30%;
  5. }
  6. .mapBox{
  7. width: 100%;
  8. height: 69%;
  9. overflow: hidden;
  10. }
  11. .lineTitleText{
  12. width: 100%;
  13. margin-top: 10rpx;
  14. padding-left: 20rpx;
  15. padding-right: 20rpx;
  16. }
  17. .lineTitleText text{
  18. color: black;
  19. font-size: 26rpx;
  20. }
  21. .lineContentText{
  22. width: 100%;
  23. margin-top: 10rpx;
  24. padding-left: 20rpx;
  25. padding-right: 20rpx;
  26. min-height: 40rpx;
  27. }
  28. .lineContentText text{
  29. font-size: 24rpx;
  30. color: #426666;
  31. }
  32. .lnglatBox{
  33. width: 100%;
  34. margin-top: 10rpx;
  35. padding-left: 20rpx;
  36. padding-right: 20rpx;
  37. display: flex;
  38. flex-direction: row;
  39. }
  40. .lnglatBox .lngText{
  41. width: 50%;
  42. display: flex;
  43. flex-direction: row;
  44. }
  45. .lnglatBox .lngText .title{
  46. font-size: 26rpx;
  47. color: black;
  48. }
  49. .lnglatBox .lngText .content{
  50. font-size: 24rpx;
  51. color: #426666;
  52. }
  53. .lnglatBox .latText{
  54. width: 50%;
  55. }
  56. .buttonBox {
  57. height: 100rpx;
  58. width: 100%;
  59. margin-top: 10rpx;
  60. margin-bottom: 10rpx;
  61. position: absolute;
  62. bottom: 0rpx;
  63. left: 0rpx;
  64. display: flex;
  65. flex-direction: row;
  66. justify-content: center;
  67. }
  68. .buttonBox button {
  69. width: 90%;
  70. }
  71. .textarea {
  72. font-size: 28rpx;
  73. /* margin: 10%; */
  74. background-color:white;
  75. width: 95%;
  76. /* height: 100%; */
  77. /* margin-top: 10rpx; */
  78. padding:10rpx;
  79. }
  80. .placeholder {
  81. font-size: 0.7rem;
  82. color: darkgray;
  83. }
  84. .weather-text{
  85. word-break: break-all;
  86. font-size: 24rpx;
  87. color: gray;
  88. }
  89. .weather-text-title{
  90. font-size: 26rpx;
  91. color: #426666;
  92. }
  93. .location-text{
  94. font-size: 26rpx;
  95. color: gray;
  96. }
  97. .address-text{
  98. /* word-break: break-all; */
  99. font-size: 26rpx;
  100. color: gray;
  101. }
  102. .rtuCode-box{
  103. background-color: white;
  104. margin-top: 20rpx;
  105. display: flex;
  106. flex-direction: row;
  107. height: 80rpx;
  108. align-items: center;
  109. }
  110. .rtuCode-text{
  111. margin-left:10px;
  112. margin-right:10px;
  113. color: #426666;
  114. }
  115. .prog-info{
  116. background-color: white;
  117. margin-top: 20rpx;
  118. }
  119. .submit-button{
  120. background-color: #426666;
  121. }
  122. .button-check{
  123. height: 100%;
  124. display: flex;
  125. justify-content: center;
  126. flex-direction: column;
  127. }
  128. .check-btn{
  129. height: 22px;
  130. width: 60px;
  131. background-color: #669999;
  132. }
  133. .btn-hover-class{
  134. background-color:coral;
  135. }