Land.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .logo{
  2. width: 228rpx;
  3. height:190rpx;
  4. margin: 70rpx auto;
  5. position:relative;
  6. left:30rpx;
  7. }
  8. .logo image{
  9. width: 100%;
  10. height:100%;
  11. }
  12. .form{
  13. width: 80%;
  14. margin:auto;
  15. }
  16. .form_zh{
  17. border-bottom:1px solid #DDD;
  18. width: 100%;
  19. display:flex;
  20. position:relative;
  21. padding: 60rpx 0 30rpx 0;
  22. }
  23. .form_zh input{
  24. height:100%;
  25. width:100%;
  26. font-size:30rpx;
  27. margin-left:40rpx;
  28. }
  29. .form_zh_img{
  30. width:39rpx;
  31. height:54rpx;
  32. position:relative;
  33. top: -4rpx;
  34. left:17rpx;
  35. }
  36. .form_zh_img image{
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .form_zh_img1{
  41. width:53rpx;
  42. height:36rpx;
  43. position: relative;
  44. top: 2rpx;
  45. left: 17rpx;
  46. }
  47. .form_zh_img1 image{
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .form_button{
  52. width:100%;
  53. height:80rpx;
  54. margin-top: 60rpx;
  55. font-size:34rpx;
  56. color: #FFF;
  57. line-height:80rpx;
  58. background: linear-gradient(to right, #FF9BCA , #FF79B8);
  59. }
  60. .land_b{display:flex;align-items:center;justify-content:center;margin-top:40rpx;}
  61. .land_b:before {content:"";display:inline-block;width:1px;height:30rpx;position:absolute;background:#ccc;}
  62. .modify{width:160rpx;text-align:center;font-size:26rpx;color:#666;}