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

102 lines
2.0 KiB

3 years ago
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.main.data-v-34bafb84 {
width: 702rpx;
height: 593rpx;
3 years ago
background-color: #FFFFFF;
opacity: 1;
border-radius: 20rpx;
position: relative;
margin-left: 24rpx;
margin-right: 24rpx;
}
.top.data-v-34bafb84 {
height: 110rpx;
width: 702rpx;
border-radius: 20rpx;
position: relative;
}
.tabs.data-v-34bafb84 {
width: 364rpx;
3 years ago
border-radius: 20rpx;
position: absolute;
height: 110rpx;
}
.more.data-v-34bafb84 {
width: 110rpx;
height: 110rpx;
border-radius: 20rpx;
position: absolute;
right: 10rpx;
}
.more_icon.data-v-34bafb84 {
width: 24rpx;
height: 24rpx;
position: absolute;
top: 46rpx;
right: 20rpx;
}
.itemArea.data-v-34bafb84 {
width: 702rpx;
height: 473rpx;
position: relative;
border-radius: 20rpx;
}
.rowItem.data-v-34bafb84 {
width: 702rpx;
height: 157rpx;
position: relative;
border-radius: 20rpx;
}
.itemTitle.data-v-34bafb84 {
3 years ago
width: 431rpx;
font-size: 26rpx;
font-weight: 400;
color: #333333;
opacity: 1;
position: absolute;
left: 20rpx;
top: 24rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.intro.data-v-34bafb84 {
3 years ago
width: 431rpx;
font-size: 24rpx;
font-weight: 400;
color: #333333;
opacity: 1;
position: absolute;
left: 20rpx;
bottom: 55rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.time.data-v-34bafb84 {
width: 212rpx;
font-size: 20rpx;
font-weight: 400;
color: #999999;
opacity: 1;
position: absolute;
left: 20rpx;
bottom: 12rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.itemImage.data-v-34bafb84 {
width: 192rpx;
height: 109rpx;
position: absolute;
top: 30rpx;
right: 20rpx;
}
3 years ago