register.wxss 1.3 KB

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