warn.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .warn-tit.data-v-08f5f32c {
  21. color: #040404;
  22. font-size: 36rpx;
  23. font-weight: 600;
  24. padding: 42rpx 0 0 52rpx;
  25. }
  26. .step-view_box.data-v-08f5f32c {
  27. margin-top: 63rpx;
  28. padding: 0 25rpx 0 40rpx;
  29. }
  30. .step-view_box .step-li_box.data-v-08f5f32c {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. }
  35. .step-view_box .step-li_box > .step-head_box.data-v-08f5f32c {
  36. position: relative;
  37. }
  38. .step-view_box .step-li_box > .step-head_box > .step-icon_num.data-v-08f5f32c {
  39. width: 40rpx;
  40. height: 40rpx;
  41. border-radius: 50%;
  42. background-color: #3385FF;
  43. text-align: center;
  44. line-height: 40rpx;
  45. color: #FFFFFF;
  46. font-size: 28rpx;
  47. position: relative;
  48. z-index: 50;
  49. }
  50. .step-view_box .step-li_box > .step-head_box > .step-line.data-v-08f5f32c {
  51. height: 100%;
  52. width: 0rpx;
  53. border-left: 1rpx dashed #3385FF;
  54. position: absolute;
  55. left: 50%;
  56. top: 50%;
  57. -webkit-transform: translate(-50%, -50%);
  58. transform: translate(-50%, -50%);
  59. z-index: 45;
  60. }
  61. .step-view_box .step-li_box > .step-main_box.data-v-08f5f32c {
  62. -webkit-box-flex: 1;
  63. -webkit-flex: 1;
  64. flex: 1;
  65. padding-left: 30rpx;
  66. }
  67. .step-view_box .step-li_box > .step-main_box .step-tit.data-v-08f5f32c {
  68. color: #141F25;
  69. font-size: 32rpx;
  70. font-weight: 600;
  71. }
  72. .step-view_box .step-li_box > .step-main_box .step-content_box .button-box.data-v-08f5f32c {
  73. width: 100%;
  74. padding-right: 25rpx;
  75. }
  76. .step-view_box .step-li_box > .step-main_box .step-content_box .button-box .admin-button-com.data-v-08f5f32c {
  77. margin: 67rpx 0 85rpx;
  78. }
  79. .step-view_box .step-li_box > .step-main_box .step-content_box .step-img.data-v-08f5f32c {
  80. width: 382rpx;
  81. height: 566rpx;
  82. margin: 34rpx 0 71rpx;
  83. }
  84. .admin-button-com.data-v-08f5f32c {
  85. width: 100%;
  86. }