yuminge-app/yun-min-program-plugin-master/packageH/circleCommunity/circleSelect/circleSelect.wxss

78 lines
1.4 KiB
Plaintext

/* packageH/circleCommunity/circleSelect/circleSelect.wxss */
.select-box {
padding: 1.7188rem 0;
display: flex;
justify-content: space-evenly;
}
.select-box .select-one {
width: 8.75rem;
height: 10rem;
background-color: #fff;
border-radius: 0.625rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.select-box .select-one .img {
width: 4.4375rem;
height: 4.4375rem;
margin-bottom: 1.1875rem;
}
.select-box .select-one .img image {
width: 100%;
height: 100%;
}
.select-box .select-one .Invitation-box {
width: 4.0625rem;
height: 1.5625rem;
background-color: #fac337;
border-radius: 0.7813rem;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 0.875rem;
}
.select-box .select-two {
width: 8.75rem;
height: 10rem;
background-color: #fff;
border-radius: 0.625rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.select-box .select-two .img {
width: 4.4375rem;
height: 4.4375rem;
margin-bottom: 1.1875rem;
}
.select-box .select-two .img image {
width: 100%;
height: 100%;
}
.select-box .select-two .video-box {
width: 4.0625rem;
height: 1.5625rem;
background-color: #37b3fa;
border-radius: 0.7813rem;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 0.875rem;
}