71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
/* pages/newAddPage/letterCommitment/index.wxss */
|
|
.radio_custom_class{
|
|
padding: 10rpx 100rpx 10rpx 0;
|
|
}
|
|
.radio_label_class{
|
|
color: #ffffff !important;
|
|
}
|
|
.tableStyle{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 50%;
|
|
}
|
|
.leftBox{
|
|
padding: 12rpx 30rpx;
|
|
border: 1px solid #fff;
|
|
width: 184rpx;
|
|
text-align: center;
|
|
}
|
|
.rightBox{
|
|
width: 110rpx;
|
|
padding: 10rpx;
|
|
/* box-sizing: border-box; */
|
|
border: 1px solid #fff;
|
|
}
|
|
.oneBox-style{
|
|
display: flex;
|
|
}
|
|
.identity{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
width: 50%;
|
|
height: 408rpx;
|
|
line-height: 408rpx;
|
|
text-align: center;
|
|
border: 1px solid #fff;
|
|
}
|
|
.gongsi-action{
|
|
display: flex;
|
|
align-items: center;
|
|
border: 1px solid #fff;
|
|
font-size: 10px;
|
|
}
|
|
.gongsi-jiaoyu{
|
|
writing-mode: vertical-lr;
|
|
-webkit-writing-mode: vertical-lr;
|
|
-ms-writing-mode: vertical-lr;
|
|
font-size: 12px;
|
|
}
|
|
.gongsi-content{
|
|
width: 60%;
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
.top-jiaoyu{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.top-jiaoyutext{
|
|
font-size: 6px;
|
|
}
|
|
.jiaoyuBox{
|
|
width: 208rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 228rpx;
|
|
} |