wenjuan.vue 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262
  1. <template>
  2. <view class="wenjuan">
  3. <image src="../../static/img/bg@2x.png" style="position: fixed;z-index: -1;width: 750rpx;top: 0;left: 0;" mode="widthFix"></image>
  4. <view class="wenjian-tips u-flex-col">
  5. <text class="text">问卷调查</text>
  6. <view class="u-flex u-col-top" style="margin-bottom: 10rpx;">
  7. <text class="text1" style="width: 150rpx;">目的和内容:</text>
  8. <text class="text1" style="flex: 1;">了解我国消化系统门诊常见疾病发生以及相关情况;</text>
  9. </view>
  10. <view class="u-flex u-col-top" style="margin-bottom: 10rpx;">
  11. <text class="text1" style="width: 150rpx;">保密承诺:</text>
  12. <text class="text1" style="flex: 1;">我们保证任何情况下不会以任何方式泄露您的个人信息和调查结果;</text>
  13. </view>
  14. <view class="u-flex u-col-top" style="margin-bottom: 10rpx;">
  15. <text class="text1" style="width: 150rpx;">自愿原则:</text>
  16. <text class="text1" style="flex: 1;">本调查为自愿,您可以拒绝参加或随时退出。</text>
  17. </view>
  18. </view>
  19. <view class="wenjuan-header">
  20. <view class="u-flex u-row-between header-time" @click="showtime = true">
  21. <text class="title">本次门诊时间</text>
  22. <view class="u-flex u-col-center">
  23. <input type="text" class="wj-time" :disabled="true" v-model="time.year">
  24. <text class="title">年</text>
  25. <input type="text" class="wj-time" :disabled="true" v-model="time.month">
  26. <text class="title">月</text>
  27. <input type="text" class="wj-time" :disabled="true" v-model="time.day">
  28. <text class="title">日</text>
  29. </view>
  30. </view>
  31. <!-- <view class="u-flex u-row-between header-text">
  32. <view class="u-flex">
  33. <text class="title">医院</text>
  34. <input type="text" class="input1" v-model="yiyuan">
  35. </view>
  36. <view class="u-flex">
  37. <text class="title">手机号</text>
  38. <input type="text" class="input1" v-model="name">
  39. </view>
  40. </view> -->
  41. <view class="u-flex u-row-between header-count">
  42. <text class="title">本次门诊人数</text>
  43. <view class="u-flex">
  44. <input type="number" class="input1" style="margin-right: 0;" v-model="count">
  45. <text class="title">人</text>
  46. </view>
  47. </view>
  48. <view class="header-start" @click="start">
  49. 开始
  50. </view>
  51. <view class="row-tips">
  52. *此问卷针对您本次门诊所有患者的基础信息和疾病情况进行调研
  53. </view>
  54. </view>
  55. <u-popup mode="right" height="100vh" v-model="show1">
  56. <view class="timu-box">
  57. <image src="../../static/img/bg@2x.png" style="position: fixed;top: 0;left: 0;width: 750rpx;height: 100vh;z-index: -1;" mode=""></image>
  58. <view class="timu-bg">
  59. <view class="timu-type">
  60. 基本信息
  61. </view>
  62. <view class="timu-row">
  63. <view class="timu-text">
  64. 1、本次门诊患者群中,男性和女性患者比例分别是多少?
  65. </view>
  66. <view class="daan-box u-flex u-row-between">
  67. <view class="daan-item u-flex" v-for="(item,index) in daan1" :key="index" @click="open(1,index)">
  68. <text class="title u-flex-1">{{item}}</text>
  69. <input type="text" v-model="timu1[index]" class="timu-input" :disabled="true">
  70. <text class="title">%</text>
  71. </view>
  72. </view>
  73. </view>
  74. <view class="timu-row">
  75. <view class="timu-text">
  76. 2、本次门诊患者群中,医疗保险分布情况如何?
  77. </view>
  78. <view class="daan-box u-flex u-flex-wrap u-row-between">
  79. <view class="daan-item u-flex" v-for="(item,index) in daan2" :key="index" @click="open(2,index)">
  80. <text class="title u-flex-1">{{item}}</text>
  81. <input type="text" v-model="timu2[index]" class="timu-input" :disabled="true">
  82. <text class="title">%</text>
  83. </view>
  84. </view>
  85. </view>
  86. <view class="timu-row">
  87. <view class="timu-text">
  88. 3、本次门诊患者群中,年龄层次分布如何?
  89. </view>
  90. <view class="daan-box u-flex u-flex-wrap u-row-between">
  91. <view class="daan-item u-flex" v-for="(item,index) in daan3" :key="index" @click="open(3,index)">
  92. <text class="title u-flex-1">{{item}}</text>
  93. <input type="text" v-model="timu3[index]" class="timu-input" :disabled="true">
  94. <text class="title">%</text>
  95. </view>
  96. </view>
  97. </view>
  98. <view class="timu-row">
  99. <view class="timu-text">
  100. 4、本次门诊患者疾病分类及具体比例分别是多少?
  101. </view>
  102. <view class="daan-box">
  103. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan4" :key="index" @click="open(4,index)">
  104. <text class="title u-flex-1">{{item}}</text>
  105. <input type="text" v-model="timu4[index]" class="timu-input" :disabled="true">
  106. <text class="title1">%</text>
  107. </view>
  108. </view>
  109. </view>
  110. </view>
  111. <view class="u-flex u-row-between timu-tijiao">
  112. <text class="text1" @click="show1 = false">上一页</text>
  113. <text class="text2" @click="tijiao(1)">下一页</text>
  114. </view>
  115. </view>
  116. </u-popup>
  117. <u-popup mode="right" height="100vh" v-model="show2">
  118. <view class="timu-box">
  119. <image src="../../static/img/bg@2x.png" style="position: fixed;top: 0;left: 0;width: 750rpx;height: 100vh;z-index: -1;" mode=""></image>
  120. <view class="timu-bg">
  121. <view class="timu-type">
  122. 腹胀患者调研
  123. </view>
  124. <view class="timu-row">
  125. <view class="timu-text">
  126. 5、本次门诊就诊患者群中,有腹胀症状(包括患者主诉)的患者比例有多少?
  127. </view>
  128. <view class="daan-box">
  129. <view class="daan-item u-flex" style="width: 100%;" @click="open(5,0)">
  130. <text class="title u-flex-1"></text>
  131. <input type="text" v-model="timu5[0]" class="timu-input" :disabled="true">
  132. <text class="title">%</text>
  133. </view>
  134. </view>
  135. </view>
  136. <view class="timu-row">
  137. <view class="timu-text">
  138. 6、以上有腹胀症状的患者中,新发腹胀和有腹胀病史的患者比例分别占比多少?
  139. </view>
  140. <view class="daan-box u-flex u-row-between">
  141. <view class="daan-item u-flex" v-for="(item,index) in daan6" :key="index" @click="open(6,index)">
  142. <text class="title u-flex-1">{{item}}</text>
  143. <input type="text" v-model="timu6[index]" class="timu-input" :disabled="true">
  144. <text class="title">%</text>
  145. </view>
  146. </view>
  147. </view>
  148. <view class="timu-row">
  149. <view class="timu-text">
  150. 7、对于有腹胀病史患者,曾经或者正在进行的治疗方法有哪些?
  151. </view>
  152. <view class="daan-box">
  153. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan7" :key="index" @click="open(7,index)">
  154. <text class="title u-flex-1">{{item}}</text>
  155. <input type="text" v-model="timu7[index]" class="timu-input" :disabled="true">
  156. <text class="title">%</text>
  157. </view>
  158. </view>
  159. </view>
  160. <view class="timu-row">
  161. <view class="timu-text">
  162. 8、对于新发腹胀患者,您的治疗一线药物是?
  163. </view>
  164. <view class="daan-box">
  165. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan8" :key="index" @click="open(8,index)">
  166. <text class="title u-flex-1">{{item}}</text>
  167. <input type="text" v-model="timu8[index]" class="timu-input" :disabled="true">
  168. <text class="title">%</text>
  169. </view>
  170. </view>
  171. </view>
  172. <view class="timu-row">
  173. <view class="timu-text">
  174. 9、哪种腹胀类型的患者,您会优先考虑祛泡剂?
  175. </view>
  176. <view class="daan-box">
  177. <view class="daan-item" style="width: 100%;height: 128rpx;">
  178. <textarea v-model="timu9" class="timu-input" style="width: 100%;height: 128rpx;padding: 10rpx 0;box-sizing: border-box;"></textarea>
  179. </view>
  180. </view>
  181. </view>
  182. <view class="timu-row">
  183. <view class="timu-text">
  184. 10、您认为祛泡剂对这类患者最大的优势是什么?
  185. </view>
  186. <view class="daan-box">
  187. <view class="daan-item" style="width: 100%;height: 128rpx;">
  188. <textarea v-model="timu10" class="timu-input" style="width: 100%;height: 128rpx;padding: 10rpx 0;box-sizing: border-box;"></textarea>
  189. </view>
  190. </view>
  191. </view>
  192. </view>
  193. <view class="u-flex u-row-between timu-tijiao">
  194. <text class="text1" @click="show2 = false">上一页</text>
  195. <text class="text2" @click="tijiao(2)" v-if="changeshowbg(1) || changeshowbg(2)">下一页</text>
  196. <text class="text2" @click="tijiao(4)" v-else>提交</text>
  197. </view>
  198. </view>
  199. </u-popup>
  200. <u-popup mode="right" height="100vh" v-model="show3">
  201. <view class="timu-box">
  202. <image src="../../static/img/bg@2x.png" style="position: fixed;top: 0;left: 0;width: 750rpx;height: 100vh;z-index: -1;" mode=""></image>
  203. <view class="timu-bg">
  204. <view class="timu-type">
  205. 腹痛患者调研
  206. </view>
  207. <view class="timu-row">
  208. <view class="timu-text">
  209. 11、本次门诊中存在腹痛症状患者,以下部位腹痛发生的比例是?
  210. </view>
  211. <view class="daan-box">
  212. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan11" :key="index" @click="open(11,index)">
  213. <text class="title u-flex-1">{{item}}</text>
  214. <input type="text" v-model="timu11[index]" class="timu-input" :disabled="true">
  215. <text class="title">%</text>
  216. </view>
  217. </view>
  218. </view>
  219. <view class="timu-row">
  220. <view class="timu-text">
  221. 12、在本次门诊诊断肠易激综合征(IBS)时,您是否会考虑患者的IBS亚型?如考虑,不同亚型的占比都是多少?
  222. </view>
  223. <view class="daan-box">
  224. <view class="daan-item u-flex" style="width: 100%;height: 128rpx;">
  225. <view class="title u-flex-col">
  226. <text>A. 不考虑,认为亚型与治疗方案关系不大 </text>
  227. <u-radio-group v-model="daan12radio" @change="radioGroupChange12">
  228. <u-radio name="是">
  229. </u-radio>
  230. <u-radio name="否">
  231. </u-radio>
  232. </u-radio-group>
  233. </view>
  234. </view>
  235. <view class="daan-item u-flex" :style="{opacity: daan12radio == '是' ? '0.3' : 1,width: '100%'}" v-for="(item,index) in daan12" :key="index" @click="open(12,index)">
  236. <text class="title u-flex-1">{{item}}</text>
  237. <input type="text" v-model="timu12[index]" class="timu-input" :disabled="true">
  238. <text class="title">%</text>
  239. </view>
  240. </view>
  241. </view>
  242. <view class="timu-row">
  243. <view class="timu-text">
  244. 13、有证据表明解痉剂可改善肠易激综合征(IBS)的症状,对腹痛的疗效显著。若选择奥替溴铵治疗IBS相关的腹痛,您会考虑给以下哪些亚型的肠易激综合征(IBS)患者使用奥替溴铵?
  245. </view>
  246. <view class="daan-box">
  247. <view :class="timu13[index] ? 'daan-item u-flex daan-item1' : 'daan-item u-flex'" :style="{opacity: check13(item,index),width: '100%'}" v-for="(item,index) in daan13" :key="index" @click="change13(item,index)">
  248. <text class="title u-flex-1">{{item}}</text>
  249. <!-- <input type="text" v-model="timu13[index]" class="timu-input" :disabled="true">
  250. <text class="title">%</text> -->
  251. </view>
  252. </view>
  253. </view>
  254. <view class="timu-row">
  255. <view class="timu-text">
  256. 14、您认为奥替溴铵对肠易激综合征(IBS)患者最大的优势是什么?
  257. </view>
  258. <view class="daan-box">
  259. <view class="daan-item" :style="{opacity: timu13[5] ? 0.3 : 1,width: '100%',height: '128rpx'}">
  260. <textarea v-model="timu14" :disabled="timu13[5]" class="timu-input" style="width: 100%;height: 128rpx;padding: 10rpx 0;box-sizing: border-box;"></textarea>
  261. </view>
  262. </view>
  263. </view>
  264. </view>
  265. <view class="u-flex u-row-between timu-tijiao">
  266. <text class="text1" @click="show3 = false">上一页</text>
  267. <text class="text2" @click="tijiao(3)" v-if="changeshowbg(2)">下一页</text>
  268. <text class="text2" @click="tijiao(4)" v-else>提交</text>
  269. </view>
  270. </view>
  271. </u-popup>
  272. <u-popup mode="right" height="100vh" v-model="show4">
  273. <view class="timu-box">
  274. <image src="../../static/img/bg@2x.png" style="position: fixed;top: 0;left: 0;width: 750rpx;height: 100vh;z-index: -1;" mode=""></image>
  275. <view class="timu-bg">
  276. <view class="timu-type">
  277. 炎症性肠病患者调研
  278. </view>
  279. <view class="timu-row">
  280. <view class="timu-text">
  281. 15、本次门诊溃疡性结肠炎(UC)患者群中,按疾病程度分类,分别占比多少?
  282. </view>
  283. <view class="daan-box">
  284. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan15" :key="index" @click="open(15,index)">
  285. <text class="title u-flex-1">{{item}}</text>
  286. <input type="text" v-model="timu15[index]" class="timu-input" :disabled="true">
  287. <text class="title">%</text>
  288. </view>
  289. </view>
  290. </view>
  291. <view class="timu-row">
  292. <view class="timu-text">
  293. 16、本次门诊溃疡性结肠炎(UC)患者就诊原因占比?
  294. </view>
  295. <view class="daan-box">
  296. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan16" :key="index" @click="open(16,index)">
  297. <text class="title u-flex-1">{{item}}</text>
  298. <input type="text" v-model="timu16[index]" class="timu-input" :disabled="true">
  299. <text class="title">%</text>
  300. </view>
  301. </view>
  302. </view>
  303. <view class="timu-row">
  304. <view class="timu-text">
  305. 17、本次门诊针对溃疡性结肠炎(UC)患者所使用的不同治疗方案的占比?
  306. </view>
  307. <view class="daan-box">
  308. <view class="daan-item u-flex" style="width: 100%;" v-for="(item,index) in daan17" :key="index" @click="open(17,index)">
  309. <text class="title u-flex-1">{{item}}</text>
  310. <input type="text" v-model="timu17[index]" class="timu-input" :disabled="true">
  311. <text class="title">%</text>
  312. </view>
  313. </view>
  314. </view>
  315. <!-- <view class="timu-row">
  316. <view class="timu-text">
  317. 18、针对本次门诊中使用不同剂型美沙拉秦类药物的患者数?
  318. </view>
  319. <view class="daan-box">
  320. <view class="daan-item u-flex u-row-between" style="width: 100%;">
  321. <text class="title" style="width:160rpx">A. 缓释片剂</text>
  322. <view class="u-flex">
  323. <text class="title">剂量</text>
  324. <input type="number" v-model="timu181" style="width: 85rpx;" class="timu-input">
  325. </view>
  326. <view class="u-flex" @click="open(18,0)">
  327. <text class="title">人数</text>
  328. <input type="text" v-model="timu18[0]" style="width: 85rpx;" class="timu-input" :disabled="true">
  329. <text class="title">%</text>
  330. </view>
  331. </view>
  332. <view class="daan-item u-flex u-row-between" style="width: 100%;">
  333. <text class="title" style="width:160rpx">B. 缓释颗粒</text>
  334. <view class="u-flex">
  335. <text class="title">剂量</text>
  336. <input type="number" v-model="timu182" style="width: 85rpx;" class="timu-input">
  337. </view>
  338. <view class="u-flex" @click="open(18,1)">
  339. <text class="title">人数</text>
  340. <input type="text" v-model="timu18[1]" style="width: 85rpx;" class="timu-input" :disabled="true">
  341. <text class="title">%</text>
  342. </view>
  343. </view>
  344. <view class="daan-item u-flex u-row-between" style="width: 100%;">
  345. <text class="title" style="width:160rpx">C. 栓剂</text>
  346. <view class="u-flex">
  347. <text class="title">剂量</text>
  348. <input type="number" v-model="timu183" style="width: 85rpx;" class="timu-input">
  349. </view>
  350. <view class="u-flex" @click="open(18,2)">
  351. <text class="title">人数</text>
  352. <input type="text" v-model="timu18[2]" style="width: 85rpx;" class="timu-input" :disabled="true">
  353. <text class="title">%</text>
  354. </view>
  355. </view>
  356. </view>
  357. </view> -->
  358. <view class="timu-row">
  359. <view class="timu-text">
  360. 18、您认为美沙拉秦对溃疡性结肠炎(UC)患者最大的优势是什么?
  361. </view>
  362. <view class="daan-box">
  363. <view class="daan-item" style="width: 100%;height: 128rpx;">
  364. <textarea v-model="timu18" class="timu-input" style="width: 100%;height: 128rpx;padding: 10rpx 0;box-sizing: border-box;"></textarea>
  365. </view>
  366. </view>
  367. </view>
  368. </view>
  369. <view class="u-flex u-row-between timu-tijiao">
  370. <text class="text1" @click="show4 = false">上一页</text>
  371. <text class="text2" @click="tijiao(4)">提交</text>
  372. </view>
  373. </view>
  374. </u-popup>
  375. <u-picker v-model="showtime" mode="time" :params="params" @confirm="changetime"></u-picker>
  376. <u-picker mode="selector" v-model="shownum" :default-selector="defaulenum" :range="numlist" @confirm="changenum"></u-picker>
  377. </view>
  378. </template>
  379. <script>
  380. import timu from "../../common/timu.js"
  381. var numlist = timu.getNumber(100)
  382. export default {
  383. data() {
  384. return {
  385. yiyuan: '',
  386. name: '',
  387. time: {
  388. year: "",
  389. month: "",
  390. day: ""
  391. },
  392. count: '',
  393. timu1: ['', ''],
  394. daan1: ['男', '女'],
  395. timu2: ['', '', '', ''],
  396. daan2: ['A. 医保(新农合)', 'B. 商业保险', 'C. 自费', 'D. 其他'],
  397. timu3: ['', '', '', ''],
  398. daan3: ['A. 小于18岁', 'B. 18-40岁', 'C. 41-60岁', 'D. 61岁及以上'],
  399. timu4: ['', '', '', '', '', '', '', ''],
  400. daan4: ['A. 肠易激综合征(IBS)', 'B. 溃疡性结肠炎', 'C. 克罗恩病', 'D. 功能性消化不良', 'E. 功能性腹胀', 'F. 肠炎', 'G. 胃炎', 'H. 其他待查'],
  401. timu5: [''],
  402. timu6: ['', ''],
  403. daan6: ['A. 新发腹胀', 'B. 有腹胀病史'],
  404. timu7: ['', '', '', '', '', '', '', '', '', '', '', ''],
  405. daan7: ['A. 饮食干预', 'B. 促动力药物', 'C. 消化酶', 'D. 益生菌', 'E. 祛泡剂', 'F. 抗生素', 'G. 神经调节剂', 'H. 解痉药', 'I. 中药治疗', 'J. 生物反馈治疗', 'K. 其他', 'L. 不干预'],
  406. timu8: ['', '', '', '', '', '', '', ''],
  407. daan8: ['A. 促动力药物', 'B. 消化酶', 'C. 益生菌', 'D. 祛泡剂', 'E. 抗生素', 'F. 神经调节剂', 'G. 解痉药', 'H. 中药治疗'],
  408. timu9: '',
  409. timu10: '',
  410. timu11: ['', '', '', '', '', '', '', '', '', ''],
  411. daan11: ['A. 中上腹', 'B. 左上腹', 'C. 右上腹', 'D. 下腹', 'E. 左下腹', 'F. 右下腹', 'G. 脐周', 'H. 全腹', 'I. 不固定', 'J. 说不清部位'],
  412. daan12radio: '',
  413. timu12: ['', '', '', ''],
  414. daan12: ['B. IBS便秘型(IBS-C)', 'C. IBS腹泻型(IBS-D)', 'D. IBS混合型(IBS-M)', 'E. IBS不定型(IBS-U)'],
  415. daan13radio1: '',
  416. daan13radio2: '',
  417. timu13: [false, false, false, false, false, false],
  418. daan13: ['A. 不考虑亚型,只要有腹痛症状即使用', 'B. IBS便秘型(IBS-C)', 'C. IBS腹泻型(IBS-D)', 'D. IBS混合型(IBS-M)', 'E. IBS不定型(IBS-U)', 'F. 不使用奥替溴铵'],
  419. timu14: '',
  420. timu15: ['', '', ''],
  421. daan15: ['A. 轻度', 'B. 轻中度', 'C. 中重度'],
  422. timu16: ['', '', '', '', ''],
  423. daan16: ['A. 疾病活动期', 'B. 便血', 'C. 长期用药出现副作用', 'D. 原治疗方案使用不方便', 'E. 维持期定期复诊'],
  424. timu17: ['', '', '', '', '', ''],
  425. daan17: ['A. 氨基水杨酸制剂', 'B. 激素类', 'C. 硫嘌呤类药物', 'D. 沙利度胺', 'E. 生物制剂类', 'F. 其他方案'],
  426. // timu18: ['', '', ''],
  427. // timu181: '',
  428. // timu182: '',
  429. // timu183: '',
  430. timu18: '',
  431. showtime: false,
  432. params: {
  433. year: true,
  434. month: true,
  435. day: true,
  436. hour: false,
  437. minute: false,
  438. second: false
  439. },
  440. shownum: false,
  441. numlist: [],
  442. defaulenum: [0],
  443. timuindex: '',
  444. daanindex: '',
  445. show1: false,
  446. show2: false,
  447. show3: false,
  448. show4: false,
  449. }
  450. },
  451. onLoad() {
  452. this.getuser()
  453. },
  454. methods: {
  455. getuser() {
  456. this.$http.getUserInfo().then(res => {
  457. if (res.data.code == 200) {
  458. // this.userdata = res.data.result
  459. this.name = res.data.result.phone || ''
  460. this.yiyuan = res.data.result.dwname || ''
  461. }
  462. })
  463. },
  464. change13(item, index) {
  465. if (this.check13(item, index) == 1) {
  466. this.timu13[index] = this.timu13[index] ? false : true
  467. this.timu13 = JSON.parse(JSON.stringify(this.timu13))
  468. }
  469. if (index == 0 && this.timu13[index]) {
  470. this.timu13 = JSON.parse(JSON.stringify([true, false, false, false, false, false]))
  471. }
  472. if (index == 5 && this.timu13[index]) {
  473. this.timu13 = JSON.parse(JSON.stringify([false, false, false, false, false, true]))
  474. this.timu14 = ''
  475. }
  476. },
  477. check13(item, index) {
  478. if (index != 0 && index != 5) {
  479. if (this.timu13[0] || this.timu13[5]) {
  480. return 0.3
  481. } else {
  482. return 1
  483. }
  484. } else {
  485. if (this.timu13[0] && index == 5) {
  486. return 0.3
  487. }
  488. if (this.timu13[5] && index == 0) {
  489. return 0.3
  490. }
  491. return 1
  492. }
  493. },
  494. start() {
  495. if (!this.time.year) {
  496. this.$u.toast("请选择门诊时间")
  497. return
  498. }
  499. // if (!this.yiyuan) {
  500. // this.$u.toast("请输入医院名字")
  501. // return
  502. // }
  503. // if (!this.name) {
  504. // this.$u.toast("请输入手机号")
  505. // return
  506. // }
  507. if (!this.count) {
  508. this.$u.toast("请输入门诊人数")
  509. return
  510. }
  511. this.show1 = true
  512. },
  513. tijiao(type) {
  514. var topic = []
  515. var topicTwo = []
  516. var b = []
  517. var bTwo = []
  518. // --------------------------------------------------第一部分--------------------------------------------------
  519. var timu1bili = 0
  520. this.timu1.forEach((val, key) => {
  521. timu1bili = timu1bili + Number(val)
  522. b.push(`${this.daan1[key]}${val || 0}%`)
  523. bTwo.push(`${val || 0}%`)
  524. })
  525. if (timu1bili < 100) {
  526. this.$u.toast("第1题比例加起来需为100%")
  527. return
  528. }
  529. topic.push({
  530. topicT: '1、本次门诊患者群中,男性和女性患者比例分别是多少?',
  531. topicD: b.join(",")
  532. })
  533. topicTwo.push({
  534. topicT: '1、本次门诊患者群中,男性和女性患者比例分别是多少?',
  535. topicD: bTwo.join(",")
  536. })
  537. var timu2bili = 0
  538. b = []
  539. bTwo = []
  540. this.timu2.forEach((val, key) => {
  541. timu2bili = timu2bili + Number(val)
  542. b.push(`${this.daan2[key]}${val || 0}%`)
  543. bTwo.push(`${val || 0}%`)
  544. })
  545. if (timu2bili < 100) {
  546. this.$u.toast("第2题比例加起来需为100%")
  547. return
  548. }
  549. topic.push({
  550. topicT: '2、本次门诊患者群中,医疗保险分布情况如何?',
  551. topicD: b.join(",")
  552. })
  553. topicTwo.push({
  554. topicT: '2、本次门诊患者群中,医疗保险分布情况如何?',
  555. topicD: bTwo.join(",")
  556. })
  557. var timu3bili = 0
  558. b = []
  559. bTwo = []
  560. this.timu3.forEach((val, key) => {
  561. timu3bili = timu3bili + Number(val)
  562. b.push(`${this.daan3[key]}${val || 0}%`)
  563. bTwo.push(`${val || 0}%`)
  564. })
  565. if (timu3bili < 100) {
  566. this.$u.toast("第3题比例加起来需为100%")
  567. return
  568. }
  569. topic.push({
  570. topicT: '3、本次门诊患者群中,年龄层次分布如何?',
  571. topicD: b.join(",")
  572. })
  573. topicTwo.push({
  574. topicT: '3、本次门诊患者群中,年龄层次分布如何?',
  575. topicD: bTwo.join(",")
  576. })
  577. b = []
  578. bTwo = []
  579. this.timu4.forEach((val, key) => {
  580. b.push(`${this.daan4[key]}${val || 0}%`)
  581. bTwo.push(`${val || 0}%`)
  582. })
  583. topic.push({
  584. topicT: '4、本次门诊患者疾病分类及具体比例分别是多少?',
  585. topicD: b.join(",")
  586. })
  587. topicTwo.push({
  588. topicT: '4、本次门诊患者疾病分类及具体比例分别是多少?',
  589. topicD: bTwo.join(",")
  590. })
  591. if (type == 1) {
  592. this.show2 = true
  593. return
  594. }
  595. // --------------------------------------------------第二部分--------------------------------------------------
  596. topic.push({
  597. topicT: '5、本次门诊就诊患者群中,有腹胀症状(包括患者主诉)的患者比例有多少?',
  598. topicD: `${this.timu5[0] || 0}%`
  599. })
  600. topicTwo.push({
  601. topicT: '5、本次门诊就诊患者群中,有腹胀症状(包括患者主诉)的患者比例有多少?',
  602. topicD: `${this.timu5[0] || 0}%`
  603. })
  604. var timu6bili = 0
  605. b = []
  606. bTwo = []
  607. this.timu6.forEach((val, key) => {
  608. timu6bili = timu6bili + Number(val)
  609. b.push(`${this.daan6[key]}${val || 0}%`)
  610. bTwo.push(`${val || 0}%`)
  611. })
  612. if (timu6bili < 100) {
  613. this.$u.toast("第6题比例加起来需为100%")
  614. return
  615. }
  616. topic.push({
  617. topicT: '6、以上有腹胀症状的患者中,新发腹胀和有腹胀病史的患者比例分别占比多少?',
  618. topicD: b.join(",")
  619. })
  620. topicTwo.push({
  621. topicT: '6、以上有腹胀症状的患者中,新发腹胀和有腹胀病史的患者比例分别占比多少?',
  622. topicD: bTwo.join(",")
  623. })
  624. b = []
  625. bTwo = []
  626. this.timu7.forEach((val, key) => {
  627. b.push(`${this.daan7[key]}${val || 0}%`)
  628. bTwo.push(`${val || 0}%`)
  629. })
  630. topic.push({
  631. topicT: '7、对于有腹胀病史患者,曾经或者正在进行的治疗方法有哪些?',
  632. topicD: b.join(",")
  633. })
  634. topicTwo.push({
  635. topicT: '7、对于有腹胀病史患者,曾经或者正在进行的治疗方法有哪些?',
  636. topicD: bTwo.join(",")
  637. })
  638. b = []
  639. bTwo = []
  640. this.timu8.forEach((val, key) => {
  641. b.push(`${this.daan8[key]}${val || 0}%`)
  642. bTwo.push(`${val || 0}%`)
  643. })
  644. topic.push({
  645. topicT: '8、对于新发腹胀患者,您的治疗一线药物是?',
  646. topicD: b.join(",")
  647. })
  648. topicTwo.push({
  649. topicT: '8、对于新发腹胀患者,您的治疗一线药物是?',
  650. topicD: bTwo.join(",")
  651. })
  652. if (!this.timu9) {
  653. this.$u.toast("请填写第9题")
  654. return
  655. }
  656. var timu9 = "";
  657. for (var i = 0; i < this.timu9.length; i++) {
  658. timu9 = timu9 + (this.timu9[i] == "\n" ? '' : this.timu9[i])
  659. }
  660. topic.push({
  661. topicT: '9、哪种腹胀类型的患者,您会优先考虑祛泡剂?',
  662. topicD: timu9
  663. })
  664. topicTwo.push({
  665. topicT: '9、哪种腹胀类型的患者,您会优先考虑祛泡剂?',
  666. topicD: timu9
  667. })
  668. if (!this.timu10) {
  669. this.$u.toast("请填写第10题")
  670. return
  671. }
  672. var timu10 = "";
  673. for (var i = 0; i < this.timu10.length; i++) {
  674. timu10 = timu10 + (this.timu10[i] == "\n" ? '' : this.timu10[i])
  675. }
  676. topic.push({
  677. topicT: '10、您认为祛泡剂对这类患者最大的优势是什么?',
  678. topicD: timu10
  679. })
  680. topicTwo.push({
  681. topicT: '10、您认为祛泡剂对这类患者最大的优势是什么?',
  682. topicD: timu10
  683. })
  684. if (type == 2) {
  685. if (this.changeshowbg(1)) {
  686. this.show3 = true
  687. return
  688. }
  689. if (this.changeshowbg(2)) {
  690. this.show4 = true
  691. return
  692. }
  693. return
  694. }
  695. // --------------------------------------------------第三部分--------------------------------------------------
  696. if (Number(this.timu4[0]) > 0) {
  697. b = []
  698. bTwo = []
  699. this.timu11.forEach((val, key) => {
  700. b.push(`${this.daan11[key]}${val || 0}%`)
  701. bTwo.push(`${val || 0}%`)
  702. })
  703. topic.push({
  704. topicT: '11、本次门诊中存在腹痛症状患者,以下部位腹痛发生的比例是?',
  705. topicD: b.join(",")
  706. })
  707. topicTwo.push({
  708. topicT: '11、本次门诊中存在腹痛症状患者,以下部位腹痛发生的比例是?',
  709. topicD: bTwo.join(",")
  710. })
  711. b = []
  712. bTwo = []
  713. if (!this.daan12radio) {
  714. this.$u.toast("请选择第12题")
  715. return
  716. }
  717. b.push(`A 不考虑,认为亚型与治疗方案关系不大 (${this.daan12radio})`)
  718. bTwo.push(`${this.daan12radio}`)
  719. if (this.daan12radio == '否') {
  720. var timu12bili = 0
  721. this.timu12.forEach((val, key) => {
  722. timu12bili = timu12bili + Number(val)
  723. b.push(`${this.daan12[key]}${val || 0}%`)
  724. bTwo.push(`${val || 0}%`)
  725. })
  726. if (timu12bili < 100) {
  727. this.$u.toast("第12题比例加起来需为100%")
  728. return
  729. }
  730. }
  731. topic.push({
  732. topicT: '12、在本次门诊诊断肠易激综合征(IBS)时,您是否会考虑患者的IBS亚型?如考虑,不同亚型的占比都是多少?',
  733. topicD: b.join(",")
  734. })
  735. topicTwo.push({
  736. topicT: '12、在本次门诊诊断肠易激综合征(IBS)时,您是否会考虑患者的IBS亚型?如考虑,不同亚型的占比都是多少?',
  737. topicD: bTwo.join(",")
  738. })
  739. b = []
  740. bTwo = []
  741. if (!this.timu13[0] && !this.timu13[5]) {
  742. if (this.timu13.indexOf(true) == -1) {
  743. this.$u.toast("请选择第13题")
  744. return
  745. }
  746. }
  747. this.timu13.forEach((val, key) => {
  748. b.push(`${this.daan13[key]}${val ? '是' : '否'}`)
  749. bTwo.push(`${val ? '是' : '否'}`)
  750. })
  751. topic.push({
  752. topicT: '13、有证据表明解痉剂可改善肠易激综合征(IBS)的症状,对腹痛的疗效显著。若选择奥替溴铵治疗IBS相关的腹痛,您会考虑给以下哪些亚型的肠易激综合征(IBS)患者使用奥替溴铵?',
  753. topicD: b.join(",")
  754. })
  755. topicTwo.push({
  756. topicT: '13、有证据表明解痉剂可改善肠易激综合征(IBS)的症状,对腹痛的疗效显著。若选择奥替溴铵治疗IBS相关的腹痛,您会考虑给以下哪些亚型的肠易激综合征(IBS)患者使用奥替溴铵?',
  757. topicD: bTwo.join(",")
  758. })
  759. if (!this.timu14 && !this.timu13[5]) {
  760. this.$u.toast("请填写第14题")
  761. return
  762. }
  763. var timu14 = "";
  764. for (var i = 0; i < this.timu14.length; i++) {
  765. timu14 = timu14 + (this.timu14[i] == "\n" ? '' : this.timu14[i])
  766. }
  767. topic.push({
  768. topicT: '14、您认为奥替溴铵对肠易激综合征(IBS)患者最大的优势是什么?',
  769. topicD: timu14
  770. })
  771. topicTwo.push({
  772. topicT: '14、您认为奥替溴铵对肠易激综合征(IBS)患者最大的优势是什么?',
  773. topicD: timu14
  774. })
  775. if (type == 3) {
  776. if (this.changeshowbg(2)) {
  777. this.show4 = true
  778. return
  779. }
  780. return
  781. }
  782. }
  783. // --------------------------------------------------第四部分--------------------------------------------------
  784. if ((Number(this.timu4[1]) + Number(this.timu4[2])) > 0) {
  785. b = []
  786. bTwo = []
  787. var timu15bili = 0
  788. this.timu15.forEach((val, key) => {
  789. timu15bili = timu15bili + Number(val)
  790. b.push(`${this.daan15[key]}${val || 0}%`)
  791. bTwo.push(`${val || 0}%`)
  792. })
  793. if (timu15bili < 100) {
  794. this.$u.toast("第15题比例加起来需为100%")
  795. return
  796. }
  797. topic.push({
  798. topicT: '15、本次门诊溃疡性结肠炎(UC)患者群中,按疾病程度分类,分别占比多少?',
  799. topicD: b.join(",")
  800. })
  801. topicTwo.push({
  802. topicT: '15、本次门诊溃疡性结肠炎(UC)患者群中,按疾病程度分类,分别占比多少?',
  803. topicD: bTwo.join(",")
  804. })
  805. b = []
  806. bTwo = []
  807. this.timu16.forEach((val, key) => {
  808. b.push(`${this.daan16[key]}${val || 0}%`)
  809. bTwo.push(`${val || 0}%`)
  810. })
  811. topic.push({
  812. topicT: '16、本次门诊溃疡性结肠炎(UC)患者就诊原因占比?',
  813. topicD: b.join(",")
  814. })
  815. topicTwo.push({
  816. topicT: '16、本次门诊溃疡性结肠炎(UC)患者就诊原因占比?',
  817. topicD: bTwo.join(",")
  818. })
  819. b = []
  820. bTwo = []
  821. this.timu17.forEach((val, key) => {
  822. b.push(`${this.daan17[key]}${val || 0}%`)
  823. bTwo.push(`${val || 0}%`)
  824. })
  825. topic.push({
  826. topicT: '17、本次门诊针对溃疡性结肠炎(UC)患者所使用的不同治疗方案的占比?',
  827. topicD: b.join(",")
  828. })
  829. topicTwo.push({
  830. topicT: '17、本次门诊针对溃疡性结肠炎(UC)患者所使用的不同治疗方案的占比?',
  831. topicD: bTwo.join(",")
  832. })
  833. // b = []
  834. // bTwo = []
  835. // if (!this.timu181 || Number(this.timu18[0]) == 0 || !this.timu182 || Number(this.timu18[1]) == 0 || !this.timu183 || Number(this.timu18[2]) == 0) {
  836. // this.$u.toast("请完善第18题")
  837. // return
  838. // }
  839. // b.push(`A. 缓释片剂 剂量 ${this.timu181} 人数 ${this.timu18[0]}`)
  840. // bTwo.push(`${this.timu181}|${this.timu18[0]}`)
  841. // b.push(`B. 缓释颗粒 剂量 ${this.timu182} 人数 ${this.timu18[1]}`)
  842. // bTwo.push(`${this.timu182}|${this.timu18[1]}`)
  843. // b.push(`C. 栓剂 剂量 ${this.timu183} 人数 ${this.timu18[2]}`)
  844. // bTwo.push(`${this.timu183}|${this.timu18[2]}`)
  845. // topic.push({
  846. // topicT: '18、针对本次门诊中使用不同剂型美沙拉秦类药物的患者数?',
  847. // topicD: b.join(",")
  848. // })
  849. // topicTwo.push({
  850. // topicT: '18、针对本次门诊中使用不同剂型美沙拉秦类药物的患者数?',
  851. // topicD: bTwo.join(",")
  852. // })
  853. if (!this.timu18) {
  854. this.$u.toast("请填写第18题")
  855. return
  856. }
  857. var timu18 = "";
  858. for (var i = 0; i < this.timu18.length; i++) {
  859. timu18 = timu18 + (this.timu18[i] == "\n" ? '' : this.timu18[i])
  860. }
  861. topic.push({
  862. topicT: '18、您认为美沙拉秦对溃疡性结肠炎(UC)患者最大的优势是什么?',
  863. topicD: timu18
  864. })
  865. topicTwo.push({
  866. topicT: '18、您认为美沙拉秦对溃疡性结肠炎(UC)患者最大的优势是什么?',
  867. topicD: timu18
  868. })
  869. }
  870. // --------------------------------------------------完成--------------------------------------------------
  871. uni.showLoading({
  872. mask: true,
  873. title: "请稍后"
  874. })
  875. this.$http.topicAdd({
  876. topicTop: `本次门诊时间 ${this.time.year} 年 ${this.time.month} 月 ${this.time.day} 日 本次门诊人数 ${this.count}(人)`,
  877. topic: JSON.stringify(topic),
  878. topicTwo: JSON.stringify(topicTwo),
  879. phone: this.name,
  880. hospital: this.yiyuan,
  881. outpatientServiceTime: `${this.time.year}-${this.time.month}-${this.time.day}`
  882. }).then(res => {
  883. uni.hideLoading()
  884. this.$u.toast(res.data.message)
  885. if (res.data.code == 200) {
  886. setTimeout(() => {
  887. uni.navigateBack()
  888. }, 800)
  889. }
  890. })
  891. },
  892. changeshowbg(type) {
  893. if (type == 1) {
  894. if (this.timu4[0] > 0) {
  895. return true
  896. } else {
  897. return false
  898. }
  899. }
  900. if (type == 2) {
  901. if ((Number(this.timu4[1]) + Number(this.timu4[2])) > 0) {
  902. return true
  903. } else {
  904. return false
  905. }
  906. }
  907. },
  908. checkradio131() {
  909. if (this.daan13radio2 == '是') {
  910. return true
  911. }
  912. return false
  913. },
  914. radioGroupChange12(e) {
  915. if (e == '是') {
  916. this.timu12 = ['', '', '', '']
  917. }
  918. },
  919. changenum(e) {
  920. if ([1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 15, 16, 17, 18].includes(this.timuindex)) {
  921. if (this.timuindex == 18) {
  922. this[`timu${this.timuindex}`][this.daanindex] = e[0] + 1
  923. } else if (this.timuindex == 1 || this.timuindex == 6) {
  924. this[`timu${this.timuindex}`][this.daanindex] = e[0]
  925. if (this.daanindex == 0) {
  926. this[`timu${this.timuindex}`][1] = 100 - e[0]
  927. } else {
  928. this[`timu${this.timuindex}`][0] = 100 - e[0]
  929. }
  930. } else {
  931. this[`timu${this.timuindex}`][this.daanindex] = e[0]
  932. }
  933. }
  934. if (this.timuindex == 12) {
  935. this.daan12radio = '否'
  936. }
  937. },
  938. open(index, type) {
  939. this.timuindex = index
  940. this.daanindex = type
  941. if ([2, 3, 12, 15].includes(this.timuindex)) {
  942. var num = 0
  943. this[`timu${index}`].forEach((val, key) => {
  944. if (type != key) {
  945. num = num + Number(val)
  946. }
  947. })
  948. this.numlist = timu.getNumber(100 - num)
  949. } else {
  950. this.numlist = JSON.parse(JSON.stringify(numlist))
  951. if (index == 18) {
  952. this.numlist.shift()
  953. }
  954. }
  955. if (this[`timu${index}`][type]) {
  956. if (index == 18) {
  957. this.defaulenum = [this[`timu${index}`][type] - 1]
  958. } else {
  959. this.defaulenum = [this[`timu${index}`][type]]
  960. }
  961. } else {
  962. this.defaulenum = [0]
  963. }
  964. if (index == 12 && this.daan12radio == '是') {
  965. return
  966. }
  967. this.shownum = true
  968. },
  969. changetime(e) {
  970. this.time = e
  971. }
  972. }
  973. }
  974. </script>
  975. <style lang="scss">
  976. .wenjuan {
  977. padding: 1rpx 0;
  978. .tijiao-btn {
  979. width: 686rpx;
  980. line-height: 96rpx;
  981. background: #167FFF;
  982. border-radius: 48rpx;
  983. text-align: center;
  984. margin: 40rpx auto;
  985. font-size: 32rpx;
  986. font-family: PingFangSC-Regular, PingFang SC;
  987. font-weight: 400;
  988. color: #FFFFFF;
  989. }
  990. .timu-box {
  991. position: relative;
  992. z-index: 1;
  993. width: 750rpx;
  994. padding: 1rpx 0;
  995. .timu-tijiao {
  996. width: 750rpx;
  997. height: 166rpx;
  998. background: #FFFFFF;
  999. box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.03);
  1000. padding: 10rpx 30rpx 0 30rpx;
  1001. .text1 {
  1002. width: 330rpx;
  1003. line-height: 88rpx;
  1004. background: rgba(22, 127, 255, 0.2);
  1005. border-radius: 12rpx;
  1006. font-size: 32rpx;
  1007. font-family: PingFangSC-Medium, PingFang SC;
  1008. font-weight: 500;
  1009. color: #167FFF;
  1010. text-align: center;
  1011. margin-right: 30rpx;
  1012. }
  1013. .text2 {
  1014. flex: 1;
  1015. line-height: 88rpx;
  1016. background: #167FFF;
  1017. border-radius: 12rpx;
  1018. text-align: center;
  1019. font-size: 32rpx;
  1020. font-family: PingFangSC-Medium, PingFang SC;
  1021. font-weight: 500;
  1022. color: #FFFFFF;
  1023. }
  1024. }
  1025. .timu-bg {
  1026. width: 690rpx;
  1027. background: rgba(255, 255, 255, 0.6);
  1028. border-radius: 20rpx;
  1029. border: 2rpx solid #FFFFFF;
  1030. backdrop-filter: blur(4px);
  1031. margin: 20rpx auto;
  1032. padding: 26rpx 20rpx;
  1033. .timu-type {
  1034. padding: 0 12rpx;
  1035. line-height: 44rpx;
  1036. background: #167FFF;
  1037. border-radius: 6rpx;
  1038. font-size: 24rpx;
  1039. font-family: PingFangSC-Regular, PingFang SC;
  1040. font-weight: 400;
  1041. color: #FFFFFF;
  1042. margin-bottom: 32rpx;
  1043. display: inline-block;
  1044. }
  1045. }
  1046. .timu-row {
  1047. position: relative;
  1048. padding: 1rpx 0;
  1049. .timu-text {
  1050. font-size: 28rpx;
  1051. font-family: PingFangSC-Medium, PingFang SC;
  1052. font-weight: 500;
  1053. color: #333333;
  1054. margin-bottom: 24rpx;
  1055. }
  1056. .daan-box {
  1057. .daan-item {
  1058. width: 312rpx;
  1059. margin-bottom: 26rpx;
  1060. height: 68rpx;
  1061. border-radius: 12rpx;
  1062. border: 1rpx solid #167FFF;
  1063. padding: 0 20rpx;
  1064. .timu-input {
  1065. width: 44rpx;
  1066. }
  1067. .title {
  1068. font-size: 28rpx;
  1069. font-family: PingFangSC-Regular, PingFang SC;
  1070. font-weight: 400;
  1071. color: rgba(0, 0, 0, 0.8);
  1072. }
  1073. }
  1074. .daan-item1 {
  1075. background-color: #167FFF;
  1076. color: #fff;
  1077. .title {
  1078. color: #fff;
  1079. }
  1080. }
  1081. }
  1082. }
  1083. }
  1084. input {
  1085. border-bottom: 1rpx solid #333333;
  1086. height: 30rpx;
  1087. font-size: 24rpx;
  1088. // padding: 0 10rpx;
  1089. box-sizing: border-box;
  1090. text-align: center;
  1091. }
  1092. .wenjuan-header {
  1093. width: 690rpx;
  1094. // height: 580rpx;
  1095. background: rgba(255, 255, 255, 0.6);
  1096. border-radius: 20rpx;
  1097. border: 2rpx solid #FFFFFF;
  1098. backdrop-filter: blur(4px);
  1099. margin: 0 auto;
  1100. padding: 88rpx 60rpx 74rpx 60rpx;
  1101. .row-tips {
  1102. width: 400rpx;
  1103. text-align: center;
  1104. font-size: 20rpx;
  1105. font-family: PingFangSC-Regular, PingFang SC;
  1106. font-weight: 400;
  1107. color: #131415;
  1108. margin: 44rpx auto 0 auto;
  1109. }
  1110. .header-start {
  1111. width: 450rpx;
  1112. line-height: 84rpx;
  1113. background: #167FFF;
  1114. border-radius: 16rpx;
  1115. text-align: center;
  1116. font-size: 34rpx;
  1117. font-family: PingFangSC-Medium, PingFang SC;
  1118. font-weight: 500;
  1119. color: #FFFFFF;
  1120. margin: 0 auto;
  1121. }
  1122. .header-count {
  1123. margin-bottom: 112rpx;
  1124. .title {
  1125. font-size: 26rpx;
  1126. font-family: PingFangSC-Regular, PingFang SC;
  1127. font-weight: 400;
  1128. color: #131415;
  1129. }
  1130. .input1 {
  1131. width: 150rpx;
  1132. }
  1133. }
  1134. .header-text {
  1135. margin-bottom: 44rpx;
  1136. .title {
  1137. font-size: 26rpx;
  1138. font-family: PingFangSC-Regular, PingFang SC;
  1139. font-weight: 400;
  1140. color: #131415;
  1141. }
  1142. .input1 {
  1143. width: 150rpx;
  1144. }
  1145. }
  1146. .header-time {
  1147. margin-bottom: 44rpx;
  1148. .title {
  1149. font-size: 26rpx;
  1150. font-family: PingFangSC-Regular, PingFang SC;
  1151. font-weight: 400;
  1152. color: #131415;
  1153. }
  1154. .wj-time {
  1155. width: 84rpx;
  1156. }
  1157. }
  1158. }
  1159. .wenjian-tips {
  1160. padding: 0 50rpx;
  1161. font-size: 22rpx;
  1162. margin-bottom: 34rpx;
  1163. .text {
  1164. font-size: 60rpx;
  1165. font-family: HYYaKuHei-85J, HYYaKuHei;
  1166. font-weight: normal;
  1167. color: #167FFF;
  1168. margin: 54rpx 0 30rpx 0;
  1169. }
  1170. .text1 {
  1171. font-size: 24rpx;
  1172. font-family: PingFangSC-Regular, PingFang SC;
  1173. font-weight: 400;
  1174. color: #167FFF;
  1175. }
  1176. }
  1177. }
  1178. </style>