| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .hehuo_view {
- width: 750rpx;
- height: 1830rpx;
- }
- .hehuo_view image {
- width: 750rpx;
- height: 1830rpx;
- background-size: 100%;
- position: absolute;
- }
- .hehuo_view .text_view {
- position: absolute;
- z-index: 1;
- width: 84%;
- margin: 660rpx 50rpx 30rpx;
- }
- .hehuo_view .text_view .audit_message {
- color: red;
- width: 650rpx;
- height: 50rpx;
- margin-top: 50rpx;
- }
- .hehuo_view .text_view .save_btn {
- width: 650rpx;
- height: 88rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- text-align: center;
- line-height: 88rpx;
- margin-top: 150rpx;
- }
- .hehuo_view .text_view .save_btn1 {
- width: 650rpx;
- height: 88rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- margin-top: 100rpx;
- text-align: center;
- line-height: 88rpx;
- }
- .hehuo_view .text_view .item_view {
- margin-top: 30rpx;
- }
- .hehuo_view .text_view .item_view .item_title {
- font-size: 28rpx;
- font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
- font-weight: 800;
- color: #333333;
- }
- .hehuo_view .text_view .item_view input {
- margin-top: 20rpx;
- height: 40rpx;
- font-size: 24rpx;
- font-family: PingFang SC Regular, PingFang SC Regular-Regular;
- font-weight: 400;
- color: #333333;
- }
- .hehuo_view .text_view .item_view .xian {
- width: 630rpx;
- height: 1rpx;
- border: 1rpx solid #77D7B0;
- margin-top: 10rpx;
- }
|