@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .dropWrap.data-v-30fce8e2 { box-sizing: border-box; width: 145px; height: 30px; font-size: 12px; background: #F7F7F7; color: #138E57; border-radius: 3px; padding: 4px 8px; display: flex; align-items: center; justify-content: space-between; } .dropWrap .sanjiao.data-v-30fce8e2 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .dropWrap .sanjiao image.data-v-30fce8e2 { width: 13px; height: 18px; } .dropdown.data-v-30fce8e2 { position: absolute; z-index: 100; } .dropdown .ul.data-v-30fce8e2 { width: 145px; position: relative; z-index: 101; list-style: none; background-color: #fff; border-radius: 4rpx; padding-left: 0; box-shadow: 6rpx 6rpx 10rpx rgba(122, 122, 122, 0.2); transition: all 0.2s; height: 0; overflow: hidden; } .dropdown .ul .li.data-v-30fce8e2 { box-sizing: border-box; color: #000; height: 30px; border-bottom: 1px solid #e6eaeb; font-size: 24rpx; line-height: 30px; padding-left: 8px; } .dropdown .ul .li.data-v-30fce8e2:last-child { border-bottom: none; } .dropdown .show.data-v-30fce8e2 { height: calc( var(--i) * 30px); } .dropdown .dropdown-mask.data-v-30fce8e2 { top: 0; left: 0; position: fixed; width: 100vw; height: 100vh; z-index: 100; pointer-events: auto; } .dropdown .undropdown-mask.data-v-30fce8e2 { pointer-events: none; }