LoginView.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. page{
  2. background-color:white;
  3. }
  4. .topimag{
  5. width: 100%;
  6. }
  7. .contentV{
  8. display: flex;
  9. width: 92%;
  10. margin-left: 4%;
  11. flex-direction: column;
  12. justify-content: flex-start;
  13. }
  14. .titlev{
  15. width: 100%;
  16. height: 60rpx;
  17. line-height: 60rpx;
  18. font-size: 40rpx;
  19. font-weight: bold;
  20. text-align: left;
  21. }
  22. .yzmctV{
  23. display: flex;
  24. flex-direction: row;
  25. align-items: center;
  26. justify-content:flex-start;
  27. margin-top: 30rpx;
  28. width: 100%;
  29. }
  30. .noinputV{
  31. width: 100%;
  32. height: 80rpx;
  33. line-height: 80rpx;
  34. border-radius: 10rpx;
  35. border: 2rpx solid #F2F3F7;
  36. background-color: #F2F3F7;
  37. }
  38. .noinputVcode{
  39. width: 100%;
  40. height: 80rpx;
  41. line-height: 80rpx;
  42. border-radius: 10rpx;
  43. border: 2rpx solid #F2F3F7;
  44. background-color: #F2F3F7;
  45. }
  46. .yzmbt{
  47. color: white;
  48. font-size: 26rpx;
  49. width: 170rpx;
  50. height: 60rpx;
  51. line-height: 60rpx;
  52. text-align: center;
  53. margin-left: -190rpx;
  54. border-radius: 2rpx;
  55. background-color:#60BA63;
  56. }
  57. .querenBt{
  58. margin-top: 30rpx;
  59. width: 100%;
  60. height: 60rpx;
  61. line-height: 60rpx;
  62. padding: 10rpx;
  63. border-radius: 20rpx;
  64. border: solid crimson;
  65. border-width: 0px 0px 6rpx 0px;
  66. text-align: center;
  67. justify-content: center;
  68. background-color: #E02F73;
  69. color: white;
  70. box-shadow: -4rpx 4rpx 2rpx 5rpx lightgrey;
  71. }
  72. .linktext{
  73. font-size: 24rpx;
  74. color:skyblue;
  75. text-decoration:underline;
  76. }
  77. .notetext{
  78. color: darkgray;
  79. font-size: 24rpx;
  80. text-align: center;
  81. }
  82. .xialakuangct{
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. justify-content:space-between;
  87. padding-left: 16rpx;
  88. margin-right: 20rpx;
  89. width: 140rpx;
  90. height: 80rpx;
  91. line-height: 80rpx;
  92. border-radius: 10rpx;
  93. border: 2rpx solid #F2F3F7;
  94. background-color: #F2F3F7;
  95. }
  96. .xialakuang{
  97. width: 100%;
  98. }
  99. .lineview{
  100. display: flex;
  101. flex-direction: row;
  102. align-items: center;
  103. justify-content: center;
  104. background-color: whitesmoke;
  105. border: solid darkgray;
  106. border-width: 0px 0px 1rpx 0px;
  107. width: 80%;
  108. margin-bottom: 12rpx;
  109. }
  110. .picker-view {
  111. width: 750rpx;
  112. height: 300rpx;
  113. margin-top: 10rpx;
  114. }
  115. .item {
  116. line-height: 100rpx;
  117. text-align: center;
  118. }