/*
|
* @Author: Morpheus
|
* @Date: 2021-03-12 11:52:22
|
* @Last Modified by: Morpheus
|
* @Last Modified time: 2021-03-12 11:52:22
|
*/
|
html,
|
body {
|
margin: 0;
|
padding: 0;
|
width: 100%;
|
height: 100%;
|
}
|
|
* {
|
margin: 0;
|
padding: 0;
|
}
|
|
.region-name-box {
|
padding: 0 10px;
|
width: 100%;
|
height: 100%;
|
box-sizing: border-box;
|
color: #677788;
|
}
|
|
.region-name-box li {
|
padding: 0 10px;
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
box-sizing: border-box;
|
text-align: center;
|
}
|
|
|
.region-name-box li:nth-child(2) {
|
height: 80px;
|
}
|
.region-name-box li:nth-child(2) textarea::-webkit-input-placeholder {
|
color: #fff;
|
}
|
input::-moz-input-placeholder {
|
color: #fff;
|
}
|
input::-ms-input-placeholder {
|
color: #fff;
|
}
|
.region-name-box li:nth-child(2) textarea {
|
width: 100%;
|
height: 100%;
|
text-indent: 2em;
|
font-size: 14px;
|
line-height: 24px;
|
background-color: #004CA7 !important;
|
color: #fff !important;
|
border: 1px solid #007bc3 !important;
|
border-radius: 5px !important;
|
}
|
|
.region-name-box input {
|
padding: 0 10px;
|
box-sizing: border-box;
|
vertical-align: middle;
|
outline: none;
|
}
|
.region-name-box .region-name-input::-webkit-input-placeholder {
|
color: #fff;
|
}
|
input::-moz-input-placeholder {
|
color: #fff;
|
}
|
input::-ms-input-placeholder {
|
color: #fff;
|
}
|
.region-name-box .region-name-input {
|
width: 100%;
|
height: 28px;
|
font-size: 14px;
|
background-color: #004CA7 !important;
|
color: #fff !important;
|
border: 1px solid #007bc3 !important;
|
border-radius: 5px !important;
|
}
|
|
.region-name-box .start-editing {
|
width: 72px;
|
height: 26px;
|
line-height: 26px;
|
text-align: center;
|
color: #fff;
|
background: #15a2fe;
|
border: 1px solid #3680C1;
|
border-radius: 4px;
|
cursor: pointer;
|
}
|