51 lines
824 B
Plaintext
51 lines
824 B
Plaintext
|
|
.body {
|
|
width: 750rpx;
|
|
height: 100%;
|
|
padding-top: 22%;
|
|
}
|
|
page {
|
|
background: #FFFFFF;
|
|
}
|
|
.view_form {
|
|
width: 690rpx;
|
|
height: 235rpx;
|
|
/* border-radius: 16px 16px 16px 16px; */
|
|
/* opacity: 1; */
|
|
margin-left: 30rpx;
|
|
padding-top: 28rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
/* border: 1rpx solid red; */
|
|
}
|
|
.view_form_left {
|
|
width: 172rpx;
|
|
height: 235rpx;
|
|
border-radius: 16rpx;
|
|
opacity: 1;
|
|
}
|
|
.view_form_right {
|
|
width: 498rpx;
|
|
height: 100%;
|
|
margin-left: 20rpx;
|
|
}
|
|
.view_form_right_t {
|
|
height: 50rpx;
|
|
width: 100%;
|
|
margin-top: 26rpx;
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-weight: bold;
|
|
color: #1A1A1A;
|
|
}
|
|
.view_form_right_c {
|
|
height: 42rpx;
|
|
width: 100%;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
margin-top: 24rpx;
|
|
}
|
|
|