123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* 备注 */
- .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;
- }
- }
- .role{
- position: absolute;
- width: 100%;
- height: 100%;
- .text{
- position: absolute;
- right: 0;
- }
- }
- /* 保存按钮 */
- .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;
- }
|