voiceItem.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .smallcircle-filled.data-v-9e2d4662 {
  28. background-color: #fff;
  29. width: 70rpx;
  30. height: 70rpx;
  31. border-radius: 50%;
  32. }
  33. .tabs.data-v-9e2d4662 {
  34. position: relative;
  35. width: 100%;
  36. }
  37. .tabs .mask.data-v-9e2d4662 {
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. width: 100%;
  42. height: 100%;
  43. z-index: 3;
  44. display: flex;
  45. flex-direction: row;
  46. align-items: flex-start;
  47. justify-content: flex-start;
  48. }
  49. .tabs .mask view.data-v-9e2d4662 {
  50. flex: 1;
  51. height: 100%;
  52. }
  53. .container.data-v-9e2d4662 {
  54. position: relative;
  55. }
  56. .container .header-tips.data-v-9e2d4662 {
  57. padding-bottom: 24rpx;
  58. box-sizing: border-box;
  59. font-family: PingFang SC, PingFang SC;
  60. font-weight: 400;
  61. font-size: 24rpx;
  62. color: #757575;
  63. text-align: center;
  64. }
  65. .container .textbox.data-v-9e2d4662 {
  66. padding: 24rpx 50rpx;
  67. box-sizing: border-box;
  68. }
  69. .container .textbox-con.data-v-9e2d4662 {
  70. padding: 32rpx;
  71. box-sizing: border-box;
  72. background-color: #fff;
  73. border-radius: 16rpx 16rpx 16rpx 16rpx;
  74. font-family: PingFang SC, PingFang SC;
  75. font-weight: 500;
  76. font-size: 40rpx;
  77. color: #222222;
  78. overflow-y: auto;
  79. line-height: 60rpx;
  80. letter-spacing: 4rpx;
  81. }
  82. .container .voice-footer.data-v-9e2d4662 {
  83. position: fixed;
  84. bottom: 0;
  85. left: 0;
  86. width: 100%;
  87. box-sizing: border-box;
  88. }
  89. .container .voice-footer-tips.data-v-9e2d4662 {
  90. padding: 0 50rpx;
  91. box-sizing: border-box;
  92. font-family: PingFang SC, PingFang SC;
  93. font-weight: 400;
  94. font-size: 24rpx;
  95. color: #757575;
  96. margin-bottom: 10rpx;
  97. }
  98. .voice-footer-btnbox.data-v-9e2d4662 {
  99. margin-top: 100rpx;
  100. background-color: #fff;
  101. text-align: center;
  102. font-family: PingFang SC, PingFang SC;
  103. font-weight: 400;
  104. font-size: 30rpx;
  105. color: #333;
  106. }
  107. .voice-footer-btnbox .voice-footer-con.data-v-9e2d4662 {
  108. padding: 50rpx 24rpx;
  109. box-sizing: border-box;
  110. display: flex;
  111. flex-direction: row;
  112. align-items: flex-end;
  113. justify-content: space-evenly;
  114. }
  115. .voice-footer-btnbox .iconsbox.data-v-9e2d4662 {
  116. height: 110rpx;
  117. width: 110rpx;
  118. margin: 0;
  119. margin-bottom: 20rpx;
  120. box-sizing: border-box;
  121. display: flex;
  122. flex-direction: row;
  123. align-items: center;
  124. justify-content: center;
  125. border-radius: 50%;
  126. background-color: #fff;
  127. border: 1rpx solid #CCCCCC;
  128. }
  129. .voice-footer-btnbox .iconsbox.data-v-9e2d4662::after {
  130. border: none;
  131. }
  132. .voice-footer-btnbox .iconsbox-voice.data-v-9e2d4662 {
  133. height: 150rpx;
  134. width: 150rpx;
  135. background-color: #FF5C03;
  136. border: 1rpx solid #FF5C03;
  137. }
  138. .voice-footer-btnbox .iconsbox-voice image.data-v-9e2d4662 {
  139. height: 60rpx;
  140. width: 60rpx;
  141. }
  142. .voice-footer-btnbox .btnbox-item.data-v-9e2d4662 {
  143. flex: 1;
  144. display: flex;
  145. flex-direction: column;
  146. align-items: center;
  147. justify-content: center;
  148. }