index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .pl-sty {
  2. color: #999999;
  3. font-size: 30rpx;
  4. }
  5. @charset "UTF-8";
  6. /**
  7. * 这里是uni-app内置的常用样式变量
  8. *
  9. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  10. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  11. *
  12. */
  13. /**
  14. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  15. *
  16. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  17. */
  18. /* 颜色变量 */
  19. /* 行为相关颜色 */
  20. /* crmeb颜色变量 */
  21. /* 背景颜色 */
  22. /* 边框颜色 */
  23. /* 尺寸变量 */
  24. /* 文字尺寸 */
  25. /* 图片尺寸 */
  26. /* Border Radius */
  27. /* 水平间距 */
  28. /* 垂直间距 */
  29. /* 透明度 */
  30. /* 文章场景相关 */
  31. .product-window.on.data-v-0db7c7e6 {
  32. -webkit-transform: translate3d(0, 0, 0);
  33. transform: translate3d(0, 0, 0);
  34. }
  35. .mask.data-v-0db7c7e6 {
  36. z-index: 99;
  37. }
  38. .product-window.data-v-0db7c7e6 {
  39. position: fixed;
  40. bottom: 0;
  41. width: 100%;
  42. left: 0;
  43. background-color: #fff;
  44. z-index: 1000;
  45. border-radius: 20rpx 20rpx 0 0;
  46. -webkit-transform: translate3d(0, 100%, 0);
  47. transform: translate3d(0, 100%, 0);
  48. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  49. padding: 38rpx 40rpx;
  50. padding-bottom: 80rpx;
  51. padding-bottom: calc(80rpx+ constant(safe-area-inset-bottom));
  52. padding-bottom: calc(80rpx + env(safe-area-inset-bottom));
  53. }
  54. .product-window .icon-guanbi.data-v-0db7c7e6 {
  55. position: absolute;
  56. top: 40rpx;
  57. right: 40rpx;
  58. font-size: 24rpx;
  59. font-weight: bold;
  60. color: #999;
  61. }
  62. .product-window .mp-data.data-v-0db7c7e6 {
  63. display: flex;
  64. align-items: center;
  65. margin-bottom: 30rpx;
  66. }
  67. .product-window .mp-data .mp-name.data-v-0db7c7e6 {
  68. font-size: 28rpx;
  69. font-weight: bold;
  70. color: #000000;
  71. }
  72. .product-window .mp-data image.data-v-0db7c7e6 {
  73. width: 48rpx;
  74. height: 48rpx;
  75. border-radius: 50%;
  76. margin-right: 16rpx;
  77. }
  78. .product-window .trip-msg.data-v-0db7c7e6 {
  79. padding-bottom: 32rpx;
  80. border-bottom: 1px solid #F5F5F5;
  81. }
  82. .product-window .trip-msg .title.data-v-0db7c7e6 {
  83. font-size: 30rpx;
  84. font-weight: bold;
  85. color: #000;
  86. margin-bottom: 6rpx;
  87. }
  88. .product-window .trip-msg .trip.data-v-0db7c7e6 {
  89. font-size: 26rpx;
  90. color: #777777;
  91. }
  92. .product-window .edit.data-v-0db7c7e6 {
  93. border-bottom: 1px solid #F5F5F5;
  94. }
  95. .product-window .edit .avatar.data-v-0db7c7e6 {
  96. border-bottom: 1px solid #F5F5F5;
  97. }
  98. .product-window .edit .nickname .input.data-v-0db7c7e6 {
  99. width: 100%;
  100. }
  101. .product-window .edit .nickname input.data-v-0db7c7e6 {
  102. height: 80rpx;
  103. }
  104. .product-window .edit .edit-box.data-v-0db7c7e6 {
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. font-size: 30rpx;
  109. padding: 22rpx 0;
  110. }
  111. .product-window .edit .edit-box .left.data-v-0db7c7e6 {
  112. display: flex;
  113. align-items: center;
  114. flex: 1;
  115. }
  116. .product-window .edit .edit-box .left .head.data-v-0db7c7e6 {
  117. color: rgba(0, 0, 0, 0.9);
  118. white-space: nowrap;
  119. margin-right: 60rpx;
  120. }
  121. .product-window .edit .edit-box .left button.data-v-0db7c7e6 {
  122. flex: 1;
  123. display: flex;
  124. align-items: center;
  125. }
  126. .product-window .edit .edit-box image.data-v-0db7c7e6 {
  127. width: 80rpx;
  128. height: 80rpx;
  129. border-radius: 6rpx;
  130. }
  131. .product-window .edit .icon-xiangyou.data-v-0db7c7e6 {
  132. color: #cfcfcf;
  133. }
  134. .product-window .bottom.data-v-0db7c7e6 {
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. }
  139. .product-window .bottom .save.data-v-0db7c7e6 {
  140. border: 1px solid #F5F5F5;
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. width: 368rpx;
  145. height: 80rpx;
  146. border-radius: 12rpx;
  147. margin-top: 52rpx;
  148. background-color: #F5F5F5;
  149. color: #ccc;
  150. font-size: 30rpx;
  151. font-weight: bold;
  152. }
  153. .product-window .bottom .save.open.data-v-0db7c7e6 {
  154. border: 1px solid #fff;
  155. background-color: #07C160;
  156. color: #fff;
  157. }