296 lines
4.7 KiB
Plaintext
Raw Normal View History

2024-02-22 18:57:41 +08:00
@import "../../tabBar.wxss";
2024-08-16 16:09:00 +08:00
.containerView.public {
position: relative;
background: #fbfbfb;
padding-bottom: 300rpx;
}
2024-03-13 17:21:06 +08:00
.topHead {
position: relative;
2024-08-28 17:00:02 +08:00
height: 530rpx;
2024-08-05 16:28:32 +08:00
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;
2024-08-28 17:00:02 +08:00
height: 400rpx;
2024-08-05 16:28:32 +08:00
}
.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;
}
2024-08-16 16:09:00 +08:00
.topHead .homeView {
2024-08-05 16:28:32 +08:00
position: absolute;
z-index: 4;
left: 40rpx;
top: 100rpx;
2024-08-16 16:09:00 +08:00
2024-08-05 16:28:32 +08:00
border-radius: 50rpx;
width: 50rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
background: #4b71be;
2024-03-13 17:21:06 +08:00
}
2024-07-26 16:36:45 +08:00
.topHead .title {
2024-03-13 17:21:06 +08:00
position: absolute;
2024-08-05 16:28:32 +08:00
z-index: 4;
2024-07-26 16:36:45 +08:00
left: 50%;
2024-08-05 16:28:32 +08:00
top: 120rpx;
2024-07-26 16:36:45 +08:00
transform: translateX(-50%);
2024-08-05 16:28:32 +08:00
font-size: 32rpx;
color: #FFFFFF;
line-height: 1rpx;
text-align: left;
2024-03-13 17:21:06 +08:00
}
2024-07-26 16:36:45 +08:00
.topHead .contentView {
position: absolute;
2024-08-05 16:28:32 +08:00
z-index: 4;
left: 0;
top: 280rpx;
padding-left: 58rpx;
2024-03-13 17:21:06 +08:00
}
2024-07-26 16:36:45 +08:00
.topHead .contentView .label1 {
2024-08-28 17:00:02 +08:00
font-size: 57rpx;
2024-08-05 16:28:32 +08:00
color: #FFFFFF;
line-height: 1;
2024-08-28 17:00:02 +08:00
font-weight: 700;
2024-02-21 17:43:11 +08:00
}
2024-07-26 16:36:45 +08:00
.topHead .contentView .label2 {
2024-08-28 17:00:02 +08:00
font-size: 35rpx;
2024-08-05 16:28:32 +08:00
color: #FFFFFF;
line-height: 1;
margin-top: 40rpx;
2024-08-28 17:00:02 +08:00
font-weight: 700;
2024-02-21 17:43:11 +08:00
}
2024-08-05 16:28:32 +08:00
.logo {
2024-07-26 16:36:45 +08:00
position: absolute;
z-index: 10;
2024-07-26 16:36:45 +08:00
left: 50%;
2024-08-28 17:00:02 +08:00
top: 420rpx;
2024-07-26 16:36:45 +08:00
transform: translateX(-50%);
2024-08-28 17:00:02 +08:00
width: 250rpx;
height: 250rpx;
2024-02-21 17:43:11 +08:00
}
2024-02-23 11:59:50 +08:00
.itemTitleView {
2024-07-26 16:36:45 +08:00
border-left: 8rpx solid #76aef9;
2024-02-23 11:59:50 +08:00
display: flex;
justify-content: space-between;
align-items: center;
2024-08-28 17:00:02 +08:00
margin: 100rpx 50rpx 0;
2024-02-23 11:59:50 +08:00
}
.itemTitleView .title {
margin-left: 10rpx;
2024-08-28 17:00:02 +08:00
font-size: 32rpx;
2024-02-23 11:59:50 +08:00
color: #141414;
2024-08-28 17:00:02 +08:00
font-weight: 700;
2024-02-23 11:59:50 +08:00
}
2024-03-13 17:21:06 +08:00
2024-08-16 16:09:00 +08:00
.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 {
2024-12-14 11:21:57 +08:00
font-size: 32rpx;
2024-08-16 16:09:00 +08:00
color: gray;
margin-top: 16rpx;
}
.infoView .itemView .contentView .time {
2024-12-14 11:21:57 +08:00
font-size: 28rpx;
2024-08-16 16:09:00 +08:00
color: gray;
margin-top: 10rpx
2024-08-16 16:09:00 +08:00
}
2024-02-23 11:59:50 +08:00
2024-02-21 17:43:11 +08:00
.fixed {
2024-08-28 17:00:02 +08:00
/* padding: 0 30rpx 10rpx 30rpx; */
width: 60%;
margin: 0px auto;
/* display: inline; */
/* display: flex; */
/* flex-wrap: wrap; */
2024-02-22 18:57:41 +08:00
/* border-radius: 20rpx; */
2024-02-21 17:43:11 +08:00
}
.fixedbox {
width: 50%;
2024-02-22 18:57:41 +08:00
text-align: center;
2024-08-28 17:00:02 +08:00
margin-top: 70rpx;
float: left;
2024-02-21 17:43:11 +08:00
}
.bot {
2024-02-22 18:57:41 +08:00
border-bottom: 3rpx solid #f4f4f4;
margin-bottom: 40rpx;
2024-02-21 17:43:11 +08:00
}
.newbox {
2024-02-22 18:57:41 +08:00
background: white;
padding: 10rpx 30rpx;
margin-top: 20rpx;
2024-02-21 17:43:11 +08:00
}
.btn {
2024-02-22 18:57:41 +08:00
position: absolute;
top: 10%;
right: 30rpx;
color: white;
background: #ffa200;
padding: 0 40rpx;
height: 62rpx;
border-radius: 31rpx;
text-align: center;
line-height: 62rpx;
2024-02-21 17:43:11 +08:00
}
.gray {
2024-02-22 18:57:41 +08:00
filter: grayscale(98%);
filter: gray;
2024-02-21 17:43:11 +08:00
}
2024-03-13 17:21:06 +08:00
.loopView {
position: relative;
}
2024-02-23 11:59:50 +08:00
.swiper-box {
box-sizing: border-box;
2024-02-27 08:59:07 +08:00
border-radius: 14rpx;
2024-02-23 11:59:50 +08:00
height: 358rpx;
margin: 0 22rpx;
2024-02-27 08:59:07 +08:00
overflow: hidden;
2024-02-23 11:59:50 +08:00
}
2024-03-04 15:08:41 +08:00
.logoImg {
2024-03-13 17:21:06 +08:00
position: absolute;
left: 50rpx;
top: 30rpx;
2024-06-28 17:30:25 +08:00
width: 145rpx;
height: 54rpx;
2024-03-04 15:08:41 +08:00
z-index: 999;
}
2024-02-23 11:59:50 +08:00
.swiper-box .img {
width: 100%;
height: 100%;
}
2024-02-21 17:43:11 +08:00
/* 轮播小点点 */
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
2024-02-22 18:57:41 +08:00
margin-left: 36%;
2024-02-21 17:43:11 +08:00
}
.swiper-box .wx-swiper-dot {
2024-02-22 18:57:41 +08:00
width: 20rpx;
display: inline-flex;
height: 5rpx;
margin-left: 10rpx;
justify-content: space-between;
2024-02-21 17:43:11 +08:00
}
.swiper-box .wx-swiper-dot::before {
2024-02-22 18:57:41 +08:00
content: '';
flex-grow: 1;
background: rgba(255, 255, 255, 0.8);
border-radius: 0rpx
2024-02-21 17:43:11 +08:00
}
.swiper-box .wx-swiper-dot-active::before {
2024-02-22 18:57:41 +08:00
background: #ff3333;
2024-02-21 17:43:11 +08:00
}
.swiper-box .wx-swiper-dot-active {
2024-02-22 18:57:41 +08:00
width: 40rpx;
2024-02-21 17:43:11 +08:00
}
/* 外层组件的宽度可设置成100%或具体数值 */
.adContainer {
2024-02-22 18:57:41 +08:00
width: 100%;
}
2024-02-23 11:59:50 +08:00
.menuImg {
2024-08-28 17:00:02 +08:00
width: 162rpx;
height: 164rpx;
2024-02-23 09:56:56 +08:00
margin-left: 15rpx;
}
2024-02-23 11:59:50 +08:00
.menuTitle {
2024-08-28 17:00:02 +08:00
font-size: 32rpx;
2024-02-23 09:56:56 +08:00
color: #646466;
2024-08-28 17:00:02 +08:00
font-weight: 500;
2024-08-19 17:39:42 +08:00
}
.loadAllLine {
margin-top: 80rpx;
2024-02-21 17:43:11 +08:00
}