拓恒河湖长制全民护河平台WEB端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

86 rindas
1.6KB

  1. /* package_mine/pages/userInfo/index.wxss */
  2. .form_container {
  3. width: 100%;
  4. padding: 30rpx;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. }
  10. .upload_box {
  11. margin-bottom: 130rpx;
  12. position: relative;
  13. }
  14. .image_item {
  15. width: 200rpx;
  16. height: 200rpx;
  17. border-radius: 50%;
  18. }
  19. .upload_img {
  20. width: 80rpx;
  21. height: 80rpx;
  22. position: absolute;
  23. right: -10rpx;
  24. bottom: -10rpx;
  25. }
  26. .form_item {
  27. width: 100%;
  28. padding: 30rpx 0;
  29. margin-bottom: 30rpx;
  30. display: flex;
  31. justify-content: space-between;
  32. align-items: center;
  33. position: relative;
  34. font-size: 30rpx;
  35. color: #666666;
  36. border-bottom: 1rpx solid #EDEDED;
  37. }
  38. .value_box {
  39. width: 420rpx;
  40. /* min-height: 68rpx; */
  41. padding: 0 55rpx 0 20rpx;
  42. display: flex;
  43. justify-content: flex-end;
  44. align-items: center;
  45. border-radius: 34rpx;
  46. position: relative;
  47. color: #333333;
  48. font-size: 26rpx;
  49. }
  50. .tips{
  51. position: absolute;
  52. bottom: -40rpx;
  53. left: -13rpx;
  54. color: red;
  55. font-size: 24rpx;
  56. transform: translate(27rpx, -5rpx);
  57. display: none;
  58. }
  59. .form_item.warning .tips, .upload_box.warning .tips{
  60. display: block;
  61. }
  62. /* 按钮区 */
  63. .btn_list {
  64. width: 100%;
  65. margin-top: 500rpx;
  66. padding: 10rpx 0;
  67. display: flex;
  68. justify-content: space-between;
  69. align-items: center;
  70. }
  71. .btn_item {
  72. width: 100%;
  73. height: 90rpx;
  74. border-radius: 40rpx;
  75. text-align: center;
  76. line-height: 80rpx;
  77. font-size: 32rpx;
  78. }
  79. .submit_btn {
  80. color: #ffffff;
  81. background-color: #3275E9;
  82. }