@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .main_background.data-v-52f690a6 { opacity: 1; border-radius: 0px; overflow: scroll; touch-action: auto; flex-direction: column; display: flex; margin: 0 auto; left: 0; top: 0; bottom: 0; right: 0; position: relative; } .top.data-v-52f690a6 { height: 589rpx; position: relative; } .top_image.data-v-52f690a6 { width: 750rpx; height: 589rpx; position: absolute; top: 0rpx; } .top_action_panel.data-v-52f690a6 { display: flex; flex-direction: row; width: 750rpx; height: 186rpx; position: absolute; bottom: 0rpx; display: flex; flex-direction: row; } .top_action_item_panal.data-v-52f690a6 { width: 341rpx; height: 186rpx; background-color: #FFFFFF; position: absolute; box-shadow: 0rpx 3rpx 5rpx rgba(0, 0, 0, 0.1); border-radius: 20rpx; display: flex; flex-direction: column; align-items: center; } .project.data-v-52f690a6 { height: 360rpx; position: relative; margin-left: 24rpx; margin-right: 24rpx; } .indicator.data-v-52f690a6 { display: flex; flex-direction: row; justify-content: center; } .indicator__dot.data-v-52f690a6 { height: 12rpx; width: 12rpx; border-radius: 100rpx; background-color: #E2E2E2; margin: 0 16rpx; transition: background-color 0.3s; } .indicator__dot__active.data-v-52f690a6 { background-color: #D49B4B; width: 17rpx; height: 10rpx; border-radius: 50rpx; }