css
This commit is contained in:
@@ -195,83 +195,84 @@ export default {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
.item-flex{
|
|
||||||
padding: 34px 0;
|
}
|
||||||
border-bottom: 1px solid #ddd;
|
.item-flex{
|
||||||
display: flex;
|
padding: 34px 0;
|
||||||
justify-content: space-between;
|
border-bottom: 1px solid #ddd;
|
||||||
line-height: 44px;
|
display: flex;
|
||||||
font-size: 32px;
|
justify-content: space-between;
|
||||||
font-family: PingFangSC-Regular, PingFang SC;
|
line-height: 44px;
|
||||||
.label{
|
font-size: 32px;
|
||||||
width: 206px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
||||||
color: #999;
|
.label{
|
||||||
}
|
width: 206px;
|
||||||
.value{
|
color: #999;
|
||||||
width: calc(100% - 206px);
|
|
||||||
word-break: break-all;
|
|
||||||
color: #333;
|
|
||||||
text-align: right;
|
|
||||||
.phone-icon{
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-right: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.color-0{
|
|
||||||
color: #42D784;
|
|
||||||
}
|
|
||||||
.color-1{
|
|
||||||
color: #f46;
|
|
||||||
}
|
|
||||||
.color-2{
|
|
||||||
color: #1365DD;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.img-list{
|
.value{
|
||||||
padding-bottom: 32px;
|
width: calc(100% - 206px);
|
||||||
img{
|
word-break: break-all;
|
||||||
width: 320px;
|
|
||||||
height: 320px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.item-flex:nth-last-of-type(1){
|
|
||||||
border-bottom: 0;
|
|
||||||
}
|
|
||||||
.error-list {
|
|
||||||
.item {
|
|
||||||
width: 100%;
|
|
||||||
background: #f4f7fe;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 24px 24px 18px 24px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
p {
|
|
||||||
font-size: 28px;
|
|
||||||
font-family: PingFangSC-Regular, PingFang SC;
|
|
||||||
color: #343d65;
|
|
||||||
line-height: 40px;
|
|
||||||
word-break: break-all;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
div {
|
|
||||||
font-size: 24px;
|
|
||||||
font-family: PingFangSC-Regular, PingFang SC;
|
|
||||||
color: #666;
|
|
||||||
line-height: 34px;
|
|
||||||
span {
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.text-p{
|
|
||||||
line-height: 44px;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
padding-bottom: 16px;
|
text-align: right;
|
||||||
|
.phone-icon{
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
.color-0{
|
||||||
|
color: #42D784;
|
||||||
|
}
|
||||||
|
.color-1{
|
||||||
|
color: #f46;
|
||||||
|
}
|
||||||
|
.color-2{
|
||||||
|
color: #1365DD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.img-list{
|
||||||
|
padding-bottom: 32px;
|
||||||
|
img{
|
||||||
|
width: 320px;
|
||||||
|
height: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.item-flex:nth-last-of-type(1){
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
.error-list {
|
||||||
|
.item {
|
||||||
|
width: 100%;
|
||||||
|
background: #f4f7fe;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 24px 24px 18px 24px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
p {
|
||||||
|
font-size: 28px;
|
||||||
|
font-family: PingFangSC-Regular, PingFang SC;
|
||||||
|
color: #343d65;
|
||||||
|
line-height: 40px;
|
||||||
|
word-break: break-all;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
div {
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: PingFangSC-Regular, PingFang SC;
|
||||||
|
color: #666;
|
||||||
|
line-height: 34px;
|
||||||
|
span {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.text-p{
|
||||||
|
line-height: 44px;
|
||||||
|
color: #333;
|
||||||
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
.line-bg{
|
.line-bg{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user