index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .bubble-wrap {
  2. position: relative;
  3. }
  4. .wait-point {
  5. display:inline-block;
  6. width:6px;
  7. height:6px;
  8. border-radius:3px;
  9. background-color: #ddd;
  10. margin: 0 2px;
  11. }
  12. .loading {
  13. position: relative;
  14. }
  15. .line-between {
  16. height: 1px;
  17. width: 100%;
  18. background: #F1F1F1;
  19. overflow: hidden;
  20. margin: 30rpx 0;
  21. }
  22. .create-time {
  23. font-size:28rpx;
  24. color: #B2B2B2;
  25. margin-bottom:10px;
  26. display: flex;
  27. display: -webkit-flex;
  28. justify-content: center;
  29. -webkit-justify-content: center;
  30. }
  31. .section-body{
  32. word-wrap: break-word;
  33. position: relative;
  34. width:100%;
  35. background: #FFFFFF;
  36. box-shadow: 0 2px 16px 2px rgba(0,0,0,0.03);
  37. padding:50rpx 60rpx;
  38. box-sizing: border-box;
  39. min-height: 260rpx;
  40. }
  41. .text-detail {
  42. font-size: 36rpx;
  43. line-height: 1.231;
  44. vertical-align: text-bottom;
  45. box-sizing: border-box;
  46. font-family: "PingFang-SC-Regular","SimSun","Microsoft Yahei";
  47. font-variant-ligatures: none;
  48. }
  49. .text-detail-en_US {
  50. line-height: 1.231;
  51. }
  52. .text-detail-zh_CN {
  53. line-height: 1.41;
  54. }
  55. .translate-message,
  56. .send-message {
  57. position: relative;
  58. padding: 0 2px;
  59. }
  60. .send-message .text-detail {
  61. color: #9B9B9B;
  62. }
  63. .edit-icon {
  64. position: absolute;
  65. display: flex;
  66. align-items: center;
  67. right: 8rpx;
  68. bottom: 0;
  69. padding: 0 8rpx;
  70. bottom: 7rpx;
  71. }
  72. .edit-icon-img {
  73. width:40rpx;
  74. height:40rpx;
  75. }
  76. .play-icon {
  77. position: absolute;
  78. right: 3rpx;
  79. bottom: 7rpx;
  80. padding: 0 8rpx;
  81. display: flex;
  82. align-items: center;
  83. }
  84. .edit-icon::before
  85. .play-icon::before {
  86. content:"";
  87. position:absolete;
  88. top:-10rpx;
  89. left:-10rpx;
  90. bottom:-10rpx;
  91. right:-10rpx;
  92. }
  93. .text-content {
  94. margin: 0 48px 0 0;
  95. box-sizing: border-box;
  96. }
  97. .modal-wrap {
  98. position: absolute;
  99. width: 100%;
  100. box-sizing:border-box;
  101. }
  102. /* 重置navigator样式 */
  103. .navigator-hover {
  104. background-color: #fff;
  105. }