Newer
Older
page-mine {
.mine-box {
border: 1px solid #fee7e7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: -5px 0px 5px 1px #f2f2f2, 0px -5px 5px 1px #f2f2f2, 5px 0px 5px 1px #f2f2f2, 0px 5px 5px 1px #f2f2f2;
background-color: #fff;
.mine-item {
padding: 1rem 0;
}
.mine-info {
display: flex;
flex-flow: row wrap;
min-height: 100%;
.mine-name {
align-self: flex-start;
width: 100%;
font-weight: bold;
}
.address {
color: #999999;
align-self: flex-end;
}
}
.score {
padding: 1rem;
background-color: #fff6f6;
color: #e98d26;
}
}
.group-box {
background-color: #fff;
.group-left{
display: flex;
align-items: center;
justify-content: center;
.group-right {
display: flex;
flex-flow: row;
align-items: center;
border-bottom: 1px solid #eee;
}
}
.group {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
ion-icon {
color: #999999;
}
}
.red-span-round{
background-color: #fee7e7;
border: 1px solid #e12724;
color: #e12724;
padding: 2px 6px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
}