@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .uni-forms-item__content.data-v-5e8f8ff4 { display: flex; align-items: center; } .u-tag__text.data-v-5e8f8ff4 { font-size: 22rpx; padding: 0 10rpx; } .popup-height.data-v-5e8f8ff4 { padding: 0 25rpx; background-color: #fff; } .formBox.data-v-5e8f8ff4 { margin: 20rpx; padding: 40rpx 26rpx 20rpx; border-radius: 14rpx; box-shadow: 0px 1px 10px 2px #e2e2e2; background-color: #fff; } .formBox .uni-data-select.data-v-5e8f8ff4 { width: 100%; } .formBox .tui-order-title.data-v-5e8f8ff4 { position: relative; font-size: 28rpx; line-height: 28rpx; padding-left: 16rpx; box-sizing: border-box; } .formBox .tui-order-title.data-v-5e8f8ff4::before { content: ''; position: absolute; left: 0; top: 0; border-left: 8rpx solid #5fd9ee; height: 120%; border-radius: 4rpx; } .line.data-v-5e8f8ff4 { height: 10rpx; width: 100%; background: #eee; margin-bottom: 44rpx; } .bottom.data-v-5e8f8ff4 { width: 100%; height: 150rpx; background: #fff; position: fixed; bottom: 0; left: 0; } .bottom-btn.data-v-5e8f8ff4 { width: 90%; text-align: center; height: 100rpx; margin: 25rpx auto 0; background: #60F3FF; line-height: 100rpx; border-radius: 20rpx; color: #fff; font-size: 24rpx; }