|
- .Box {
- width: 90%;
- /* height: 100vh; */
- margin: auto;
- overflow: hidden;
- font-size: 32rpx;
- }
-
- .titleBox {
- overflow: hidden;
- margin: 20rpx 0;
- }
-
- .title {
- height: 40rpx;
- float: left;
- padding: 20rpx 20rpx 20rpx 0;
- }
-
- .titValueBox {
- width: 500rpx;
- float: left;
- border: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 6rpx;
- padding: 10rpx 10rpx 10rpx 0;
- margin: 10rpx 10rpx 10rpx 0;
- }
-
- .titValue {
- margin-left: 20rpx;
- }
-
- .describeBox {
- padding: 20rpx 20rpx 20rpx 0;
- }
-
- .describeValueBox {
- width: 80%;
- margin-left: 108rpx;
- margin-top: 40rpx;
- border-radius: 6rpx;
- border: 1px solid rgba(0, 0, 0, 0.1);
- height: 600rpx;
- }
-
- .describeValue {
- width: 92%;
- height: 90%;
- margin: 10rpx auto;
-
- }
-
- .submit{
- width: 600rpx;
- height: 80rpx;
- background-color: #FD832D;
- color: #fff;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50rpx;
- margin: 100rpx 0rpx 0 50rpx;
-
- }
|