/* pages/fzpxInfo/fzpxInfo.wxss */
|
@import '../../weui.wxss';
|
|
page {
|
height: 100%;
|
background-color: #f1f1f1;
|
}
|
|
.guide-all-list {
|
display: flex;
|
flex-direction: column;
|
padding: 2vh;
|
border-bottom: 1px solid #f2f2f2;
|
}
|
|
.guide-all-list-top {
|
font-size: 16px;
|
color: #333;
|
}
|
|
.guide-all-list-bottom {
|
font-size: 14px;
|
color: #999;
|
display: flex;
|
margin-top: 1vh;
|
}
|
|
.guide-all-list-left {
|
margin-right: auto;
|
}
|
|
.guide-all-list-right {
|
width: 3vh;
|
height: 3vh;
|
}
|
.index-pane-icon {
|
width: 16px;
|
height: 16px;
|
float:right;
|
}
|
|
.fzpxInfo-bg {
|
background-color: #f1f1f1;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
|
.flex1 {
|
flex: 1;
|
overflow-y: scroll;
|
}
|
|
.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: 78rpx;
|
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: 48rpx;
|
}
|
|
.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;
|
}
|
|
.upload {
|
width: 48px;
|
height: 48px;
|
}
|
|
.educt_hasupload_pic {
|
margin: 4px;
|
}
|
|
.fzpxInfo-foot-txt {
|
margin: 6px 6px 24px;
|
line-height: 22PX;
|
}
|
|
.fzpxInfo-foot-button {
|
padding: 12PX;
|
height: 50PX;
|
border-radius: 2PX;
|
text-align: center;
|
line-height: 26PX;
|
font-size: 16PX;
|
margin-top: 12PX;
|
margin-bottom: 12PX;
|
}
|
|
.fixed-bottom {
|
position: fixed;
|
width: 100%;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
}
|
|
.cu-form-group {
|
min-height: 78rpx;
|
}
|
|
.cu-form-group .title {
|
min-width: calc(4em + 30rpx);
|
font-weight: 600;
|
}
|
|
.cu-form-group input {
|
line-height: 48rpx;
|
font-weight: normal;
|
color: #000 !important;
|
text-align: right;
|
}
|
|
.sub-title {
|
padding: 30rpx 30rpx 18rpx;
|
font-size: 28rpx;
|
color: #888;
|
width: 100%;
|
box-sizing: border-box;
|
}
|