@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .detail_list.data-v-3a48915c { padding: 16px; } .detail_list .empty.data-v-3a48915c { margin-top: 100px; } .detail_list .enptyStatus.data-v-3a48915c { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 30px 10px; } .detail_list .enptyStatus image.data-v-3a48915c { width: 80px; height: 110px; } .detail_list .enptyStatus .words.data-v-3a48915c { color: #ffae21; font-size: 14px; padding-top: 10px; } .detail_list .header.data-v-3a48915c { display: flex; } .detail_list .header .xuehao.data-v-3a48915c { width: 33%; text-align: center; height: 40px; line-height: 40px; border: 1px solid #cccccc; font-size: 16px; font-weight: 900; background-color: #e3e3e3; } .detail_list .bodys.data-v-3a48915c { display: flex; } .detail_list .bodys .xuehao.data-v-3a48915c { width: 33%; text-align: center; height: 40px; line-height: 40px; border: 1px solid #cccccc; border-top: 0; font-size: 16px; }