index.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .login_card {
  2. height: 350px;
  3. background-color: #ffffff;
  4. position: relative;
  5. z-index: 3;
  6. top: -80px;
  7. margin: 0px 10px;
  8. background-image: url("https://img.shuimuai.com/shuimugongzhu.png");
  9. background-position: center;
  10. background-size: 100% 100%;
  11. background-color: rgba(255, 255, 255, 0);
  12. }
  13. /*体验页面*/
  14. .slogen {
  15. color: #4b4b4b;
  16. font-size: 13px;
  17. }
  18. .sub_slogen {
  19. font-size: 22px;
  20. margin-top: 110px;
  21. color: #4c4c4c;
  22. }
  23. /*扫码页*/
  24. .sub_slogen_sm {
  25. font-size: 13px;
  26. margin: 120px auto 0px;
  27. color: #4c4c4c;
  28. }
  29. /*注册页面*/
  30. .register_form_container {
  31. margin: 70px auto 0px;
  32. width: 90%;
  33. height: 108px;
  34. background: rgba(242, 243, 255, 0.6);
  35. box-shadow: 0px 3px 7px 0px rgba(159, 159, 159, 0.84);
  36. border-radius: 11px;
  37. }
  38. /* 功能服务 */
  39. .service {
  40. position: relative;
  41. width: 100%;
  42. padding: 5px 7px 35px;
  43. /*margin-top: 20px;*/
  44. /* top: 520px; */
  45. /*top: 10px;*/
  46. }
  47. .service .content {
  48. width: 100%;
  49. }
  50. .service .content image {
  51. width: 186px;
  52. height: 89px;
  53. }
  54. .head .line {
  55. width: 4px;
  56. height: 14px;
  57. background-color: #5d4db8;
  58. margin-right: 7px;
  59. }
  60. .head view {
  61. display: flex;
  62. justify-self: start;
  63. align-items: center;
  64. }
  65. .cu-form-group {
  66. background-color: rgba(255, 255, 255, 0);
  67. }
  68. .personal_card{
  69. height: 300px;
  70. }
  71. /* 测试 元素标签名*/
  72. /* service */