12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .wenjuan.data-v-a7c11d90 {
- padding: 0 15px 20px;
- }
- .wenjuan .title_wrap.data-v-a7c11d90 {
- border-bottom: 1px dashed #999999;
- }
- .wenjuan .title_wrap .title.data-v-a7c11d90 {
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- padding-bottom: 10px;
- }
- .wenjuan .title_wrap .notice.data-v-a7c11d90 {
- background-color: #f0f0f0;
- padding: 5px;
- border-radius: 6px;
- margin-bottom: 10px;
- font-size: 12px;
- line-height: 22px;
- }
- .wenjuan .title_wrap .notice text.data-v-a7c11d90 {
- font-size: 14px;
- font-weight: 550;
- }
- .wenjuan .wrap.data-v-a7c11d90 {
- margin-top: 15px;
- margin-bottom: 30px;
- }
- .wenjuan .wrap .item.data-v-a7c11d90 {
- margin-bottom: 30px;
- }
- .wenjuan .wrap .item .item_title.data-v-a7c11d90 {
- margin-bottom: 10px;
- }
- .wenjuan .wrap .item .item_title .star.data-v-a7c11d90 {
- color: red;
- margin-right: 2px;
- }
- .wenjuan .wrap .item u-input.data-v-a7c11d90 {
- margin-top: 10px;
- border: 1px solid;
- width: 50%;
- padding: 5px 8px;
- height: 30px;
- box-sizing: border-box;
- }
- .wenjuan .btn.data-v-a7c11d90 {
- height: 40px;
- background-color: #3B7653;
- color: #fff;
- font-size: 16px;
- line-height: 40px;
- text-align: center;
- border-radius: 20px;
- }
- .wenjuan .wraning.data-v-a7c11d90 {
- color: #CE3C39;
- font-size: 14px;
- text-align: center;
- }
|