first commit
This commit is contained in:
102
衣莎项目/源码/YiShaXiYi/pages/choice/choice.wxss
Normal file
102
衣莎项目/源码/YiShaXiYi/pages/choice/choice.wxss
Normal file
@@ -0,0 +1,102 @@
|
||||
/* user/choice/choice.wxss */
|
||||
@import '../../css/_main.wxss';
|
||||
.title{
|
||||
font-size:36rpx;
|
||||
font-weight:500;
|
||||
color:#282A28;
|
||||
}
|
||||
.pos_cen{
|
||||
position: relative;
|
||||
height: 260rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.cen_img{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.cen_img image{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.cen_p{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 12;
|
||||
}
|
||||
.cen_p .p_text{
|
||||
font-size:50rpx;
|
||||
font-weight:500;
|
||||
color:#ffffff;
|
||||
margin-left: 54rpx;
|
||||
}
|
||||
.cen_p image{
|
||||
margin-left: 10rpx;
|
||||
height: 50rpx;
|
||||
width: 50rpx;
|
||||
}
|
||||
|
||||
/* 热心服务 */
|
||||
.service_c{
|
||||
background-color: #ffffff;
|
||||
height: 155rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.service_cen{
|
||||
width: 100%;
|
||||
padding: 0 32rpx;
|
||||
}
|
||||
.service_title{
|
||||
font-size:32rpx;
|
||||
font-weight:500;
|
||||
}
|
||||
.service_see{
|
||||
padding: 10rpx 20rpx;
|
||||
background: linear-gradient(to right, #fe5928 , #fe0516);
|
||||
border-radius: 100rpx;
|
||||
font-size: 22rpx;
|
||||
color: #ffffff;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.service_img{
|
||||
height: 100rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
.service_img image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.service_text{
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
}
|
||||
/* 弹出层 */
|
||||
.branch{
|
||||
width: 80%;
|
||||
background-color: #ffffff;
|
||||
border-radius: 10rpx;
|
||||
padding: 54rpx 50rpx;
|
||||
}
|
||||
.bac_cell{
|
||||
background-color: rgba(245,245,245,1);
|
||||
}
|
||||
.wux-cell:after{
|
||||
border-bottom: 0;
|
||||
}
|
||||
.branch_sub{
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
background:rgba(54,217,108,1);
|
||||
border-radius: 40rpx;
|
||||
text-align: center;
|
||||
font-size: 32rpx;
|
||||
color: #ffffff;
|
||||
margin-top: 35rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user