You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
1.9 KiB
99 lines
1.9 KiB
2 years ago
|
/* subpages/redSail/pages/flowParty/flowParty.wxss */
|
||
|
page {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
overflow-y: auto;
|
||
|
background: #f5f5f5;
|
||
|
font-family: PingFang SC;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.gray{
|
||
|
background-color: #fafafa;
|
||
|
}
|
||
|
.card{
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.card .title{
|
||
|
height: 100rpx;
|
||
|
line-height: 100rpx;
|
||
|
text-align: center;
|
||
|
border-bottom: 1px solid #e9e9e9;
|
||
|
}
|
||
|
.card .content{
|
||
|
padding: 30rpx;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
.card .look{
|
||
|
color: #999999;
|
||
|
text-align: center;
|
||
|
margin-bottom: 30rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.card .look checkbox-group {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.buttom_btn{
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
height: 120rpx;
|
||
|
background-color: #fff;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.buttom_btn .back{
|
||
|
width: 46%;
|
||
|
height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
}
|
||
|
.buttom_btn .next{
|
||
|
width: 46%;
|
||
|
height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.basic-info {
|
||
|
width: 95%;
|
||
|
background: #fff;
|
||
|
border-radius: 16rpx;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 20rpx;
|
||
|
margin: 20rpx auto;
|
||
|
}
|
||
|
.basic-info .list-item {
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.basic-info .list-item .left .must {
|
||
|
color: #F61616;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
.basic-info .list-item .left .title {
|
||
|
color: #333;
|
||
|
font-size: 34rpx;
|
||
|
}
|
||
|
.basic-info .list-item .left {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
height: 100rpx;
|
||
|
}
|
||
|
.basic-info .list-item .right {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: flex-end;
|
||
|
}
|
||
|
.basic-info .list-item .right picker{
|
||
|
width: 100rpx;
|
||
|
}
|
||
|
.basic-info .list-item .right input{
|
||
|
text-align: right;
|
||
|
}
|