chat.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. .zaiui-goods-details-box {
  2. position: relative;
  3. padding: 18.18upx;
  4. z-index: 999;
  5. .cu-avatar {
  6. position: absolute;
  7. height: 90.9upx;
  8. width: 90.9upx;
  9. left: 18.18upx;
  10. }
  11. .goods-info-view {
  12. position: relative;
  13. padding-left: 118.18upx;
  14. height: 90.9upx;
  15. .title-view {
  16. text {
  17. display: none;
  18. }
  19. }
  20. .price-tools-view {
  21. position: relative;
  22. margin-top: 18.18upx;
  23. .zaiui-tag-view {
  24. position: absolute;
  25. bottom: 3.63upx;
  26. right: 0;
  27. }
  28. }
  29. }
  30. .zaiui-goods-info-btn-view {
  31. position: absolute;
  32. width: 72.72upx;
  33. height: 36.36upx;
  34. background: #Fff;
  35. bottom: -36.36upx;
  36. left: calc((100% / 2) - 36.36upx);
  37. border-radius: 0 0 9.09upx 9.09upx;
  38. .h-line-view {
  39. position: relative;
  40. padding: 0 18.18upx;
  41. height: 100%;
  42. .h-line {
  43. background-color: rgba(0, 0, 0, 0.1);
  44. margin: 9.09upx 0;
  45. height: 3.63upx;
  46. width: 100%;
  47. }
  48. }
  49. }
  50. .zaiui-goods-tip-view {
  51. display: none;
  52. position: relative;
  53. margin-top: 18.18upx;
  54. padding-top: 18.18upx;
  55. border-top: 2upx solid #f3f3f3;
  56. .icon {
  57. position: absolute;
  58. top: 23.63upx;
  59. }
  60. .content {
  61. position: relative;
  62. padding-left: 36.36upx;
  63. }
  64. }
  65. .zaiui-goods-tip-view.show {
  66. display: block;
  67. }
  68. }
  69. .zaiui-goods-details-box.pay_status .goods-info-view{
  70. .title-view {
  71. position: relative;
  72. view {
  73. padding-right: 181.81upx;
  74. }
  75. text {
  76. display: block;
  77. position: absolute;
  78. top: 5.45upx;
  79. right: 0;
  80. }
  81. }
  82. }
  83. .zaiui-chat-scroll-view {
  84. position: relative;
  85. width: 100%;
  86. /* #ifdef H5 */
  87. height: calc(100vh - 327.27upx);
  88. /* #endif */
  89. /* #ifndef H5 */
  90. height: calc(100vh - 380upx);
  91. /* #endif */
  92. transition: height .15s;
  93. .scroll-view {
  94. position: relative;
  95. height: 100%;
  96. .news-view-item {
  97. position: relative;
  98. display: grid;
  99. margin: 36.36upx 27.27upx;
  100. &:first-child {
  101. margin-top: 54.54upx;
  102. }
  103. .cu-avatar {
  104. background-color: #fff;
  105. }
  106. .news-content {
  107. position: relative;
  108. padding-left: 81.81upx;
  109. padding-right: 254.54upx;
  110. min-height: 63.63upx;
  111. .content {
  112. position: relative;
  113. padding: 12.72upx;
  114. font-size: 25.45upx;
  115. width: fit-content;
  116. top: 0;
  117. .emoji {
  118. position: absolute;
  119. width: 36.36upx;
  120. height: 36.36upx !important;
  121. }
  122. .emoji + text {
  123. margin-left: 36.36upx;
  124. }
  125. .status {
  126. position: absolute;
  127. left: -63.63upx;
  128. bottom: 0;
  129. }
  130. .sound-icon {
  131. font-size: 36.36upx;
  132. }
  133. .s-text {
  134. position: relative;
  135. top: -5.45upx;
  136. }
  137. }
  138. }
  139. }
  140. .news-view-item.time {
  141. text-align: center;
  142. }
  143. .news-view-item.left {
  144. .cu-avatar {
  145. position: absolute;
  146. }
  147. .news-content {
  148. padding-left: 81.81upx;
  149. padding-right: 250.9upx;
  150. .content {
  151. border-radius: 0 18.18upx 18.18upx 18.18upx;
  152. }
  153. .img-content {
  154. position: relative;
  155. height: 218.18upx;
  156. width: 363.63upx;
  157. border-radius: 0 18.18upx 18.18upx 18.18upx;
  158. }
  159. }
  160. }
  161. .news-view-item.right {
  162. .news-content {
  163. padding-left: 254.54upx;
  164. padding-right: 81.81upx;
  165. .content {
  166. float: right;
  167. border-radius: 18.18upx 0 18.18upx 18.18upx;
  168. .s-text {
  169. color: #ececec;
  170. }
  171. }
  172. .img-content {
  173. position: relative;
  174. height: 218.18upx;
  175. width: 363.63upx;
  176. border-radius: 18.18upx 0 18.18upx 18.18upx;
  177. .status {
  178. position: absolute;
  179. left: -63.63upx;
  180. bottom: 0;
  181. }
  182. }
  183. }
  184. .cu-avatar {
  185. position: absolute;
  186. right: 0;
  187. top: 0;
  188. }
  189. }
  190. .news-view-item.notice {
  191. .notice-content-view {
  192. position: relative;
  193. border-radius: 9.09upx;
  194. padding: 18.18upx;
  195. .cu-avatar {
  196. position: absolute;
  197. }
  198. .notice-content {
  199. position: relative;
  200. padding-left: 81.81upx;
  201. .introduce {
  202. margin-top: 9.09upx;
  203. }
  204. }
  205. }
  206. }
  207. .news-view-item.order {
  208. .order-content-view {
  209. position: relative;
  210. border-radius: 9.09upx;
  211. padding: 18.18upx;
  212. .cu-avatar {
  213. position: absolute;
  214. width: 72.72upx;
  215. height: 72.72upx;
  216. }
  217. .order-content {
  218. position: relative;
  219. padding-left: 90.9upx;
  220. .title-view {
  221. position: relative;
  222. .text-right {
  223. position: absolute;
  224. top: 3.63upx;
  225. right: 0;
  226. }
  227. }
  228. .introduce {
  229. margin-top: 2upx;
  230. }
  231. }
  232. }
  233. }
  234. .news-view-item.tip {
  235. text-align: center;
  236. }
  237. }
  238. }
  239. .zaiui-chat-scroll-view.tools {
  240. /* #ifdef H5 */
  241. height: calc(100vh - 654.54upx);
  242. /* #endif */
  243. /* #ifndef H5 */
  244. height: calc(100vh - 740upx);
  245. /* #endif */
  246. transition: height .15s;
  247. }
  248. .zaiui-footer-fixed {
  249. .zaiui-foot-bar-input-tools {
  250. .action {
  251. margin-left: 18.18upx;
  252. &:first-child {
  253. margin-left: 18.18upx;
  254. font-size: 29.09upx;
  255. }
  256. &:last-child {
  257. margin-right: 0;
  258. }
  259. }
  260. .input-radius {
  261. background: #F8F8F8;
  262. border-radius: 90.9upx;
  263. padding: 0 27.27upx;
  264. font-size: 25.45upx;
  265. margin: 0 18.18upx;
  266. margin-left: 0;
  267. }
  268. .input-radius + .action {
  269. margin-right: 0;
  270. margin-left: 0;
  271. }
  272. }
  273. .zaiui-speedy-view, .zaiui-emoji-view,.zaiui-tools-view {
  274. position: relative;
  275. overflow-y: auto;
  276. height: 0;
  277. transition: height .15s;
  278. }
  279. .zaiui-speedy-view.show, .zaiui-emoji-view.show, .zaiui-tools-view.show {
  280. height: 327.27upx;
  281. transition: height .15s;
  282. }
  283. .zaiui-speedy-view {
  284. .key-bar {
  285. height: 81.81upx;
  286. line-height: 81.81upx;
  287. }
  288. .key-bar + .key-bar {
  289. border-top: 2upx solid #f3f3f3;
  290. }
  291. }
  292. .zaiui-emoji-view {
  293. .emoji-scroll-view-box {
  294. position: relative;
  295. .emoji-swiper {
  296. height: 272.72upx;
  297. .cu-list.grid {
  298. background-color: inherit;
  299. padding: 0 9.09upx;
  300. .emoji {
  301. margin: 14.54upx 29.63upx;
  302. width: 45.45upx;
  303. height: 45.45upx !important;
  304. }
  305. .del_btn {
  306. margin: 14.54upx 29.63upx;
  307. width: 45.45upx;
  308. }
  309. }
  310. }
  311. }
  312. .emoji-tools-scroll-view {
  313. position: relative;
  314. width: 100%;
  315. .emoji-tools-item {
  316. display: inline-block;
  317. padding-top: 2upx;
  318. border-right: 2upx solid #F8F8F8;
  319. .emoji {
  320. width: 36.36upx;
  321. height: 36.36upx !important;
  322. margin: 5.45upx 18.18upx;
  323. position: relative;
  324. top: 3.63upx;
  325. }
  326. }
  327. .emoji-tools-item.select {
  328. background: #F8F8F8;
  329. }
  330. }
  331. }
  332. .zaiui-tools-view {
  333. .cu-list.grid.no-border {
  334. padding: 0;
  335. }
  336. .cu-list.grid.no-border>.cu-item {
  337. .img-view {
  338. .img {
  339. width: 72.72upx;
  340. height: 72.72upx !important;
  341. border-radius: 50%;
  342. }
  343. }
  344. }
  345. }
  346. }