69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.doc_item.data-v-992a36ca {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx 35rpx;
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #EDEDED;
|
|
}
|
|
.doc_item .remarkimg.data-v-992a36ca {
|
|
width: 31rpx;
|
|
height: 33rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.doc_item .deleimg.data-v-992a36ca {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.doc_item .doc_name.data-v-992a36ca {
|
|
width: 575rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
}
|
|
.inp_warp.data-v-992a36ca {
|
|
padding: 30rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #EDEDED;
|
|
}
|
|
.inp_warp .inp_title.data-v-992a36ca {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.inp_warp .form_right.data-v-992a36ca {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
color: #999;
|
|
min-width: 450rpx;
|
|
text-align: right;
|
|
}
|
|
.inp_warp .form_right image.data-v-992a36ca {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-left: 24rpx;
|
|
}
|
|
.inp_warp .form_right .rightinput.data-v-992a36ca {
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
.inp_warp .add_in.data-v-992a36ca {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
color: #FFA205;
|
|
}
|
|
.inp_warp .add_in .icon-jiahaocu.data-v-992a36ca {
|
|
font-size: 28rpx;
|
|
color: #FFA205;
|
|
margin-right: 5rpx;
|
|
}
|