guanlian.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .box{
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .tab{
  9. width: 85%;
  10. display: flex;
  11. justify-content: space-between;
  12. height: 75rpx;
  13. margin-top: 20rpx;
  14. border-radius: 30rpx;
  15. overflow: hidden;
  16. }
  17. .tab view{
  18. width: 49.9%;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. background: #ccc;
  23. color: white;
  24. font-size: 28rpx;
  25. }
  26. .box .tab .active{
  27. background: #18D5B9;
  28. }
  29. .box .ma{
  30. width: 90%;
  31. display: flex;
  32. flex-direction: column;
  33. margin: 0 auto;
  34. padding-top: 80rpx;
  35. }
  36. .box .ma .view{
  37. width:690rpx;
  38. height:90rpx;
  39. background:rgba(255,255,255,1);
  40. box-shadow:0px 0px 4rpx 0px rgba(222,222,222,1);
  41. border-radius:10rpx;
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-around;
  45. margin-top: 35rpx;
  46. }
  47. .box .ma .view .btn{
  48. width:90rpx;
  49. height:47rpx;
  50. background:rgba(229,229,229,1);
  51. border-radius:10rpx;
  52. font-size:24rpx;
  53. font-family:PingFang SC;
  54. color:rgba(136,136,136,1);
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. }
  59. .box .ma input{
  60. width: 70%;
  61. border-bottom: 1rpx solid gray;
  62. height: 60rpx;
  63. line-height: 60rpx;
  64. font-size: 26rpx;
  65. }
  66. .btm{
  67. width:420rpx;
  68. height:88rpx;
  69. background:rgba(24,213,185,1);
  70. box-shadow:0px 8rpx 13rpx 0px rgba(100,239,218,1);
  71. border-radius:44rpx;
  72. display: flex;
  73. align-items: center;
  74. justify-content: center;
  75. font-size: 30rpx;
  76. color: white;
  77. margin-top: 200rpx;
  78. }
  79. .logo{
  80. width: 100%;
  81. display: flex;
  82. flex-direction: column;
  83. align-items: center;
  84. position: fixed;
  85. font-size: 22rpx;
  86. bottom: 30rpx;
  87. color: #999;
  88. }
  89. .scanCode{
  90. width:420rpx;
  91. height:88rpx;
  92. background:linear-gradient(163deg,rgba(255,139,102,1) 0%,rgba(254,87,34,1) 100%);
  93. border-radius:44rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. font-size: 30rpx;
  98. color: white;
  99. margin-top: 150rpx;
  100. }