东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

userMsg.wxss 2.7KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* pages/userMsg/userMsg.wxss */
  2. .main{
  3. width: 750rpx;
  4. position: fixed;
  5. left: 0;
  6. top: 0;
  7. height: calc(100vh - 120rpx);
  8. overflow: auto;
  9. background-color: white;
  10. z-index: 99;
  11. }
  12. .titleText{
  13. width: 682rpx;
  14. margin: 0 auto;
  15. margin-top: 78rpx;
  16. margin-bottom: 28rpx;
  17. line-height: 39rpx;
  18. font-size:39rpx;
  19. font-family:PingFangSC;
  20. font-weight:bold;
  21. color:rgba(0,77,149,1);
  22. }
  23. .lineSty{
  24. width: 682rpx;
  25. height:2rpx;
  26. background-color: #B6B6B6;
  27. margin: 0 auto;
  28. margin-bottom: 45rpx;
  29. }
  30. .closeXieyi{
  31. position: absolute;
  32. right: 48rpx;
  33. top: 38rpx;
  34. width: 42rpx;
  35. height: 42rpx;
  36. }
  37. .addressMsg{
  38. display: flex;
  39. align-items: center;
  40. flex-direction: column;
  41. }
  42. .msgGroup{
  43. position: relative;
  44. width:697rpx;
  45. min-height:62rpx;
  46. border: 2rpx solid #B1B1B1;
  47. border-radius: 15rpx;
  48. display: flex;
  49. align-items: center;
  50. box-sizing: border-box;
  51. padding: 0 27rpx;
  52. margin-bottom: 40rpx;
  53. }
  54. .msgTitle,.msgInput{
  55. min-height: 23rpx;
  56. line-height: 23rpx;
  57. font-size:23rpx;
  58. font-family:PingFangSC;
  59. font-weight:600;
  60. color:rgba(35,33,34,1);
  61. }
  62. .msgInput{
  63. width: 510rpx;
  64. }
  65. .pickerSty{
  66. height: 62rpx;
  67. display: flex;
  68. align-items: center;
  69. }
  70. .addressDetail{
  71. padding: 21rpx 26rpx;
  72. height:102rpx;
  73. align-items: flex-start;
  74. margin-bottom: 0;
  75. }
  76. .addressTextarea{
  77. height: 100%;
  78. }
  79. .saveAddress{
  80. position: absolute;
  81. left: 50%;
  82. bottom: 45rpx;
  83. transform: translateX(-50%);
  84. width:652rpx;
  85. height:70rpx;
  86. }
  87. .headGroup{
  88. width: 697rpx;
  89. display: flex;
  90. align-items: center;
  91. justify-content: space-between;
  92. padding: 0 18rpx;
  93. padding-bottom: 10rpx;
  94. border-bottom: 1rpx solid #B6B6B6;
  95. box-sizing: border-box;
  96. }
  97. .headTitle{
  98. line-height: 23rpx;
  99. font-size:23rpx;
  100. font-family:PingFangSC;
  101. font-weight:600;
  102. color:rgba(35,33,34,1);
  103. }
  104. .avatarUrl{
  105. width:109rpx;
  106. height:109rpx;
  107. border-radius: 50%;
  108. margin-right: 49rpx;
  109. }
  110. .nickGroup{
  111. height: 119rpx;
  112. margin-bottom:48rpx;
  113. padding-bottom: 0;
  114. }
  115. .nickName{
  116. width: 500rpx;
  117. line-height: 36rpx;
  118. font-size:36rpx;
  119. font-family:NissanBrand;
  120. font-weight:400;
  121. color:rgba(30,27,28,1);
  122. text-align: right;
  123. }
  124. .selectIcon{
  125. width: 25rpx;
  126. height: 15rpx;
  127. margin-left: 24rpx;
  128. }
  129. .selectGroup{
  130. display: flex;
  131. align-items: center;
  132. }
  133. .selectTypeGroup{
  134. margin:0 auto;
  135. width: 653rpx;
  136. padding: 45rpx 0;
  137. }
  138. .selectTypeImg{
  139. width: 653rpx;
  140. height: 70rpx;
  141. }
  142. .userMsgGroup{
  143. width: 650rpx;
  144. display: flex;
  145. align-items: center;
  146. justify-content: space-between;
  147. }
  148. .userMsgtitle{
  149. line-height: 24rpx;
  150. font-size:24rpx;
  151. font-family:PingFangSC;
  152. font-weight:400;
  153. color:rgba(35,24,21,1);
  154. }
  155. .userMsgInput{
  156. width:540rpx;
  157. height: 65rpx;
  158. border: 2rpx solid #aaaaaa;
  159. border-radius: 20rpx;
  160. }