.public-org-nav-bar {
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
width: 1208px;
|
|
background-color: transparent;
|
z-index: 99;
|
font-size: 14px;
|
box-shadow: inset 0px 0px 30px 1px rgba(33, 186, 196, 0.1600);
|
border: 1px solid #69E2ED;
|
background: rgba(20, 66, 104, 0.8);
|
|
.header {
|
position: relative;
|
border-radius: 8px 8px 0 0;
|
width: 100%;
|
height: 58px;
|
line-height: 58px;
|
background: linear-gradient(96deg, #142B4B 0%, #0F1525 100%);
|
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
|
.logo {
|
position: aboslute;
|
top: 0;
|
left: 0;
|
width: 8px;
|
height: 100%;
|
background: #69E2ED;
|
}
|
|
.title {
|
position: absolute;
|
top: 0;
|
left: 25px;
|
font-size: 18px;
|
font-weight: bold;
|
color: #66DDE9;
|
}
|
|
.close {
|
position: absolute;
|
right: 20px;
|
top: 0;
|
left: auto;
|
bottom: 0;
|
margin: auto;
|
width: 28px;
|
height: 28px;
|
cursor: pointer;
|
opacity: 0.6;
|
}
|
}
|
|
.content {
|
clear: both;
|
width: 100%;
|
height: 500px;
|
margin-top: 0px;
|
text-align: center;
|
overflow-y: auto;
|
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
border-radius: 0 0 8px 8px;
|
|
.farm-profiles {
|
position: relative;
|
|
.btn-grounp {
|
position: absolute;
|
top: 18px;
|
right: 20px;
|
|
.details {
|
text-align: right;
|
font-size: 18px;
|
color: #08F4FF;
|
cursor: pointer;
|
}
|
|
.scene {
|
margin-top: 24px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
width: 100px;
|
height: 30px;
|
background: rgba(102, 221, 233, 0.16);
|
border-radius: 4px 4px 4px 4px;
|
border: 1px solid #66DDE9;
|
box-sizing: border-box;
|
|
img {
|
// width: 70px;
|
height: 24px;
|
}
|
}
|
}
|
|
.farm-content {
|
|
padding: 30px 20px;
|
font-size: 16px;
|
color: #fff;
|
|
.row {
|
margin-top: 30px;
|
display: flex;
|
justify-content: space-between;
|
|
.l {
|
display: flex;
|
align-items: flex-start;
|
justify-content: flex-end;
|
width: 100px;
|
height: 24px;
|
color: #A9D1D7;
|
}
|
|
.r {
|
display: flex;
|
align-items: center;
|
justify-content: flex-start;
|
text-align: left;
|
margin-left: 24px;
|
flex: 1;
|
|
img {
|
margin-right: 16px;
|
width: 102px;
|
height: 102px;
|
border-radius: 4px 4px 4px 4px;
|
}
|
}
|
}
|
|
.row:first-child {
|
margin-top: 0;
|
}
|
|
}
|
|
}
|
|
|
}
|
}
|