12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .success.data-v-8d0e9808 {
- text-align: center;
- }
- .success image.data-v-8d0e9808 {
- width: 90px;
- height: 90px;
- margin: 0 auto;
- margin-top: 30%;
- }
- .success .tip.data-v-8d0e9808 {
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- margin-top: 5px;
- opacity: 1;
- }
- .success .text.data-v-8d0e9808 {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- margin: 0 40px;
- margin-top: 22px;
- color: #6C6C6C;
- opacity: 1;
- text-align: left;
- }
- .success .back.data-v-8d0e9808 {
- width: 108px;
- height: 35px;
- line-height: 35px;
- margin: 0 auto;
- margin-top: 50px;
- border: 1px solid #707070;
- opacity: 1;
- border-radius: 21px;
- }
|