| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .warn-tit.data-v-08f5f32c {
- color: #040404;
- font-size: 36rpx;
- font-weight: 600;
- padding: 42rpx 0 0 52rpx;
- }
- .step-view_box.data-v-08f5f32c {
- margin-top: 63rpx;
- padding: 0 25rpx 0 40rpx;
- }
- .step-view_box .step-li_box.data-v-08f5f32c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .step-view_box .step-li_box > .step-head_box.data-v-08f5f32c {
- position: relative;
- }
- .step-view_box .step-li_box > .step-head_box > .step-icon_num.data-v-08f5f32c {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- background-color: #3385FF;
- text-align: center;
- line-height: 40rpx;
- color: #FFFFFF;
- font-size: 28rpx;
- position: relative;
- z-index: 50;
- }
- .step-view_box .step-li_box > .step-head_box > .step-line.data-v-08f5f32c {
- height: 100%;
- width: 0rpx;
- border-left: 1rpx dashed #3385FF;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 45;
- }
- .step-view_box .step-li_box > .step-main_box.data-v-08f5f32c {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- padding-left: 30rpx;
- }
- .step-view_box .step-li_box > .step-main_box .step-tit.data-v-08f5f32c {
- color: #141F25;
- font-size: 32rpx;
- font-weight: 600;
- }
- .step-view_box .step-li_box > .step-main_box .step-content_box .button-box.data-v-08f5f32c {
- width: 100%;
- padding-right: 25rpx;
- }
- .step-view_box .step-li_box > .step-main_box .step-content_box .button-box .admin-button-com.data-v-08f5f32c {
- margin: 67rpx 0 85rpx;
- }
- .step-view_box .step-li_box > .step-main_box .step-content_box .step-img.data-v-08f5f32c {
- width: 382rpx;
- height: 566rpx;
- margin: 34rpx 0 71rpx;
- }
- .admin-button-com.data-v-08f5f32c {
- width: 100%;
- }
|