mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 06:39:37 +08:00
296 lines
4.7 KiB
Plaintext
296 lines
4.7 KiB
Plaintext
@import "../../tabBar.wxss";
|
|
|
|
.containerView.public {
|
|
position: relative;
|
|
background: #fbfbfb;
|
|
padding-bottom: 300rpx;
|
|
}
|
|
|
|
.topHead {
|
|
position: relative;
|
|
height: 530rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.topHead .maskView1 {
|
|
position: absolute;
|
|
z-index: 1;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #4c81e5;
|
|
opacity: 87%;
|
|
border-bottom-left-radius: 96rpx;
|
|
border-bottom-right-radius: 96rpx;
|
|
}
|
|
|
|
.topHead .maskView2 {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 0;
|
|
top: 187rpx;
|
|
width: 446rpx;
|
|
height: 400rpx;
|
|
}
|
|
|
|
.topHead .maskView3 {
|
|
position: absolute;
|
|
z-index: 3;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #4c81e5;
|
|
opacity: 85%;
|
|
border-bottom-left-radius: 96rpx;
|
|
border-bottom-right-radius: 96rpx;
|
|
}
|
|
|
|
.topHead .homeView {
|
|
position: absolute;
|
|
z-index: 4;
|
|
left: 40rpx;
|
|
top: 100rpx;
|
|
|
|
border-radius: 50rpx;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: #4b71be;
|
|
}
|
|
|
|
.topHead .title {
|
|
position: absolute;
|
|
z-index: 4;
|
|
left: 50%;
|
|
top: 120rpx;
|
|
transform: translateX(-50%);
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
line-height: 1rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.topHead .contentView {
|
|
position: absolute;
|
|
z-index: 4;
|
|
left: 0;
|
|
top: 280rpx;
|
|
padding-left: 58rpx;
|
|
}
|
|
|
|
.topHead .contentView .label1 {
|
|
font-size: 57rpx;
|
|
color: #FFFFFF;
|
|
line-height: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.topHead .contentView .label2 {
|
|
font-size: 35rpx;
|
|
color: #FFFFFF;
|
|
line-height: 1;
|
|
margin-top: 40rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.logo {
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 50%;
|
|
top: 420rpx;
|
|
transform: translateX(-50%);
|
|
width: 250rpx;
|
|
height: 250rpx;
|
|
}
|
|
|
|
|
|
.itemTitleView {
|
|
border-left: 8rpx solid #76aef9;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 100rpx 50rpx 0;
|
|
}
|
|
|
|
.itemTitleView .title {
|
|
margin-left: 10rpx;
|
|
font-size: 32rpx;
|
|
color: #141414;
|
|
font-weight: 700;
|
|
}
|
|
|
|
|
|
.itemTitleView .more {
|
|
font-size: 28rpx;
|
|
color: #5482de;
|
|
}
|
|
|
|
.infoView {
|
|
/* border: 1px solid red; */
|
|
background: white;
|
|
margin: 30rpx 20rpx;
|
|
}
|
|
|
|
.infoView .itemView {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 30rpx;
|
|
border-bottom: 2rpx solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
|
|
.infoView .itemView:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.infoView .itemView .contentView {}
|
|
|
|
.infoView .itemView .arrow {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .title {
|
|
font-size: 30rpx;
|
|
color: orange;
|
|
}
|
|
|
|
.infoView .itemView .contentView .msg {
|
|
font-size: 32rpx;
|
|
color: gray;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .time {
|
|
font-size: 28rpx;
|
|
color: gray;
|
|
margin-top: 10rpx
|
|
}
|
|
|
|
|
|
.fixed {
|
|
/* padding: 0 30rpx 10rpx 30rpx; */
|
|
width: 60%;
|
|
margin: 0px auto;
|
|
/* display: inline; */
|
|
/* display: flex; */
|
|
/* flex-wrap: wrap; */
|
|
/* border-radius: 20rpx; */
|
|
}
|
|
|
|
.fixedbox {
|
|
width: 50%;
|
|
text-align: center;
|
|
margin-top: 70rpx;
|
|
float: left;
|
|
}
|
|
|
|
.bot {
|
|
border-bottom: 3rpx solid #f4f4f4;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.newbox {
|
|
background: white;
|
|
padding: 10rpx 30rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.btn {
|
|
position: absolute;
|
|
top: 10%;
|
|
right: 30rpx;
|
|
color: white;
|
|
background: #ffa200;
|
|
padding: 0 40rpx;
|
|
height: 62rpx;
|
|
border-radius: 31rpx;
|
|
text-align: center;
|
|
line-height: 62rpx;
|
|
}
|
|
|
|
.gray {
|
|
filter: grayscale(98%);
|
|
filter: gray;
|
|
}
|
|
|
|
.loopView {
|
|
position: relative;
|
|
}
|
|
|
|
.swiper-box {
|
|
box-sizing: border-box;
|
|
border-radius: 14rpx;
|
|
height: 358rpx;
|
|
margin: 0 22rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.logoImg {
|
|
position: absolute;
|
|
left: 50rpx;
|
|
top: 30rpx;
|
|
width: 145rpx;
|
|
height: 54rpx;
|
|
z-index: 999;
|
|
}
|
|
|
|
.swiper-box .img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* 轮播小点点 */
|
|
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
|
|
margin-left: 36%;
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dot {
|
|
width: 20rpx;
|
|
display: inline-flex;
|
|
height: 5rpx;
|
|
margin-left: 10rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dot::before {
|
|
content: '';
|
|
flex-grow: 1;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
border-radius: 0rpx
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dot-active::before {
|
|
background: #ff3333;
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dot-active {
|
|
width: 40rpx;
|
|
}
|
|
|
|
/* 外层组件的宽度可设置成100%或具体数值 */
|
|
.adContainer {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.menuImg {
|
|
width: 162rpx;
|
|
height: 164rpx;
|
|
margin-left: 15rpx;
|
|
}
|
|
|
|
.menuTitle {
|
|
font-size: 32rpx;
|
|
color: #646466;
|
|
font-weight: 500;
|
|
}
|
|
|
|
|
|
.loadAllLine {
|
|
margin-top: 80rpx;
|
|
} |