公司小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.5 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.top.data-v-e95d59f8 {
width: 750rpx;
height: auto;
position: relative;
}
.top_image.data-v-e95d59f8 {
width: 750rpx;
height: auto;
position: relative;
top: 0rpx;
}
.top_action_panel.data-v-e95d59f8 {
display: flex;
flex-direction: row;
width: 750rpx;
height: 186rpx;
position: absolute;
bottom: 0rpx;
display: flex;
flex-direction: row;
}
.top_action_item_panal.data-v-e95d59f8 {
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-e95d59f8 {
height: 360rpx;
position: relative;
margin-left: 24rpx;
margin-right: 24rpx;
}
.indicator.data-v-e95d59f8 {
display: flex;
flex-direction: row;
justify-content: center;
}
.indicator__dot.data-v-e95d59f8 {
height: 12rpx;
width: 12rpx;
border-radius: 100rpx;
background-color: #E2E2E2;
margin: 0 16rpx;
transition: background-color 0.3s;
}
.indicator__dot__active.data-v-e95d59f8 {
background-color: #D49B4B;
width: 17rpx;
height: 10rpx;
border-radius: 50rpx;
}