mechanism.wxss 1.9 KB

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