|
@@ -0,0 +1,37 @@
|
|
|
+/* 备注 */
|
|
|
+.remark {
|
|
|
+ width: 750rpx;
|
|
|
+ background-color: #ffffff;
|
|
|
+ padding: 30rpx;
|
|
|
+ padding-top: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 20rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFang SC-Regular, PingFang SC;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
+
|
|
|
+ .textarea {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 200rpx;
|
|
|
+ background: #F5F5F5 !important;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 20rpx 30rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* 保存按钮 */
|
|
|
+.submit-but {
|
|
|
+ width: 500rpx;
|
|
|
+ height: 90rpx;
|
|
|
+ background: #FA8C16 !important;
|
|
|
+ border-radius: 45rpx !important;
|
|
|
+ font-size: 28rpx !important;
|
|
|
+ font-family: PingFang SC-Bold, PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF !important;
|
|
|
+}
|