info_write.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. .popup_title.data-v-81576d2e {
  28. height: 15%;
  29. width: 100%;
  30. display: -webkit-box;
  31. display: -webkit-flex;
  32. display: flex;
  33. -webkit-box-pack: center;
  34. -webkit-justify-content: center;
  35. justify-content: center;
  36. -webkit-box-align: center;
  37. -webkit-align-items: center;
  38. align-items: center;
  39. border-bottom: 1rpx solid #f9f9f9;
  40. }
  41. .popup_title_text.data-v-81576d2e {
  42. width: auto;
  43. height: auto;
  44. font-size: 34rpx;
  45. font-weight: 540;
  46. }
  47. .popup_list.data-v-81576d2e {
  48. display: -webkit-box;
  49. display: -webkit-flex;
  50. display: flex;
  51. height: 10vh;
  52. width: auto;
  53. border-bottom: 1rpx solid #f9f9f9;
  54. }
  55. .popup_list_title.data-v-81576d2e {
  56. height: 100%;
  57. width: 90%;
  58. display: inline-block;
  59. padding: 0 0 0 30rpx;
  60. }
  61. .popup_list_title .title.data-v-81576d2e {
  62. height: 50%;
  63. width: auto;
  64. font-size: 32rpx;
  65. font-weight: 500;
  66. padding: 20rpx 0 0 0;
  67. }
  68. .popup_list_title .body.data-v-81576d2e {
  69. height: 50%;
  70. color: #a1a1a1;
  71. height: auto;
  72. width: auto;
  73. font-size: 30rpx;
  74. padding: 10rpx 0 0 0;
  75. }
  76. .popup_button.data-v-81576d2e {
  77. height: 80rpx;
  78. width: 100%;
  79. display: -webkit-box;
  80. display: -webkit-flex;
  81. display: flex;
  82. -webkit-box-pack: center;
  83. -webkit-justify-content: center;
  84. justify-content: center;
  85. -webkit-box-align: center;
  86. -webkit-align-items: center;
  87. align-items: center;
  88. }
  89. .popup_button text.data-v-81576d2e {
  90. color: #0b73ba;
  91. font-weight: 500;
  92. }
  93. /**选择号码的样式和选择患者不同
  94. 需要更改样式*/
  95. .phone.data-v-81576d2e {
  96. height: 20%;
  97. width: 100%;
  98. }
  99. .phone .list.data-v-81576d2e {
  100. height: 100%;
  101. width: 100%;
  102. display: -webkit-box;
  103. display: -webkit-flex;
  104. display: flex;
  105. padding: 0 10rpx 0 30rpx;
  106. }
  107. .phone .list .title.data-v-81576d2e {
  108. height: 100%;
  109. width: 65%;
  110. font-size: 32rpx;
  111. color: #7d7d7d;
  112. display: -webkit-box;
  113. display: -webkit-flex;
  114. display: flex;
  115. -webkit-box-align: center;
  116. -webkit-align-items: center;
  117. align-items: center;
  118. }
  119. .phone .list .phone.data-v-81576d2e {
  120. height: 100%;
  121. width: 30%;
  122. font-size: 32rpx;
  123. font-weight: 500;
  124. display: -webkit-box;
  125. display: -webkit-flex;
  126. display: flex;
  127. -webkit-box-pack: center;
  128. -webkit-justify-content: center;
  129. justify-content: center;
  130. -webkit-box-align: center;
  131. -webkit-align-items: center;
  132. align-items: center;
  133. }
  134. .phone .list .button.data-v-81576d2e {
  135. height: 100%;
  136. width: 5%;
  137. display: -webkit-box;
  138. display: -webkit-flex;
  139. display: flex;
  140. -webkit-box-pack: center;
  141. -webkit-justify-content: center;
  142. justify-content: center;
  143. -webkit-box-align: center;
  144. -webkit-align-items: center;
  145. align-items: center;
  146. }