/* pages/fzpxInfo/fzpxInfo.wxss */
|
|
.fzpxInfo-bg {
|
background-color: #f1f1f1;
|
height: 100%;
|
}
|
|
.fzpxInfo-main {
|
background: #fff;
|
}
|
|
.fzpxInfo-main-t {
|
font-size: 16PX;
|
font-weight: 600;
|
border-bottom: 1rpx solid #eee;
|
background-color: var(--white);
|
padding: 1rpx 30rpx;
|
display: flex;
|
align-items: center;
|
min-height: 100rpx;
|
justify-content: space-between;
|
border-top: 1rpx solid #eee;
|
}
|
|
.fzpxInfo-main-group {
|
background-color: var(--white);
|
padding: 1rpx 30rpx;
|
display: flex;
|
align-items: center;
|
min-height: 100rpx;
|
justify-content: space-between;
|
border-top: 1rpx solid #eee;
|
}
|
|
.fzpxInfo-main-group-title {
|
text-align: justify;
|
padding-right: 30rpx;
|
font-size: 30rpx;
|
position: relative;
|
height: 60rpx;
|
line-height: 60rpx;
|
min-width: calc(4em + 30rpx);
|
font-weight: 600;
|
}
|
|
.fzpxInfo-main-group-around {
|
line-height: 24PX;
|
}
|
|
.fzpxInfo-foot {
|
background: #fff;
|
padding: 1px 30rpx;
|
}
|
|
.fzpxInfo-foot-title {
|
text-align: justify;
|
padding-right: 30rpx;
|
font-size: 30rpx;
|
position: relative;
|
height: 60rpx;
|
line-height: 60rpx;
|
min-width: calc(4em + 30rpx);
|
font-weight: 600;
|
}
|
|
.fzpxInfo-foot-txt {
|
margin: 6px 6px 24px;
|
line-height: 22PX;
|
}
|
|
.fzpxInfo-foot-button {
|
padding: 12PX;
|
background: #249eff;
|
color: #fff;
|
height: 50PX;
|
border-radius: 2PX;
|
text-align: center;
|
line-height: 26PX;
|
font-size: 16PX;
|
margin-top: 12PX;
|
margin-bottom: 12PX;
|
}
|