forgeplus-react/src/forge/Order/order.css

697 lines
12 KiB
CSS
Raw Normal View History

2020-03-16 14:12:11 +08:00
.topWrapper {
2020-06-01 18:28:42 +08:00
padding-bottom: 20px;
2020-03-16 14:12:11 +08:00
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
2020-06-01 18:28:42 +08:00
.quillContent {
position: relative;
margin-bottom: 4px;
}
2020-06-01 18:28:42 +08:00
.quillFlag {
position: absolute;
2020-06-01 18:28:42 +08:00
bottom: 0px;
left: 6px;
height: 20px;
line-height: 18px;
color: red;
}
2020-03-16 14:12:11 +08:00
2020-06-01 18:28:42 +08:00
.topmilepost {
2020-03-16 14:12:11 +08:00
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
2020-06-01 18:28:42 +08:00
.miledetail {
2020-08-18 16:56:52 +08:00
padding:15px 20px;
2020-03-16 14:12:11 +08:00
box-sizing: border-box;
justify-content: space-between;
2020-06-01 18:28:42 +08:00
border-bottom: 1px solid #eeeeee;
2020-03-16 14:12:11 +08:00
flex-wrap: wrap;
}
2020-06-01 18:28:42 +08:00
.topWrapper_nav {
2020-03-16 14:12:11 +08:00
display: flex;
}
2020-06-01 18:28:42 +08:00
.detail_p {
2020-03-16 14:12:11 +08:00
display: flex;
}
2020-06-01 18:28:42 +08:00
.detail_right {
2020-03-16 14:12:11 +08:00
flex-grow: 1;
text-align: right;
}
2020-06-01 18:28:42 +08:00
.commit_p {
2020-03-16 14:12:11 +08:00
font-size: 12px;
padding-top: 10px;
padding-left: 5px;
}
2020-06-01 18:28:42 +08:00
.ul_width {
2020-03-16 14:12:11 +08:00
width: 100%;
}
2020-06-01 18:28:42 +08:00
.a_btn {
border-radius: 4px;
padding: 0 12px;
2020-03-16 14:12:11 +08:00
margin-right: 15px;
line-height: 30px;
}
2020-06-01 18:28:42 +08:00
.cancel_btn {
border: 1px solid #e6e6e6;
2020-03-16 14:12:11 +08:00
color: #333 !important;
}
2020-06-01 18:28:42 +08:00
.delete_btn {
border: 1px solid red;
2020-03-16 14:12:11 +08:00
color: red !important;
}
2020-06-01 18:28:42 +08:00
.cancel_btn:hover {
background: #e6e6e6;
}
.Closeor_btn {
border: 1px solid red;
2020-03-16 14:12:11 +08:00
color: red;
height: 32px;
text-align: center;
2020-06-01 18:28:42 +08:00
border-radius: 4px;
padding: 0px 12px;
2020-03-16 14:12:11 +08:00
margin-right: 15px;
line-height: 32px;
}
.rectangle {
2020-06-01 18:28:42 +08:00
width: 8px;
height: 8px;
border-radius: 100%;
margin-top: 15px;
margin-left: -4px;
margin-bottom: 10px;
background: green;
}
.order_line {
display: flex;
height: 32px;
margin: auto;
border-left: 1px solid #eee;
}
.comment_img {
height: 25px;
width: 25px;
margin-top: 5px;
border-radius: 100%;
}
2020-03-16 14:12:11 +08:00
2020-06-01 18:28:42 +08:00
.topWrapper_nav a,
.topWrapper_nav span {
border: 1px solid #f4f4f4;
2020-03-16 14:12:11 +08:00
border-radius: 5px 0px 0px 5px;
height: 34px;
line-height: 34px;
text-align: center;
2020-06-01 18:28:42 +08:00
padding: 0px 10px;
2020-03-16 14:12:11 +08:00
display: block;
cursor: pointer;
}
2020-06-01 18:28:42 +08:00
.topWrapper_nav a:hover {
2020-03-16 14:12:11 +08:00
background: #f4f4f4;
}
2020-06-01 18:28:42 +08:00
.topWrapper_nav a:last-child,
.topWrapper_nav span:last-child {
2020-03-16 14:12:11 +08:00
border-left: none;
border-radius: 0px 5px 5px 0px;
}
.topWrapper_btn {
2020-05-28 11:35:57 +08:00
background: #fff;
2020-06-01 18:28:42 +08:00
border: 1px solid #5091ff;
color: #5091ff !important;
padding: 0px 12px;
2020-03-16 14:12:11 +08:00
text-align: center;
height: 32px;
line-height: 32px;
border-radius: 4px;
}
2020-06-05 17:51:36 +08:00
.topWrapper_type_infos{
border:1px solid #eee;
border-radius: 3px;
height: 35px;
line-height: 35px;
}
.topWrapper_type_infos li{
2020-06-05 18:08:14 +08:00
cursor: pointer;
2020-06-05 17:51:36 +08:00
padding:0px 10px;
}
.topWrapper_type_infos li.active{
color: #4cacff
}
.topWrapper_type_infos li:last-child{
border-left: 1px solid #eee;
}
.topWrapper_type,.topWrapper_type_infos {
2020-03-16 14:12:11 +08:00
display: flex;
}
2020-06-01 18:28:42 +08:00
.topWrapper_type li {
2020-05-28 11:35:57 +08:00
display: flex;
align-items: center;
margin-right: 30px;
}
2020-06-01 18:28:42 +08:00
.topWrapper_type li > span {
2020-05-28 11:35:57 +08:00
display: block;
2020-03-16 14:12:11 +08:00
height: 30px;
line-height: 30px;
2020-05-28 11:35:57 +08:00
padding: 0px 13px;
border-radius: 5px;
min-width: 60px;
box-sizing: border-box;
text-align: center;
2020-06-01 18:28:42 +08:00
background: rgba(250, 250, 250, 1);
border: 1px solid rgba(221, 221, 221, 1);
2020-03-16 14:12:11 +08:00
cursor: pointer;
}
2020-06-01 18:28:42 +08:00
.topWrapper_type li > span.active {
color: #4cacff;
border: 1px solid rgba(80, 145, 255, 1);
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.topWrapper_select {
2020-03-16 14:12:11 +08:00
display: flex;
flex-wrap: wrap;
align-items: center;
}
2020-06-01 18:28:42 +08:00
.topWrapper .ant-btn.ant-input-search-button {
2020-03-16 14:12:11 +08:00
height: 30px;
}
2020-06-01 18:28:42 +08:00
.title_overflow {
2020-07-27 18:45:18 +08:00
max-width: 160px;
2020-04-01 18:23:57 +08:00
white-space: nowrap;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
2020-06-01 18:28:42 +08:00
.topWrapper_select li {
2020-03-16 14:12:11 +08:00
text-align: center;
2020-04-27 18:49:50 +08:00
cursor: pointer;
2020-03-16 14:12:11 +08:00
color: #666;
2020-07-17 17:36:36 +08:00
width: 86px;
2020-03-16 14:12:11 +08:00
text-align: center;
display: inline-block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
2020-06-01 18:28:42 +08:00
.topWrapper_select li:active {
2020-03-16 14:12:11 +08:00
background: #f4f4f4;
border-radius: 4px;
2020-04-27 18:49:50 +08:00
}
2020-06-01 18:28:42 +08:00
.no-cursor li {
cursor: default !important;
}
.ant-dropdown-menu .ant-dropdown-menu-item {
2020-03-16 14:12:11 +08:00
text-align: center;
2020-06-01 18:28:42 +08:00
padding: 6px 30px;
2020-03-16 14:12:11 +08:00
cursor: pointer;
}
2020-08-20 18:07:37 +08:00
.setItemStyle{
min-height:440px;
}
2020-08-18 16:56:52 +08:00
.setItemStyle .issueItem{
padding:16px 0px;
}
2020-06-01 18:28:42 +08:00
.issueItem {
2020-03-16 14:12:11 +08:00
display: flex;
flex-wrap: wrap;
align-content: center;
2020-06-12 17:58:58 +08:00
border-bottom: 1px solid #eee;
2020-09-03 14:16:12 +08:00
padding: 16px 0px 16px 20px;
2020-08-18 16:56:52 +08:00
}
2020-06-01 18:28:42 +08:00
.issueNo {
padding: 0px 5px;
2020-03-16 14:12:11 +08:00
border-radius: 4px;
background: #f4f4f4;
display: block;
margin-right: 8px;
2020-06-01 18:28:42 +08:00
color: #666;
2020-03-16 14:12:11 +08:00
height: 30px;
line-height: 30px;
}
2020-06-01 18:28:42 +08:00
.issueOpen {
2020-04-24 11:30:28 +08:00
background: #21ba45 !important;
color: #fff !important;
}
2020-03-16 14:12:11 +08:00
2020-06-01 18:28:42 +08:00
.margin_detail {
2020-03-16 14:12:11 +08:00
margin-left: 15px;
margin-right: 15px;
}
/* 新建 */
.user_img {
height: 49px;
width: 49px;
border-radius: 100%;
}
.new_context {
flex: 1;
border: 1px solid #f4f4f4;
border-radius: 4px;
margin-left: 15px;
padding: 15px;
position: relative;
2020-06-01 18:28:42 +08:00
background: #ffffff;
2020-03-16 14:12:11 +08:00
}
.new_context:before {
position: absolute;
content: "";
height: 0;
width: 0;
border: solid transparent;
border-right-color: #f4f4f4;
border-width: 9px;
top: 12px;
right: 100%;
}
.new_context::after {
position: absolute;
content: "";
height: 0;
width: 0;
border: solid transparent;
border-right-color: #fff;
border-width: 7px;
top: 14px;
right: 100%;
}
2020-06-01 18:28:42 +08:00
.list-l-panel {
border: 1px solid #f4f4f4;
2020-03-16 14:12:11 +08:00
border-radius: 4px;
2020-06-01 18:28:42 +08:00
padding: 10px 15px;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.list-l-panel .ant-row {
2020-03-16 14:12:11 +08:00
margin-bottom: 0px;
}
2020-06-01 18:28:42 +08:00
/*编辑任务*/
.editingsheet {
2020-03-16 14:12:11 +08:00
background: #ffffff;
2020-06-01 18:28:42 +08:00
color: #21ba45 !important;
padding: 0px 12px;
2020-03-16 14:12:11 +08:00
text-align: center;
height: 32px;
line-height: 32px;
}
/*开启中 关闭中*/
2020-06-01 18:28:42 +08:00
.opendetail {
2020-03-16 14:12:11 +08:00
display: inline-block;
background: #21ba45;
2020-06-01 18:28:42 +08:00
color: #ffffff !important;
padding: 0px 12px;
2020-03-16 14:12:11 +08:00
text-align: center;
height: 32px;
border-radius: 4px;
line-height: 32px;
}
2020-06-01 18:28:42 +08:00
.closedetail {
2020-03-16 14:12:11 +08:00
display: inline-block;
background: #e60b0b;
2020-06-01 18:28:42 +08:00
color: #ffffff !important;
padding: 0px 12px;
2020-03-16 14:12:11 +08:00
text-align: center;
height: 32px;
/*width: 110px;*/
border-radius: 4px;
line-height: 32px;
}
2020-06-01 18:28:42 +08:00
.commenttitle {
color: #21ba45 !important;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.topWrapper_detali {
2020-03-16 14:12:11 +08:00
display: flex;
background-color: #eee;
align-items: center;
2020-04-30 11:22:11 +08:00
margin-bottom: 10px;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.towwrapper_img_detali {
2020-03-16 14:12:11 +08:00
display: flex;
padding-left: 80px;
margin-left: 80px;
margin-right: 20px;
2020-06-01 18:28:42 +08:00
border: 1px solid #4cacff;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.div_line {
2020-03-16 14:12:11 +08:00
width: 100%;
2020-06-01 18:28:42 +08:00
border: 10px solid #4cacff;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.list_img {
2020-03-16 14:12:11 +08:00
height: 145px;
padding: 15px;
width: 145px;
}
.detail_context {
flex: 1;
border: 1px solid #f4f4f4;
margin-left: 15px;
padding: 10px;
position: relative;
2020-06-01 18:28:42 +08:00
background: #ffffff;
2020-03-16 14:12:11 +08:00
border-radius: 4px;
2020-04-30 11:22:11 +08:00
width: 0;
2020-03-16 14:12:11 +08:00
}
.detail_context:before {
position: absolute;
content: "";
height: 0;
width: 0;
border: solid transparent;
border-right-color: #f4f4f4;
border-width: 9px;
top: 12px;
right: 100%;
}
.detail_context::after {
position: absolute;
content: "";
height: 0;
width: 0;
border: solid transparent;
border-right-color: #fff;
border-width: 7px;
top: 14px;
right: 100%;
}
2020-04-09 18:13:26 +08:00
/* 任务标签列表 */
2020-06-01 18:28:42 +08:00
.tagList > div {
2020-03-16 14:12:11 +08:00
border-bottom: 1px dashed #f4f4f4;
display: flex;
justify-content: space-around;
2020-06-01 18:28:42 +08:00
padding: 15px 0px;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.divwidth {
2020-03-16 14:12:11 +08:00
width: 74%;
}
2020-06-01 18:28:42 +08:00
.listTowItems {
2020-03-16 14:12:11 +08:00
width: 80%;
padding-left: 80px;
}
2020-06-01 18:28:42 +08:00
.tagList > div:last-child {
2020-03-16 14:12:11 +08:00
border-bottom: none;
}
2020-06-01 18:28:42 +08:00
.mr10 {
margin-right: 10px;
}
.text-right {
text-align: right;
}
.tagColor {
2020-03-16 14:12:11 +08:00
display: inline-block;
2020-06-01 18:28:42 +08:00
width: 28px;
2020-05-22 18:57:30 +08:00
height: 14px;
2020-03-16 14:12:11 +08:00
border-radius: 4px;
margin-right: 5px;
vertical-align: middle;
}
/*里程碑*/
2020-06-01 18:28:42 +08:00
.milepostdiv {
2020-03-16 14:12:11 +08:00
display: flex;
}
2020-06-01 18:28:42 +08:00
.milepostwidth {
2020-03-16 14:12:11 +08:00
display: flex;
width: 60%;
}
2020-06-01 18:28:42 +08:00
.mileposwidth {
2020-03-16 14:12:11 +08:00
background: #21ba45;
border-radius: 4px;
width: 40%;
}
2020-06-01 18:28:42 +08:00
.milepostrighe {
2020-03-16 14:12:11 +08:00
display: flex;
2020-08-18 16:56:52 +08:00
flex:1;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.milepostleft {
2020-03-16 14:12:11 +08:00
display: flex;
2020-05-28 11:35:57 +08:00
justify-content: center;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.textwidth {
2020-03-16 14:12:11 +08:00
display: flex;
width: 100%;
}
2020-06-01 18:28:42 +08:00
.newmilepostleft {
2020-03-16 14:12:11 +08:00
padding: 15px;
margin-right: 50px;
width: 60%;
}
2020-06-01 18:28:42 +08:00
.newmilepostrighe {
2020-03-16 14:12:11 +08:00
margin-left: 50px;
padding: 15px;
width: 30%;
}
2020-04-09 18:13:26 +08:00
/* 任务详情 */
2020-06-01 18:28:42 +08:00
.detailContent {
padding: 15px 0px;
2020-03-16 14:12:11 +08:00
border-bottom: 1px solid #f4f4f4;
}
2020-06-01 18:28:42 +08:00
.DetailRight {
padding: 10px 15px;
border: 1px solid #f4f4f4;
2020-03-16 14:12:11 +08:00
border-radius: 4px;
}
2020-06-01 18:28:42 +08:00
.DetailRight > p {
2020-03-16 14:12:11 +08:00
height: 30px;
2020-06-01 18:28:42 +08:00
line-height: 30px;
2020-03-16 14:12:11 +08:00
}
2020-06-01 18:28:42 +08:00
.inptwidth {
2020-03-16 14:12:11 +08:00
width: 20%;
}
2020-06-01 18:28:42 +08:00
.inputcount {
2020-03-16 14:12:11 +08:00
width: 40%;
}
2020-06-01 18:28:42 +08:00
.loginDiv {
2020-04-07 15:54:55 +08:00
border: 1px solid #f7c977;
2020-06-01 18:28:42 +08:00
background: rgb(255, 204, 113, 0.3);
2020-04-07 15:54:55 +08:00
text-align: center;
2020-06-01 18:28:42 +08:00
padding: 8px 0px;
2020-04-07 15:54:55 +08:00
border-radius: 4px;
width: 100%;
color: #999;
margin-top: 15px;
}
2020-06-01 18:28:42 +08:00
.loginDiv a {
2020-04-07 15:54:55 +08:00
text-decoration: underline;
2020-06-01 18:28:42 +08:00
color: #4cacff;
2020-04-07 15:54:55 +08:00
margin-right: 3px;
}
2020-03-16 14:12:11 +08:00
2020-06-01 18:28:42 +08:00
.tagdiv {
2020-03-16 14:12:11 +08:00
padding: 15px;
height: 75px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
2020-06-01 18:28:42 +08:00
border: 1px solid #eeeeee;
2020-03-16 14:12:11 +08:00
flex-wrap: wrap;
}
2020-06-01 18:28:42 +08:00
.dialogdiv {
2020-03-16 14:12:11 +08:00
padding: 5px;
height: 45px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
2020-06-01 18:28:42 +08:00
.issue-tag-show {
padding: 3px 8px;
color: #fff;
border-radius: 6px;
}
.journal-list-item {
2020-07-16 18:52:32 +08:00
padding: 10px 0px;
2020-06-01 18:28:42 +08:00
}
2020-03-16 14:12:11 +08:00
2020-06-01 18:28:42 +08:00
.span_title {
2020-05-28 11:37:17 +08:00
min-width: 40px;
2020-03-16 14:12:11 +08:00
margin-right: 15px;
text-align: right;
color: rgba(0, 0, 0, 0.65);
}
2020-06-01 18:28:42 +08:00
.target-detail-search .ant-input-group-addon {
border: none !important;
}
.target-detail-search .ant-input-search-button {
height: 32px !important;
}
a.issue-type-button.active {
background: #4cacff;
color: #fff;
}
a.issue-type-button.active:hover {
background: #f4f4f4;
color: #4cacff;
}
@media screen and (max-width: 700px) {
.topWrapper_select li {
width: auto;
2020-03-16 14:12:11 +08:00
}
}
2020-06-01 18:28:42 +08:00
.ml10 {
margin-left: 10px;
}
.lineH32 {
line-height: 32px;
}
.lineH40 {
line-height: 40px;
}
.item-list-right {
width: 74%;
}
.detail_edit_action {
padding: 10px;
color: #999;
cursor: pointer;
line-height: 40px;
}
.paper-clip-color {
color: #29bd8b !important;
}
.attachment-list-delete {
display: none;
}
.attachment-list-a {
color: rgba(0, 0, 0, 0.65) !important;
}
.btp1 {
border-top: 1px solid #f4f4f4;
}
2020-05-29 15:50:09 +08:00
2020-06-01 18:28:42 +08:00
.grid-item {
display: grid;
align-items: center;
grid-template-columns: max-content 1fr;
}
.grid-item-left {
display: grid;
align-items: center;
grid-template-columns: 1fr max-content;
}
2020-06-09 14:13:53 +08:00
.grid-item-top {
display: grid;
align-items: center;
grid-template-columns: max-content 1fr;
align-items: flex-start;
}
2020-06-01 18:28:42 +08:00
.fwb {
font-weight: bold;
}
2020-04-22 14:31:10 +08:00
/* 发布人、指派人数量过多时要出现滚动条 */
2020-06-01 18:28:42 +08:00
.ant-dropdown-menu {
2020-04-22 14:31:10 +08:00
max-height: 350px;
2020-06-01 18:28:42 +08:00
overflow-y: auto;
2020-04-26 16:07:51 +08:00
}
2020-06-01 18:28:42 +08:00
.ql-bubble .ql-editor img {
min-width: 100px !important;
2020-04-26 16:07:51 +08:00
}
2020-06-01 18:28:42 +08:00
.AmplifyImg .ant-modal {
padding: 0px;
2020-04-26 16:07:51 +08:00
}
2020-06-01 18:28:42 +08:00
.AmplifyImg img {
2020-04-26 16:07:51 +08:00
max-width: 100%;
margin: 0px auto;
}
2020-06-01 18:28:42 +08:00
.AmplifyImg .ant-modal-body {
padding: 25px;
2020-04-26 16:07:51 +08:00
}
2020-06-01 18:28:42 +08:00
.amplifyContent {
2020-04-26 16:07:51 +08:00
text-align: center;
}
2020-06-01 18:28:42 +08:00
.mb-0 {
margin-bottom: 0 !important;
}
.text-yellow {
color: #ff6e21;
}
.border-1f {
border-bottom: 1px solid #f4f4f4;
}
.background-f {
background: #fff;
}
.issue_detail_info {
2020-05-28 11:37:17 +08:00
width: 65px;
2020-06-01 18:28:42 +08:00
color: #888888;
}
.list-left-padding {
padding: 0 0 0 20px !important;
2020-05-29 15:50:09 +08:00
}
2020-06-01 18:28:42 +08:00
.comment-background {
2020-06-09 14:13:53 +08:00
background: #fff;
border-radius: 4px;
2020-07-15 17:17:31 +08:00
padding: 0px 30px;
2020-05-29 15:50:09 +08:00
}
2020-06-01 18:28:42 +08:00
.border-bottom-comment {
border-bottom: 1px solid #eee;
}
2020-06-09 14:13:53 +08:00
.custom-comment-tabs .ant-tabs-top-bar{
border-bottom: none;
2020-08-18 16:56:52 +08:00
padding-top:15px;
2020-06-09 14:13:53 +08:00
}
.custom-comment-tabs .search-count-button{
line-height: 18px;
margin-left: 8px;
background-color: rgba(235,244,254,1);
color: #1890ff;
font-size: 12px;
padding: 2px 8px;
border-radius: 9px;
2020-06-01 18:28:42 +08:00
}
.comment-background .ant-list-item {
2020-07-15 17:17:31 +08:00
padding-left: 20px;
box-sizing: border-box;
2020-06-01 18:28:42 +08:00
}
.border-top-e {
border-top: 1px solid #e8e8e8;
}
.commentStyle {
background-color: #fff !important;
}
.reply-comment-input .add_reply_button {
background-color: #fff !important;
color: #bbb;
width: 100%;
text-align: left;
border: 1px solid rgba(238, 238, 238, 1);
box-shadow: none;
}
.children-comment-bg {
2020-06-09 14:13:53 +08:00
background:rgba(250,250,250,1);
2020-06-01 18:28:42 +08:00
}
.display-in{
display: inherit;
}
.issue-form-right .ant-form-item{
margin-bottom: 8px !important;
}
.issue-form-right .ant-row label{font-size: 14px !important; font-weight: 500;}
.issue-edit-form-right{margin-bottom: 0 !important;}
.plr10{padding: 0 10px;}
2020-06-05 12:02:26 +08:00
.issue-form-index .editormd-toolbar{position: absolute !important;}
.list-right-item-padding{padding: 20px 35px 10px 35px;}
.tagColor {
display: inline-block;
width: 28px;
height: 14px;
border-radius: 4px;
margin-right: 5px;
vertical-align: middle;
2020-06-09 14:13:53 +08:00
}
.boder-4{border-radius: 4px;}
2020-06-12 17:58:58 +08:00
.pbt20{padding: 20px 0;}
.inline-block{display: inline-block;}
.pd10{padding: 10px;}