register.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/register/register.wxss */
  2. @import "../login//login.wxss";
  3. .page {
  4. background-color: #F9F9F9;
  5. /* background-color: aquamarine; */
  6. height: 100%;
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: start;
  11. align-items: center;
  12. padding-top: 38rpx;
  13. }
  14. .item_input_bg {
  15. width: 674rpx;
  16. height: 80rpx;
  17. background-color: white;
  18. display: flex;
  19. flex-direction: row;
  20. margin-top: 12rpx;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .item_input_title {
  25. height: auto;
  26. width: auto;
  27. margin-left: 43rpx;
  28. font-size: 30rpx;
  29. }
  30. .item_input_content {
  31. height: 100%;
  32. flex: 1;
  33. color: #999999;
  34. text-align: right;
  35. margin-right: 63rpx;
  36. }
  37. .item_picker_bg {
  38. flex: 1;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. .item_picker_content {
  43. color: #999999;
  44. text-align: right;
  45. }
  46. .item_picker_icon_layout {
  47. height: 100%;
  48. width: 63rpx;
  49. justify-content: center;
  50. align-items: center;
  51. display: flex;
  52. }
  53. .item_picker_icon {
  54. width: 20rpx;
  55. height: 12rpx;
  56. margin-top: 8rpx;
  57. }
  58. .phonenum_layout {
  59. height: 243rpx;
  60. width: 674rpx;
  61. margin-top: 30rpx;
  62. }
  63. .phonenum_getvcode {
  64. color: #FFAA12;
  65. font-size: 25rpx;
  66. margin-right: 26rpx;
  67. }
  68. .phonenum_pwd_icon {
  69. height: 100%;
  70. width: 50rpx;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. }