patient.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. height: 100%;
  14. }
  15. page .content {
  16. height: 100%;
  17. padding-top: 25rpx;
  18. }
  19. .content_box {
  20. background-color: #ffffff;
  21. width: 92%;
  22. border-radius: 15rpx;
  23. margin: 0rpx auto;
  24. }
  25. .content_box .examine_list {
  26. width: 100%;
  27. border-bottom: 2rpx solid #f0f0f0;
  28. }
  29. .content_box .examine_list .textarea-box {
  30. width: 95%;
  31. margin: 25rpx auto;
  32. }
  33. .content_box .examine_list .textarea-box .textarea {
  34. width: 100%;
  35. font-size: 28rpx;
  36. min-height: 150rpx;
  37. }
  38. .row {
  39. display: -webkit-box;
  40. display: -webkit-flex;
  41. display: flex;
  42. -webkit-box-align: center;
  43. -webkit-align-items: center;
  44. align-items: center;
  45. padding: 0 30rpx;
  46. height: 110rpx;
  47. background: #fff;
  48. border-bottom: 1rpx solid #f8f6f6;
  49. }
  50. .row .tit {
  51. -webkit-flex-shrink: 0;
  52. flex-shrink: 0;
  53. width: 180rpx;
  54. font-size: 30rpx;
  55. color: #303133;
  56. }
  57. .row .input {
  58. -webkit-box-flex: 1;
  59. -webkit-flex: 1;
  60. flex: 1;
  61. font-size: 30rpx;
  62. color: #303133;
  63. }
  64. .row .iconlocation {
  65. font-size: 36rpx;
  66. color: #909399;
  67. }
  68. .examine_name {
  69. color: #171717;
  70. font-size: 28rpx;
  71. padding: 25rpx 25rpx;
  72. }
  73. .examine_img {
  74. width: 100%;
  75. text-align: center;
  76. padding-bottom: 25rpx;
  77. }
  78. .examine_img image {
  79. width: 200rpx;
  80. height: 200rpx;
  81. }
  82. .default-row {
  83. margin-top: 16rpx;
  84. }
  85. .default-row .tit {
  86. -webkit-box-flex: 1;
  87. -webkit-flex: 1;
  88. flex: 1;
  89. }
  90. .default-row switch {
  91. -webkit-transform: translateX(16rpx) scale(0.9);
  92. transform: translateX(16rpx) scale(0.9);
  93. }
  94. .add-btn {
  95. position: fixed;
  96. bottom: 0rpx;
  97. width: 100%;
  98. height: 100rpx;
  99. font-size: 32rpx;
  100. color: #fff;
  101. background-color: #6786fb;
  102. line-height: 100rpx;
  103. text-align: center;
  104. }
  105. .img_box {
  106. padding: 35rpx 35rpx;
  107. width: 250rpx;
  108. height: 250rpx;
  109. }
  110. .img_box image {
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .alert-box {
  115. background-color: #ffffff;
  116. }
  117. .b-b:after {
  118. position: relative !important;
  119. }
  120. .check_box {
  121. padding: 25rpx 25rpx;
  122. font-size: 20rpx;
  123. padding-bottom: 150rpx;
  124. }
  125. .check_box text {
  126. color: #6786fb;
  127. }