| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 | 
							- .box {
 
-     width: 750rpx;
 
-     padding: 30rpx;
 
-     box-sizing: border-box;
 
-     background-color: #ffffff;
 
-     .title {
 
-         display: flex;
 
-         justify-content: space-between;
 
-         align-items: center;
 
-         font-size: 30rpx;
 
-         font-family: PingFang SC-Bold, PingFang SC;
 
-         font-weight: bold;
 
-         color: #333333;
 
-         text {
 
-             font-size: 24rpx;
 
-             font-family: PingFang SC-Regular, PingFang SC;
 
-             color: #999999;
 
-             font-weight: 400;
 
-         }
 
-     }
 
-     .time {
 
-         font-size: 24rpx;
 
-         font-family: PingFang SC-Regular, PingFang SC;
 
-         color: #666666;
 
-         margin-top: 20rpx;
 
-     }
 
- }
 
- /* 历史 */
 
- .history {
 
-     width: 690rpx;
 
-     padding: 30rpx;
 
-     padding-top: 28rpx;
 
-     box-sizing: border-box;
 
-     background: #ffffff;
 
-     border-radius: 16rpx;
 
-     overflow: hidden;
 
-     margin-top: 20rpx;
 
-     font-family: PingFang SC-Regular, PingFang SC;
 
-     font-size: 28rpx;
 
-     .line-2 {
 
-         color: #333333;
 
-         line-height: 44rpx;
 
-     }
 
-     .data {
 
-         display: flex;
 
-         justify-content: space-between;
 
-         font-size: 24rpx;
 
-         color: #999999;
 
-         margin-top: 20rpx;
 
-     }
 
- }
 
- /* 文本域 */
 
- .textarea {
 
-     width: 690rpx;
 
-     height: 160rpx;
 
-     background-color: #ffffff;
 
-     border-radius: 16rpx;
 
-     font-size: 24rpx !important;
 
-     overflow: hidden;
 
-     margin: 20rpx auto 30rpx;
 
-     padding: 20rpx;
 
-     box-sizing: border-box;
 
- }
 
- .footer {
 
-     position: fixed;
 
-     width: 100%;
 
-     background-color: #ffffff;
 
-     padding: 20rpx 0;
 
-     text-align: center;
 
-     bottom: 0;
 
-     .button {
 
-         width: 500rpx;
 
-         height: 90rpx;
 
-         background: #FA8C16;
 
-         font-size: 28rpx;
 
-         font-family: PingFang SC-Bold, PingFang SC;
 
-         font-weight: bold;
 
-         color: #FFFFFF;
 
-     }
 
- }
 
- /* 上传按钮样式 */
 
- .uploadStyle {
 
-     width: 690rpx;
 
-     height: 90rpx;
 
-     line-height: 90rpx;
 
-     text-align: center;
 
-     color: var(--assist);
 
-     background-color: #ffffff;
 
-     margin-top: 30rpx;
 
-     font-size: 24rpx;
 
-     font-family: PingFang SC-Regular, PingFang SC;
 
-     .iconfont {
 
-         margin-right: 5rpx;
 
-     }
 
- }
 
 
  |