177 lines
2.5 KiB
Plaintext
177 lines
2.5 KiB
Plaintext
/**index.wxss**/
|
|
.wx-swiper-dots .wx-swiper-dot {
|
|
width: 40rpx;
|
|
height: 10rpx;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.wx-swiper-dots.wx-swiper-dots-horizontal {
|
|
bottom: 80rpx;
|
|
width: 90%;
|
|
text-align: left;
|
|
}
|
|
|
|
.top {
|
|
width: 100vw;
|
|
height: 380rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.top .img {
|
|
width: 100vw;
|
|
height: 450rpx;
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
|
|
.top .avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
background-color: #ffffff;
|
|
margin: 0 32rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.top .name {
|
|
color: white;
|
|
font-size: 38rpx;
|
|
margin-right: 20rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.top .duty {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 80rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 30rpx;
|
|
color: #FFC054;
|
|
border-radius: 40rpx;
|
|
border: 2rpx solid #FFAF54;
|
|
}
|
|
|
|
.top .point {
|
|
color: white;
|
|
font-size: 32rpx;
|
|
margin-right: 20rpx;
|
|
margin-top: 10rpx;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
/* 背景 */
|
|
.item-bg {
|
|
padding: 0 32rpx;
|
|
margin: 0 20rpx;
|
|
margin-top: 20rpx;
|
|
box-shadow: 0rpx 2rpx 2rpx 0rpx #E5E5E5;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.item-msg {
|
|
height: 90rpx;
|
|
margin-top: -10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.item-msg .img {
|
|
width: 52rpx;
|
|
height: 60rpx;
|
|
margin-right: 32rpx;
|
|
}
|
|
|
|
.item-msg .txt {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
padding-right: 32rpx;
|
|
color: #777777;
|
|
}
|
|
|
|
.swiper-msg {
|
|
/* margin-top: -80rpx; */
|
|
height: 400rpx;
|
|
padding: 0;
|
|
}
|
|
|
|
.swiper-msg .item {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 12rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.swiper-msg .img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-msg .item .title {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
left: 0;
|
|
right: 0;
|
|
color: white;
|
|
padding: 15rpx 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.item-bg .title {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.item-bg .title .tab {
|
|
background-color: #f5f5f5;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.item-bg .title .tab text {
|
|
padding: 5rpx 25rpx;
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.item-bg .title .tab .checked {
|
|
background-color: rgba(116, 180, 240, 1);
|
|
color: white;
|
|
}
|
|
|
|
.item-bg .title .tab .left {
|
|
border-radius: 10rpx 0 0 10rpx;
|
|
}
|
|
|
|
.item-bg .title .tab .center {}
|
|
|
|
.item-bg .title .tab .right {
|
|
border-radius: 0 10rpx 10rpx 0;
|
|
}
|
|
|
|
.item-bg .title .icon {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.item-bg .title .txt {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #222222;
|
|
}
|
|
/* 为民服务 */
|
|
.service{
|
|
|
|
}
|
|
.serviceImg{
|
|
|
|
}
|
|
.service .title{
|
|
|
|
}
|
|
.service .con{
|
|
|
|
} |