123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .upload_image.data-v-688b877f {
- width: 90%;
- margin: 0 auto;
- }
- .upload_image text.data-v-688b877f {
- display: inline-block;
- margin-top: 10px;
- }
- .complate.data-v-688b877f,
- .complate1.data-v-688b877f {
- 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-688b877f {
- margin-top: 30px;
- }
- .real-name.data-v-688b877f {
- padding: 0 16px;
- padding-bottom: 40px;
- }
- .real-name .item.data-v-688b877f {
- display: flex;
- align-items: center;
- height: 46px;
- line-height: 46px;
- position: relative;
- padding-left: 10px;
- }
- .real-name .item .star.data-v-688b877f {
- position: absolute;
- color: red;
- left: 0;
- }
- .real-name .item .label.data-v-688b877f {
- 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-688b877f {
- flex: 1;
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: rgba(40, 40, 40, 0.42);
- text-align: right;
- }
- .real-name .item .right image.data-v-688b877f {
- width: 17px;
- height: 17px;
- opacity: 1;
- }
- .real-name .form.data-v-688b877f {
- position: relative;
- }
- .real-name .form .back.data-v-688b877f {
- 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-688b877f {
- padding: 0 20px;
- height: 40px;
- line-height: 40px;
- }
- .real-name .form .input.data-v-688b877f {
- margin: 0 20px;
- height: 40px;
- line-height: 40px;
- border-bottom: solid 1px rgba(175, 175, 175, 0.2);
- }
- .real-name .item1.data-v-688b877f {
- position: relative;
- }
- .real-name .item1 .star.data-v-688b877f {
- position: absolute;
- color: red;
- left: 0;
- top: 14px;
- }
- .real-name .item1 .dec.data-v-688b877f {
- 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-688b877f {
- width: 229px;
- height: 56px;
- line-height: 56px;
- background: #3B7653;
- text-align: center;
- border-radius: 28px;
- margin: 0 auto;
- margin-top: 50px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #fff;
- opacity: 1;
- }
|