register.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. }
  29. .item_input_content {
  30. height: 100%;
  31. flex: 1;
  32. color: #999999;
  33. text-align: right;
  34. margin-right: 63rpx;
  35. }
  36. .item_picker_bg {
  37. flex: 1;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. .item_picker_content {
  42. color: #999999;
  43. text-align: right;
  44. }
  45. .item_picker_icon_layout {
  46. height: 100%;
  47. width: 63rpx;
  48. justify-content: center;
  49. align-items: center;
  50. display: flex;
  51. }
  52. .item_picker_icon {
  53. width: 20rpx;
  54. height: 12rpx;
  55. margin-top: 8rpx;
  56. }
  57. .phonenum_layout {
  58. height: 243rpx;
  59. width: 674rpx;
  60. margin-top: 30rpx;
  61. }
  62. .phonenum_getvcode {
  63. color: #FFAA12;
  64. font-size: 25rpx;
  65. margin-right: 26rpx;
  66. }
  67. .phonenum_pwd_icon {
  68. height: 100%;
  69. width: 50rpx;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center;
  73. }