You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
703 B
26 lines
703 B
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.comment-container.data-v-4fd4a762 {
|
|
position: relative;
|
|
padding: 10px;
|
|
}
|
|
.comment-container.data-v-4fd4a762 .uni-easyinput {
|
|
width: calc(100% - 20px) !important;
|
|
background-color: #fff;
|
|
padding: 12px;
|
|
box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.08);
|
|
border-radius: 6px;
|
|
}
|
|
.comment-container.data-v-4fd4a762 .uni-easyinput__content {
|
|
padding: 5px 10px !important;
|
|
background: #F1F1F9 !important;
|
|
}
|
|
.comment-container.data-v-4fd4a762 .uni-easyinput__content-textarea {
|
|
height: 140px !important;
|
|
}
|
|
.comment-container .commit.data-v-4fd4a762 {
|
|
margin: 40px 20px 0 20px;
|
|
background-color: #01a4fe;
|
|
border-radius: 23px;
|
|
}
|