app.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /**app.wxss**/
  2. page {
  3. font-family: PingFangSC-Regular;
  4. font-size: 32rpx;
  5. color: #000000;
  6. background: #fff;
  7. }
  8. view {
  9. word-break: break-all;
  10. }
  11. .container {
  12. position: relative;
  13. }
  14. .wrapper {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 100%;
  19. font-weight: bold;
  20. }
  21. .input-placeholder {
  22. color: #8489A3;
  23. font-size: 30rpx;
  24. }
  25. .container-distance{
  26. margin-top: 88rpx;
  27. }
  28. .li-footer{
  29. margin-top: 140rpx;
  30. }
  31. .showModel{
  32. width: 100%;
  33. height: 100%;
  34. position: fixed;
  35. top: 0;
  36. left: 0;
  37. background: #000;
  38. opacity: 0.5;
  39. overflow: hidden;
  40. z-index: 100000;
  41. color: #fff;
  42. }
  43. .model{
  44. z-index: 1000000;
  45. position: fixed;
  46. top: 233rpx;
  47. margin: 0 60rpx;
  48. background: #fff;
  49. border-radius:30rpx;
  50. text-align: center;
  51. width: 84%;
  52. }
  53. .li-txt{
  54. font-size:34rpx;
  55. color:rgba(57,57,57,1);
  56. line-height:40rpx;
  57. margin: 110rpx 0;
  58. text-align: center;
  59. }
  60. .li-btn{
  61. display: flex;
  62. justify-content: space-around;
  63. align-content: center;
  64. text-align: center;
  65. margin-bottom: 45rpx;
  66. }
  67. .li-btn-sure{
  68. padding: 28rpx 70rpx;
  69. border-radius: 20rpx;
  70. display: inline-block;
  71. background: #E45C58;
  72. color: #fff;
  73. }
  74. .li-btn-url{
  75. padding: 28rpx 70rpx;
  76. border-radius: 20rpx;
  77. display: inline-block;
  78. background: #46C390;
  79. color: #fff;
  80. }
  81. .tag-words{
  82. width: 100%;
  83. height:52rpx;
  84. line-height: 52rpx;
  85. text-align: center;
  86. background:rgba(0,0,0,0.8);
  87. color: #FFFFFF;
  88. font-size: 20rpx;
  89. position: absolute;
  90. bottom: 0;
  91. border-radius: 0 0 20rpx 20rpx;
  92. }
  93. .scroll-view-item{
  94. position: relative;
  95. margin-right: 19rpx;
  96. }
  97. button,
  98. button::after {
  99. border: none;
  100. border-radius: 0;
  101. padding: 0;
  102. margin: 0;
  103. transition: all .3s;
  104. }
  105. .login{
  106. text-align: center;
  107. color: #373737;
  108. font-size: 26rpx;
  109. margin-top: 38%;
  110. }
  111. .login-img{
  112. width: 305rpx;
  113. height: 331rpx;
  114. /* margin-bottom: 109rpx; */
  115. }
  116. .login-text{
  117. margin: 109rpx;
  118. line-height: 30rpx;
  119. }
  120. .login-btn{
  121. width:346rpx;
  122. height:96rpx;
  123. line-height: 96rpx;
  124. background:rgba(255,100,101,1);
  125. border-radius:48rpx;
  126. cursor: pointer;
  127. margin: auto;
  128. color: #FFFFFF;
  129. font-size: 30rpx;
  130. text-align: center;
  131. }
  132. .li-date-time-items{
  133. font-size: 24rpx;
  134. margin: 20rpx 0;
  135. display: flex;
  136. justify-content: space-between;
  137. border-radius:4rpx;
  138. padding:20rpx 0;
  139. position: relative;
  140. z-index: 1000;
  141. }
  142. .li-date-time-items-img{
  143. width: 34rpx;
  144. height: 29rpx;
  145. margin-right: 9rpx;
  146. position: relative;
  147. top: 5rpx;
  148. }
  149. .li-date-time-items-tips{
  150. width:100rpx;
  151. height:34rpx;
  152. line-height: 34rpx;
  153. text-align: center;
  154. background:rgba(255,241,185,1);
  155. border-radius:6rpx;
  156. color: #895F26;
  157. font-size: 20rpx;
  158. display: inline-block;
  159. }