|
@@ -0,0 +1,462 @@
|
|
|
|
+<template>
|
|
|
|
+ <div class="model-item-container">
|
|
|
|
+ <div top="" class="model-item-part">
|
|
|
|
+ <div class="progress_bar">
|
|
|
|
+ <div class="bar_item">
|
|
|
|
+ <div class="item_child">
|
|
|
|
+ <div
|
|
|
|
+ class="cricle c_play"
|
|
|
|
+ style="background-color: rgb(228, 242, 255)"
|
|
|
|
+ ></div>
|
|
|
|
+ <div class="item-child-label active" style="width: 50px">标题</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="c_right c_right_grey"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bar_item">
|
|
|
|
+ <div class="item_child">
|
|
|
|
+ <div class="cricle" style="background-color: rgb(238, 238, 238)">
|
|
|
|
+ 2
|
|
|
|
+ </div>
|
|
|
|
+ <div class="item-child-label" style="width: 50px">摘要</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="c_right c_right_grey"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bar_item">
|
|
|
|
+ <div class="item_child">
|
|
|
|
+ <div class="cricle" style="background-color: rgb(238, 238, 238)">
|
|
|
|
+ 3
|
|
|
|
+ </div>
|
|
|
|
+ <div class="item-child-label" style="width: 50px">大纲</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="c_right c_right_grey"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bar_item">
|
|
|
|
+ <div class="item_child">
|
|
|
|
+ <div class="cricle" style="background-color: rgb(238, 238, 238)">
|
|
|
|
+ 4
|
|
|
|
+ </div>
|
|
|
|
+ <div class="item-child-label" style="width: 50px">内容</div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div center="" class="model-item-part">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="gen-model-form">
|
|
|
|
+ <div class="gm-form-row">
|
|
|
|
+ <div class="gfr-part gfr-label">标题</div>
|
|
|
|
+ <div class="gfr-part gfr-content">
|
|
|
|
+ <div class="el-input el-input--large">
|
|
|
|
+ <input
|
|
|
|
+ type="text"
|
|
|
|
+ autocomplete="off"
|
|
|
|
+ placeholder="请输入文章标题"
|
|
|
|
+ maxlength="100"
|
|
|
|
+ class="el-input__inner"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="gm-form-row">
|
|
|
|
+ <div class="gfr-part gfr-label">文章长度</div>
|
|
|
|
+ <div class="gfr-part gfr-content">
|
|
|
|
+ <div class="left_selects model-text-length-select">
|
|
|
|
+ <div class="ls-item-wrapper">
|
|
|
|
+ <div
|
|
|
|
+ plain=""
|
|
|
|
+ class="el-tooltip left_btn_mini ls-item"
|
|
|
|
+ aria-describedby="el-tooltip-5577"
|
|
|
|
+ tabindex="0"
|
|
|
|
+ >
|
|
|
|
+ 短
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="ls-item-wrapper">
|
|
|
|
+ <div
|
|
|
|
+ plain=""
|
|
|
|
+ class="el-tooltip left_btn_mini ls-item active"
|
|
|
|
+ aria-describedby="el-tooltip-5159"
|
|
|
|
+ tabindex="0"
|
|
|
|
+ >
|
|
|
|
+ 中
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="ls-item-wrapper">
|
|
|
|
+ <div
|
|
|
|
+ plain=""
|
|
|
|
+ class="el-tooltip left_btn_mini ls-item"
|
|
|
|
+ aria-describedby="el-tooltip-0"
|
|
|
|
+ tabindex="0"
|
|
|
|
+ >
|
|
|
|
+ 长
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="gm-form-row form-template-row-entity">
|
|
|
|
+ <div class="gfr-part gfr-label">
|
|
|
|
+ 自动配图
|
|
|
|
+ <i
|
|
|
|
+ class="el-tooltip el-icon-warning-outline item"
|
|
|
|
+ aria-describedby="el-tooltip-5581"
|
|
|
|
+ tabindex="0"
|
|
|
|
+ style="
|
|
|
|
+ transform: rotateZ(180deg);
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ "
|
|
|
|
+ ></i>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="gfr-part gfr-content">
|
|
|
|
+ <div role="switch" class="el-switch formal-auto-image-switch">
|
|
|
|
+ <input
|
|
|
|
+ type="checkbox"
|
|
|
|
+ name=""
|
|
|
|
+ true-value="true"
|
|
|
|
+ class="el-switch__input"
|
|
|
|
+ /><span
|
|
|
|
+ class="el-switch__core"
|
|
|
|
+ style="
|
|
|
|
+ width: 40px;
|
|
|
|
+ border-color: rgb(229, 242, 255);
|
|
|
|
+ background-color: rgb(229, 242, 255);
|
|
|
|
+ "
|
|
|
|
+ ></span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="gm-form-row">
|
|
|
|
+ <div class="gfr-part gfr-label">
|
|
|
|
+ 摘要条数
|
|
|
|
+ <div class="row-label-with-tooltip">
|
|
|
|
+ <i
|
|
|
|
+ class="el-tooltip el-icon-warning-outline item"
|
|
|
|
+ aria-describedby="el-tooltip-3863"
|
|
|
|
+ tabindex="0"
|
|
|
|
+ style="
|
|
|
|
+ transform: rotateZ(180deg);
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ "
|
|
|
|
+ ></i>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="gfr-part gfr-content">
|
|
|
|
+ <div class="number-type-input">
|
|
|
|
+ <button decrease="" class="nti-btn">
|
|
|
|
+ <svg
|
|
|
|
+ width="20"
|
|
|
|
+ height="20"
|
|
|
|
+ viewBox="0 0 20 20"
|
|
|
|
+ fill="none"
|
|
|
|
+ xmlns="http://www.w3.org/2000/svg"
|
|
|
|
+ >
|
|
|
|
+ <path
|
|
|
|
+ d="M15.6478 10.6953H4.35205C4.00687 10.6953 3.72705 10.4155 3.72705 10.0703C3.72705 9.72514 4.00687 9.44531 4.35205 9.44531H15.6478C15.9929 9.44531 16.2728 9.72514 16.2728 10.0703C16.2728 10.4155 15.9929 10.6953 15.6478 10.6953Z"
|
|
|
|
+ fill="currentColor"
|
|
|
|
+ ></path>
|
|
|
|
+ </svg>
|
|
|
|
+ </button>
|
|
|
|
+ <input class="nti-input-entity" />
|
|
|
|
+ <button increase="" class="nti-btn">
|
|
|
|
+ <svg
|
|
|
|
+ width="20"
|
|
|
|
+ height="20"
|
|
|
|
+ viewBox="0 0 20 20"
|
|
|
|
+ fill="none"
|
|
|
|
+ xmlns="http://www.w3.org/2000/svg"
|
|
|
|
+ >
|
|
|
|
+ <path
|
|
|
|
+ d="M15.6478 9.44475H10.6249V4.42188C10.6249 4.0767 10.3451 3.79688 9.9999 3.79688C9.65473 3.79688 9.3749 4.0767 9.3749 4.42188V9.44475H4.35205C4.00687 9.44475 3.72705 9.72457 3.72705 10.0697C3.72705 10.4149 4.00687 10.6947 4.35205 10.6947H9.3749V15.7176C9.3749 16.0628 9.65473 16.3426 9.9999 16.3426C10.3451 16.3426 10.6249 16.0628 10.6249 15.7176V10.6947H15.6478C15.9929 10.6947 16.2728 10.4149 16.2728 10.0697C16.2728 9.72457 15.9929 9.44475 15.6478 9.44475Z"
|
|
|
|
+ fill="currentColor"
|
|
|
|
+ ></path>
|
|
|
|
+ </svg>
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div bottom="" class="model-item-part">
|
|
|
|
+ <div class="gmb-buttons">
|
|
|
|
+ <div
|
|
|
|
+ element-loading-background="transparent"
|
|
|
|
+ class="step-btn btn_size plain btn_margin"
|
|
|
|
+ style="float: left; display: none"
|
|
|
|
+ >
|
|
|
|
+ <i class="el-icon-caret-right"></i>
|
|
|
|
+ <span>跳过</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ element-loading-background="transparent"
|
|
|
|
+ class="step-btn btn_size plain btn_margin"
|
|
|
|
+ style="display: none"
|
|
|
|
+ >
|
|
|
|
+ <i class="el-icon-refresh"></i>
|
|
|
|
+ <span>换一批</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ element-loading-background="transparent"
|
|
|
|
+ class="step-btn btn_size plain btn_margin"
|
|
|
|
+ style="display: none"
|
|
|
|
+ >
|
|
|
|
+ <i class="el-icon-refresh"></i>
|
|
|
|
+ <span>换一批</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="outline_count" style="display: none">
|
|
|
|
+ <div
|
|
|
|
+ class="btn_margin el-input-number el-input-number--small is-controls-right"
|
|
|
|
+ >
|
|
|
|
+ <span role="button" class="el-input-number__decrease"
|
|
|
|
+ ><i class="el-icon-arrow-down"></i></span
|
|
|
|
+ ><span role="button" class="el-input-number__increase"
|
|
|
|
+ ><i class="el-icon-arrow-up"></i
|
|
|
|
+ ></span>
|
|
|
|
+ <div class="el-input el-input--small">
|
|
|
|
+ <input
|
|
|
|
+ type="text"
|
|
|
|
+ autocomplete="off"
|
|
|
|
+ max="15"
|
|
|
|
+ min="1"
|
|
|
|
+ class="el-input__inner"
|
|
|
|
+ role="spinbutton"
|
|
|
|
+ aria-valuemax="15"
|
|
|
|
+ aria-valuemin="1"
|
|
|
|
+ aria-valuenow="5"
|
|
|
|
+ aria-disabled="false"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <span>条大纲</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="step-btn btn_size btn_margin" style="visibility: hidden">
|
|
|
|
+ <div>上一步</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="step-btn btn_size btn_margin btn_primary">
|
|
|
|
+ <div>下一步</div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bottom-content-safe-tip">
|
|
|
|
+ <img
|
|
|
|
+ src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQcSURBVHgB7VndTSMxEJ6EgHhMCXsVHJH4FQ+YDqACkgoIFUAq4KgArgLuKrjlAfErJdeBr4N95J/7Jji5yWrttTc/J6T9pFXWjtf2N54Zj8dEJUqUKPGZUKEJ4u7uTr2+vi5Vq9WvKCo8dfMwEjz6/f2dnwu0iVdXV3s0IYxNpNvt1l9eXvYxuSaKEYVB4+mAfLyxsaFpDIxFBCtwCAJt+if1otBvb28n6+vr36ggChG5urqK5ubmzvG6lNNU04dK8RNR/opprM52kdUJJnJ/f78H6bHkslYhZv3H/6wqcdb3EIKqVCpsR/uUTSxBH621tbUfFIAgIobEWcZfMSTZsU3eBiaFlT2lDEIg2lxeXv5OnvAmAhI7IHGeqk5Q1xlHtxnX19dtTPyQUqscQsaLiLGJbmqgwvrsGOMXja5OgjEaPmNUyQNmgKmRYHBf3Cd9OIgB6sap5CJ3RW5vb9kopep4S4n3mMfHxyZUJMHmd0YeyFp9GH8Hxn/k+q6a1yl+2rKObcJ3JZ6fn49B4hivpzc3N16S5b55DFkHL7fPQnF95yQCySga1VkdaNhKTCZvzxnCjBGLqvrT01Pb9U2ejRzKAlSqRQHg3XrwDvXwdqVmrPSq7LnaW20EtsES7IoqDT3/QoHgvQKEks3NzeAAEXNgJ6MGZeNg4qy2NVsnGFxBv2X5hAogdJOU4CgBK6EGZaOecVZbKxHYxxY6kp0GS5SdBRs7JlBntQx11xzqYB5D9TbHg0zUHP1EslBEsrVa7RwC6Bu5CUW2Q75fXFzswfPJKmVrazV2TCASRU0FgD6ky4woEI1Go38YE1VWF+zyWiM7Of0nQC0TUSxEhHw6mDawqolPOxcRL0nMAJF4t5LyJRLlhQhTRCTeta2Ry9gvZPnh4cE7xJgUOCsjy3DHf2xtXURG9g34cEUzBqeWUlWxra03EXiPLZoxzLl+CE4bWdva/jAboBZViuMmmhGMWkWiSrviNaf7TUesMlyYNjD2aaqq42rvJLKwsMDnAum9FCcKyH8yUoKx52eDU2kkqrRLrRhOIhwiYDIjUS9nO8zJMRc4nu5ysAhvczA/P3/g843p+0jWceSdF3B6ZVEgIT6XSA8y8eQDw5JJ8ToHeYUomPQupTZIHtB3ZXzgSAd5RcxeREyqJq0a/WxHiM3YwDZhMieRrOfUqe+qB6VMIbWmOVekobHPtFZWVmIKALtYTJY9ocr4u+WbQmIEJ7GR1tnBpJlMVuzVvx4A2V4WKXOXwrbGp09F2QRYhQ9CSDDGuVZI63MWtHkGN1d57XtsjzO5VpAwyWfb9UAI+m4+L5vowthXb8ZzKbPrRxSGHgj85I3XHGsLY6KXoZeXl0ucneQAE09EH8TkZSg/MezoN+/646SKSpQoUeJz4y9/qgrrtx523QAAAABJRU5ErkJggg=="
|
|
|
|
+ class="content-safe-tip-icon"
|
|
|
|
+ />
|
|
|
|
+ <div class="content-safe-tip-text">
|
|
|
|
+ 声明:内容为概率模型生成,可能会产生不正确的信息,不代表写作猫的观点和立场
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ element-loading-spinner="a"
|
|
|
|
+ element-loading-background="transparent"
|
|
|
|
+ class="full_loading"
|
|
|
|
+ style="display: none"
|
|
|
|
+ ></div>
|
|
|
|
+ </div>
|
|
|
|
+</template>
|
|
|
|
+
|
|
|
|
+<script setup></script>
|
|
|
|
+
|
|
|
|
+<style scoped>
|
|
|
|
+.model-item-container {
|
|
|
|
+ text-align: center;
|
|
|
|
+ -webkit-box-flex: 1;
|
|
|
|
+ -ms-flex: 1;
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ min-height: 0;
|
|
|
|
+ width: 95%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.model-item-part {
|
|
|
|
+ -webkit-box-flex: 0;
|
|
|
|
+ -ms-flex: none;
|
|
|
|
+ flex: none;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.bar_item,
|
|
|
|
+.progress_bar {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: justify;
|
|
|
|
+ -ms-flex-pack: justify;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+}
|
|
|
|
+.progress_bar {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 80px;
|
|
|
|
+ line-height: 80px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.bar_item {
|
|
|
|
+ width: 90px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.item_child {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.c_right_grey {
|
|
|
|
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjE1NiAxLjAxYS41NDcuNTQ3IDAgMDAwIC43NjVMNS43MzYgNy41bC01LjU4IDUuNzI0YS41NDguNTQ4IDAgMDAuMTcuODgyLjUyLjUyIDAgMDAuNTc3LS4xMTdMNi44MzcgNy45YS41NzMuNTczIDAgMDAwLS43OTlMLjkwMyAxLjAxYS41MjEuNTIxIDAgMDAtLjc0NyAweiIgZmlsbD0iI0UxRTFFMSIvPjwvc3ZnPg==);
|
|
|
|
+}
|
|
|
|
+.c_right {
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-position: 50%;
|
|
|
|
+ background-size: 29%;
|
|
|
|
+ width: 25px;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.c_play {
|
|
|
|
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjY0NiA0LjU0N0wxLjA4IDcuNzc3Qy42MDYgOC4wNTMgMCA3LjcyIDAgNy4xNjlWLjcwOGMwLS41NTIuNjA1LS44ODQgMS4wNzktLjYxbDUuNTY3IDMuMjNhLjcwMi43MDIgMCAwMTAgMS4yMnoiIGZpbGw9IiMzQjgyRjYiLz48L3N2Zz4=);
|
|
|
|
+ background-size: 40%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.cricle {
|
|
|
|
+ width: 25px;
|
|
|
|
+ height: 25px;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ line-height: 25px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #8e8e8e;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-position: 50%;
|
|
|
|
+ background-size: 50%;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.item-child-label.active {
|
|
|
|
+ color: #4b4b4b;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.item-child-label {
|
|
|
|
+ color: #8e8e8e;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.gm-form-row {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: justify;
|
|
|
|
+ -ms-flex-pack: justify;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ height: 51px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.gfr-content,
|
|
|
|
+.gfr-label {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.gfr-label {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #4b4b4b;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ letter-spacing: 0;
|
|
|
|
+ text-align: left;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ -webkit-box-flex: 0;
|
|
|
|
+ -ms-flex: 0 0 150px;
|
|
|
|
+ flex: 0 0 150px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.gfr-content {
|
|
|
|
+ -webkit-box-flex: 1;
|
|
|
|
+ -ms-flex: 1;
|
|
|
|
+ flex: 1;
|
|
|
|
+ -webkit-box-pack: end;
|
|
|
|
+ -ms-flex-pack: end;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.gen-model-form .left_selects {
|
|
|
|
+ margin-left: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.model-text-length-select {
|
|
|
|
+ width: auto;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: end;
|
|
|
|
+ -ms-flex-pack: end;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+}
|
|
|
|
+.left_selects {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 120px;
|
|
|
|
+ -webkit-box-pack: justify;
|
|
|
|
+ -ms-flex-pack: justify;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+.model-text-length-select .ls-item.active {
|
|
|
|
+ color: #3b82f6;
|
|
|
|
+ border: 1px solid #3b82f6;
|
|
|
|
+ -webkit-box-shadow: inset 0 5px 10px hsla(0,0%,100%,.2);
|
|
|
|
+ box-shadow: inset 0 5px 10px hsla(0,0%,100%,.2);
|
|
|
|
+}
|
|
|
|
+.model-text-length-select .ls-item {
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 30px;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+}
|
|
|
|
+.left_btn_mini.active {
|
|
|
|
+ background-color: #e4f2ff;
|
|
|
|
+ border: 1px solid #3b82f6;
|
|
|
|
+ color: #3b82f6;
|
|
|
|
+}
|
|
|
|
+.left_btn_mini {
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 25px;
|
|
|
|
+ background-color: #f5f5f5;
|
|
|
|
+ color: #909399;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ line-height: 25px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+</style>
|