@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .container.data-v-83f3f3cc { padding: 10px; } #editor.data-v-83f3f3cc { width: 100%; height: 300px; background-color: #CCCCCC; } button.data-v-83f3f3cc { margin-top: 10px; } .upload_image1.data-v-83f3f3cc { height: 100px; width: 100px; overflow: hidden; margin-left: 10px; } .upload_image.data-v-83f3f3cc { width: 90%; margin: 0 auto; } .complate.data-v-83f3f3cc, .complate1.data-v-83f3f3cc { width: 50%; margin: 0 auto; margin-top: 20%; line-height: 44px; text-align: center; height: 44px; background: #3B7653; opacity: 1; border-radius: 24px; font-size: 18px; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; opacity: 1; } .complate1.data-v-83f3f3cc { margin-top: 30px; } .real-name.data-v-83f3f3cc { padding: 0 16px; } .real-name .history.data-v-83f3f3cc { font-size: 12px; font-family: PingFang SC; font-weight: 400; height: 30px; line-height: 30px; text-align: right; color: #282828; opacity: 1; } .real-name .item.data-v-83f3f3cc { display: flex; align-items: center; height: 46px; line-height: 46px; } .real-name .item .label.data-v-83f3f3cc { flex: 0 0 30%; font-size: 16px; font-family: PingFang SC; font-weight: bold; line-height: 20px; color: #282828; opacity: 1; } .real-name .item .right.data-v-83f3f3cc { flex: 1; font-size: 13px; font-family: PingFang SC; font-weight: 400; line-height: 20px; color: #282828; opacity: 0.42; text-align: right; } .real-name .form.data-v-83f3f3cc { position: relative; } .real-name .form .back.data-v-83f3f3cc { position: absolute; left: 10px; top: 0px; width: 30px; height: 44px; line-height: 44px; text-align: center; z-index: 9999; } .real-name .form .title.data-v-83f3f3cc { padding: 0 20px; height: 40px; line-height: 40px; font-size: 16px; font-weight: 550; } .real-name .form .input.data-v-83f3f3cc { margin: 0 20px; height: 40px; line-height: 40px; border-bottom: solid 1px rgba(175, 175, 175, 0.2); } .real-name .form .input1.data-v-83f3f3cc { margin: 0 20px; height: 40px; line-height: 40px; border: solid 1px rgba(175, 175, 175, 0.2); } .real-name .item1 .dec.data-v-83f3f3cc { font-size: 13px; font-family: PingFang SC; font-weight: 400; line-height: 20px; color: #AFAFAF; opacity: 1; padding-bottom: 10px; border-bottom: solid 1px rgba(175, 175, 175, 0.2); } .real-name .buttom.data-v-83f3f3cc { width: 229px; height: 56px; line-height: 56px; background: #D5D8DB; text-align: center; border-radius: 28px; margin: 0 auto; margin-top: 40%; font-size: 18px; font-family: PingFang SC; font-weight: bold; color: #282828; opacity: 1; }