公司小程序
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.

123 lines
2.6 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.top.data-v-49775238 {
width: 750rpx;
height: 400rpx;
position: relative;
}
.top_banner.data-v-49775238 {
position: relative;
width: 750rpx;
height: auto;
}
.button_add_new.data-v-49775238 {
width: 134rpx;
height: 54rpx;
background: #FFFFFF;
border: 1rpx solid #D49B4B;
opacity: 1;
border-radius: 28rpx;
position: absolute;
bottom: 0;
right: 24rpx;
display: flex;
justify-content: center;
text-align: center;
}
.button_text.data-v-49775238 {
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
color: #D49B4B;
opacity: 1;
}
.tab_title_box.data-v-49775238 {
width: 702rpx;
height: 100rpx;
position: relative;
left: 24rpx;
right: 24rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
}
.tab_title_text.data-v-49775238 {
width: 168rpx;
font-size: 28rpx;
font-weight: 400;
color: #333333;
opacity: 1;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
}
.inner_tab_box_border.data-v-49775238 {
width: 702rpx;
height: 100rpx;
position: relative;
left: 24rpx;
right: 24rpx;
}
.inner_tab_box.data-v-49775238 {
width: 702rpx;
height: 100rpx;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
}
.inner_text_normal.data-v-49775238 {
width: 168rpx;
max-height: 100rpx;
font-size: 24rpx;
font-weight: 400;
color: #333333;
opacity: 1;
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden;
}
.inner_text_green.data-v-49775238 {
width: 168rpx;
max-height: 100rpx;
font-size: 24rpx;
font-weight: 400;
color: #41CF41;
opacity: 1;
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden;
}
.inner_text_orange.data-v-49775238 {
width: 168rpx;
max-height: 100rpx;
font-size: 24rpx;
font-weight: 400;
color: #D49B4B;
opacity: 1;
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden;
}
.list.data-v-49775238 {
width: 750rpx;
background-color: #39B54A;
}