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

151 lines
2.6 KiB
Plaintext

page {
background: #e50014;
}
.cy-swiper-view {
width: 100%;
height: 450rpx;
background-color: white;
}
.cy-swiper-view image {
width: 100%;
height: 100%;
}
.cy-view-title {
margin-top: -28rpx;
width: 534rpx;
height: 80rpx;
border-radius: 42rpx;
color: #000;
z-index: 99;
}
.cy-view-title text {
width: 519rpx;
height: 68rpx;
border-radius: 35rpx;
font-size: 36rpx;
font-family: YRDZST-Semibold;
font-weight: 500;
color: rgba(0, 0, 0, 1);
}
.cy-view-bottom {
width: 100%;
height: auto;
/* margin-top: 24rpx; */
float: left;
}
.cy-view-item {
width: 710rpx;
height: 480rpx;
margin-left: 20rpx;
margin-top: 20rpx;
background-color: white;
float: left;
border-radius: 40rpx;
}
.cy-view-item:last-child{
margin-bottom: 40rpx;
}
.cy-swiper-view .wx-swiper-dot {
margin-bottom: 22rpx;
}
.cy_view_menu {
width: 95%;
height: 190rpx;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
background: rgba(255, 255, 255, 1);
border-radius: 20rpx;
margin-top: 15rpx;
/* background-image: url(http://bpic.588ku.com//back_origin_min_pic/20/05/13/ffcb0201d746fbd778ac114ce3ec2291.jpg);
background-repeat: no-repeat;
background-size: 100% 100%; */
}
.cy_view_menu_item {
width: 130rpx;
height: 150rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.cy_view_menu_item_img {
display: block;
width: 100rpx;
height: 100rpx;
/* border-radius: 50%; */
margin: auto auto;
}
.cy_view_menu_item_meg {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(102, 102, 102, 1);
text-align: center;
width: 100rpx;
overflow: hidden;
white-space: nowrap;
}
.cy_view_announcement {
width: 710rpx;
height: 65rpx;
background: rgba(255, 223, 212, 1);
border-radius: 10rpx;
margin-top: 20rpx;
margin-bottom: 5rpx;
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: start;
}
.cy_view_announcement_content {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(255, 62, 30, 1);
line-height: 65rpx;
padding-left: 27rpx;
}
.cy_view_announcement_icon {
width: 68rpx;
height: 68rpx;
background: rgba(255, 223, 212, 1);
box-shadow: 4rpx 0rpx 4rpx 0rpx rgba(255, 62, 30, 0.1);
border-radius: 10rpx 0rpx 0rpx 10rpx;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
.cy_view_announcement_icon image{
width: 30rpx;
height: 30rpx;
display: block;
}
.cy-click-image{
position: absolute;
}
.cy-click-image image{
width: 45rpx;
height: 45rpx;
}