123456789101112131415161718192021222324 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .change.data-v-f59665fe {
- padding: 0 20px;
- margin-top: 10px;
- background-color: #fff;
- }
- .change .submit.data-v-f59665fe {
- height: 45px;
- width: 60%;
- line-height: 45px;
- margin: 0 auto;
- margin-top: 100px;
- background-color: #D12727;
- text-align: center;
- color: #fff;
- border-radius: 22px;
- font-size: 16px;
- }
|