requirement.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .container {
  2. width: 680rpx;
  3. margin-left: 35rpx;
  4. margin-top: 20rpx;
  5. }
  6. .circle {
  7. width: 16rpx;
  8. height: 16rpx;
  9. margin-top: 16rpx;
  10. }
  11. .p1 {
  12. display: flex;
  13. }
  14. .t1 {
  15. font-size: 30rpx;
  16. font-weight: 900;
  17. color: #000;
  18. margin-left: 20rpx;
  19. }
  20. .t2 {
  21. color: red;
  22. }
  23. .weui-input {
  24. margin-left: 30rpx;
  25. width: 650rpx;
  26. height: 80rpx;
  27. border-bottom: 1px solid #d8d8d8;
  28. margin-bottom: 50rpx;
  29. }
  30. .weui-input input {
  31. height: 80rpx;
  32. }
  33. .submit_btn {
  34. border-radius: 0;
  35. height: 85rpx;
  36. font-size: 30rpx;
  37. line-height: 55rpx;
  38. font-weight: 600;
  39. color: #fff;
  40. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  41. text-align: center;
  42. position: fixed;
  43. bottom: 0;
  44. }
  45. .sure_btn{
  46. border-radius: 20rpx;
  47. height: 55rpx;
  48. font-size: 30rpx;
  49. line-height: 25rpx;
  50. font-weight: 600;
  51. color: #fff;
  52. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  53. text-align: center;
  54. margin-top: 50rpx;
  55. /* position: fixed;
  56. bottom: 0; */
  57. }
  58. .blackbj {
  59. width: 750rpx;
  60. height: 100vh;
  61. background-color: rgba(0, 0, 0, 0.5);
  62. position: fixed;
  63. top: 0;
  64. z-index: 10;
  65. }
  66. .box {
  67. width: 600rpx;
  68. height: 800rpx;
  69. border-radius: 20rpx;
  70. background-color: #fff;
  71. position: absolute;
  72. top: 170rpx;
  73. left: 75rpx;
  74. text-align: center;
  75. }
  76. .logo {
  77. width: 305rpx;
  78. height: 350rpx;
  79. z-index: 20;
  80. position: absolute;
  81. top: 60rpx;
  82. left: 200rpx;
  83. }
  84. .t3 {
  85. margin-top: 200rpx;
  86. }
  87. .t4 {
  88. width: 80%;
  89. margin-left: 10%;
  90. line-height: 55rpx;
  91. font-weight: 900;
  92. }
  93. .blue{
  94. color: #559bff;
  95. }