huan_bang.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .box .phone {
  2. width: 100%;
  3. height: 380rpx;
  4. background: rgba(255, 255, 255, 1);
  5. margin-top: 10rpx;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: space-around;
  10. }
  11. .box .phone .place1 {
  12. font-size: 32rpx;
  13. font-family: PingFang SC;
  14. font-weight: 400;
  15. color: #ddd;
  16. }
  17. .box .phone .put1 {
  18. width: 606rpx;
  19. height: 76rpx;
  20. background: rgba(255, 255, 255, 1);
  21. border-bottom: 2rpx solid #e5e5e5;
  22. /* border-radius: 10rpx; */
  23. margin-top: 60rpx;
  24. }
  25. .box .phone .put1 input {
  26. height: 100%;
  27. padding-left: 20rpx;
  28. }
  29. .box .phone .put2 {
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. width: 606rpx;
  34. margin-bottom: 60rpx;
  35. }
  36. .box .phone .put2 input {
  37. width: 380rpx;
  38. height: 76rpx;
  39. background: rgba(255, 255, 255, 1);
  40. border-bottom: 2rpx solid #e5e5e5;
  41. padding-left: 20rpx;
  42. }
  43. .box .phone .put2 text {
  44. font-size: 32rpx;
  45. font-family: PingFang SC;
  46. font-weight: 500;
  47. color: #18d5b9;
  48. }
  49. .box .phone_check {
  50. width: 600rpx;
  51. height: 86rpx;
  52. background: rgba(24, 213, 185, 1);
  53. border-radius: 43rpx;
  54. font-size: 32rpx;
  55. font-family: PingFang SC;
  56. font-weight: 400;
  57. color: rgba(255, 255, 255, 1);
  58. margin: 0 auto;
  59. margin-top: 83rpx;
  60. }