home.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. /**home.wxss**/
  2. page {
  3. height: 100%;
  4. background-color: white;
  5. }
  6. .page-body{
  7. height:88%;
  8. width:100%;
  9. /* background-color: yellow */
  10. }
  11. .page-footer{
  12. /* height:10%; */
  13. width:100%;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: center;
  17. }
  18. .page-footer text{
  19. font-size:0.6rem;
  20. color:grey;
  21. text-align: center;
  22. }
  23. .login-container {
  24. height: 100%;
  25. width:100%;
  26. display: flex;
  27. flex-direction: column;
  28. padding: 0;
  29. box-sizing: border-box;
  30. /* position: absolute; */
  31. top: 0px;
  32. left: 0px;
  33. /* background-color:red; */
  34. }
  35. /*登录图片*/
  36. .login-icon {
  37. height: 35%;
  38. width: 100%;
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: center;
  42. /* background-color: #426666; */
  43. }
  44. /*表单内容*/
  45. .login-from {
  46. /* margin-top: 20px; */
  47. /* flex: auto; */
  48. height: 80%;
  49. width: 100%;
  50. align-items: center;
  51. /* background-color:green */
  52. display: flex;
  53. flex-direction: column;
  54. z-index:300;
  55. }
  56. .inputView {
  57. background-color: #fff;
  58. line-height: 44px;display: flex;
  59. flex-direction: row;
  60. margin-top: 20rpx;
  61. margin-bottom: 10rpx;
  62. }
  63. /*输入框*/
  64. .nameImage,
  65. .keyImage {
  66. margin-left: 12px;
  67. width: 20px;
  68. height: 20px;
  69. margin-top: 5px;
  70. }
  71. .loginLab {
  72. margin: 15px 15px 15px 10px;
  73. color: #545454;
  74. font-size: 0.8rem
  75. }
  76. .userText,
  77. .pwText {
  78. text-align: left;
  79. color: #cccccc;
  80. font-size: 0.9rem
  81. }
  82. .line {
  83. width: 100%;
  84. height: 1px;
  85. background-color: #cccccc;
  86. margin-top: 1px;
  87. }
  88. /*按钮*/
  89. .loginBtnView {
  90. width: 100%;
  91. height: auto;
  92. /* background-color: #f2f2f2; */
  93. position: relative;
  94. top: -20px;
  95. }
  96. .loginBtn {
  97. width: 60%;
  98. /* margin-top: 50px; */
  99. background-color:#426666;
  100. }
  101. .loginBtn-class{
  102. background-color:coral;
  103. }
  104. .index-container {
  105. display: flex;
  106. flex-direction: column;
  107. width: 100%;
  108. height: 100%;
  109. /* position: absolute; */
  110. top: 0px;
  111. left: 0px;
  112. }
  113. .index-line-full {
  114. height: 80px;
  115. width: 100%;
  116. display: flex;
  117. flex-direction: row;
  118. justify-content: center;
  119. margin-top: 20px;
  120. }
  121. .index-line {
  122. height: 100px;
  123. width: 100%;
  124. display: flex;
  125. flex-direction: row;
  126. justify-content:center;
  127. margin-top: 20px;
  128. }
  129. .index-block {
  130. height: 80px;
  131. width: 32%;
  132. margin-top:10px;
  133. margin-left:10px;
  134. margin-right:10px;
  135. margin-bottom:10px;
  136. }
  137. .index-block-hidden {
  138. height: 80px;
  139. width: 32%;
  140. margin-top:5px;
  141. margin-left:5px;
  142. margin-right:5px;
  143. margin-bottom:5px;
  144. visibility: hidden;
  145. }
  146. .index-block-content {
  147. width: 100%;
  148. height: 100%;
  149. border-radius: 10px;
  150. /* box-shadow:0px 15px 10px -12px black; */
  151. }
  152. .index-block-content-image-line{
  153. display: flex;
  154. flex-direction: column;
  155. justify-content: center;
  156. height: 70%;
  157. width:100%;
  158. align-items: center;
  159. }
  160. .index-block-content-image-line image {
  161. width: 30px;
  162. height:30px;
  163. /* box-shadow:0px 15px 10px -7px wheat; */
  164. }
  165. .index-block-content-title-line{
  166. display: flex;
  167. justify-content: center;
  168. height: 30%;
  169. width:100%;
  170. }
  171. .index-block-content-title-line text{
  172. font: size 0.8;
  173. color: whitesmoke;
  174. }
  175. /* .inputBox{
  176. width: 80%;
  177. display: flex;
  178. flex-direction: column;
  179. border: 3rpx solid #426666;
  180. border-radius: 10rpx;
  181. padding: 10rpx;
  182. } */
  183. .inputBox{
  184. margin-top: 55rpx;
  185. width: 80%;
  186. }
  187. .inputBoxContainer{
  188. background-color: white;
  189. display: flex;
  190. flex-direction: column;
  191. align-items: center;
  192. margin-top: 50rpx;
  193. width: 80%;
  194. border-radius: 10rpx;
  195. padding: 30rpx;
  196. width: 80%;
  197. height: 50%;
  198. box-shadow:0px 0.5px 5px 0.5px #426666;
  199. }
  200. .inputText{
  201. display: flex;
  202. justify-content: center;
  203. margin-top: 20px;
  204. }
  205. .imagetp{
  206. width: 100%;
  207. height: 75%;
  208. }
  209. .imagebc{
  210. position: fixed;
  211. top: 0px;
  212. width: 100%;
  213. height: 50%;
  214. }
  215. .nameInput,
  216. .pwInput{
  217. display: flex;
  218. align-items: center;
  219. }
  220. .menuBox{
  221. margin-top: 20rpx;
  222. }
  223. .topImage{
  224. width: 100%;
  225. height: 15%;
  226. }