first commit
This commit is contained in:
68
衣莎项目/源码/YiShaXiYi/pages/housekeeping/housekeeping.wxss
Normal file
68
衣莎项目/源码/YiShaXiYi/pages/housekeeping/housekeeping.wxss
Normal file
@@ -0,0 +1,68 @@
|
||||
/* pages/housekeeping/housekeeping.wxss */
|
||||
page{
|
||||
background: url("http://cdn.yishaxiyi.com/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190904110656.png");
|
||||
}
|
||||
.housekeeping{
|
||||
height: 600rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.housekeeping-tit-img{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.housekeeping-tit-img image{
|
||||
flex: 1;
|
||||
}
|
||||
.housekeeping-tit{
|
||||
width: 100%;
|
||||
}
|
||||
.housekeeping-tit-p{
|
||||
margin: 0 auto;
|
||||
padding: 9rpx 40rpx;
|
||||
background-color: #ffffff;
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 30rpx;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
color: #3c72fa;
|
||||
border-radius: 50rpx;
|
||||
}
|
||||
.housekeeping-list{
|
||||
width: 567rpx;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
.housekeeping-list-l,.housekeeping-list-r{
|
||||
text-align: center;
|
||||
}
|
||||
.tit-p{
|
||||
padding: 18rpx 0;
|
||||
font-family: PingFang-SC-Bold;
|
||||
font-size: 28rpx;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
color: #ffd502;
|
||||
border-bottom: 2rpx solid #7396ed;
|
||||
}
|
||||
.hou-list-p{
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 26rpx;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.btn{
|
||||
margin: 50rpx auto;
|
||||
width: 685rpx;
|
||||
height: 88rpx;
|
||||
text-align: center;
|
||||
line-height: 88rpx;
|
||||
background-color: #ffd502;
|
||||
border-radius: 10rpx;
|
||||
font-family: PingFang-SC-Medium;
|
||||
font-size: 36rpx;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
color: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user