photoPreview.wxss 4.1 KB

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