C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

129 satır
1.9 KiB

  1. @import "../../app.wxss";
  2. .container {
  3. margin-top: 210rpx;
  4. padding: 0 40rpx 0 40rpx;
  5. }
  6. .next {
  7. float: right;
  8. width: 35rpx;
  9. height: 35rpx;
  10. margin-left: 5rpx;
  11. }
  12. .avatar {
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. margin-bottom: 50rpx;
  17. }
  18. .right {
  19. display: flex;
  20. align-items: center;
  21. }
  22. .avatarBtn {
  23. width: 100rpx;
  24. height: 100rpx;
  25. border: 1px #b6b6b6 solid;
  26. border-radius: 50%;
  27. margin: 0;
  28. padding: 0;
  29. }
  30. .avatarCover {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .item {
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. height: 35rpx;
  39. margin-bottom: 40rpx;
  40. padding-bottom: 20rpx;
  41. border-bottom: solid 1px #dddddd;
  42. }
  43. .itemTextarea {
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: flex-start;
  47. height: 290rpx;
  48. margin-bottom: 40rpx;
  49. padding-bottom: 20rpx;
  50. border-bottom: solid 1px #dddddd;
  51. }
  52. .item .red {
  53. color: red;
  54. }
  55. .itemTextarea .red {
  56. color: red;
  57. }
  58. .itemAdress {
  59. display: flex;
  60. justify-content: space-between;
  61. align-items: center;
  62. margin-bottom: 40rpx;
  63. padding-bottom: 20rpx;
  64. border-bottom: solid 1px #dddddd;
  65. }
  66. .input {
  67. text-align: right;
  68. padding-left: 20rpx;
  69. width: 400rpx;
  70. overflow: hidden;
  71. white-space: nowrap;
  72. text-overflow: ellipsis;
  73. }
  74. .phone_disabled {
  75. text-align: right;
  76. padding-left: 20rpx;
  77. width: 400rpx;
  78. color: #888888;
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. }
  83. .textarea {
  84. display: inline-block;
  85. text-align: left;
  86. padding-left: 20rpx;
  87. width: 455rpx;
  88. /* overflow: hidden;
  89. white-space: nowrap;
  90. text-overflow: ellipsis; */
  91. }
  92. .textareaRight {
  93. display: inline-block;
  94. text-align: right;
  95. padding-left: 20rpx;
  96. width: 455rpx;
  97. }
  98. .upload {
  99. font-size: 22rpx;
  100. padding: 0 25rpx;
  101. }
  102. .upload.multi {
  103. margin-left: 20rpx;
  104. }
  105. .greyFont {
  106. color: #888888;
  107. }
  108. .submit {
  109. margin-top: 50rpx;
  110. }