94 lines
1.4 KiB
Plaintext
94 lines
1.4 KiB
Plaintext
/* pages/information/information.wxss */
|
|
|
|
page {
|
|
background: #F6F6F6;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
background: url("http://static.codesdream.com/bk.png") no-repeat;
|
|
width: 100%;
|
|
background-size: 100% 100%;
|
|
background-attachment:fixed;
|
|
}
|
|
.row,.row0,.row2{
|
|
margin-top: 2px;
|
|
height :50px;
|
|
width: 95%;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
background-color:white
|
|
}
|
|
.row0{
|
|
height: 100px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.row2{
|
|
margin-top: 0;
|
|
}
|
|
.tou{
|
|
width: 70px;
|
|
height: 70px;
|
|
margin-top: 36px;
|
|
margin-left: 30px;
|
|
border: 1px solid #80848f;
|
|
border-radius: 100%;
|
|
background-color: #f6f9ff;
|
|
}
|
|
.shu{
|
|
left: 20px;
|
|
top: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.set,.set2{
|
|
width: 110px;
|
|
height: 30px;
|
|
font-size: 13px;
|
|
color: rgb(133, 112, 182);
|
|
background-color: rgb(255, 255, 255);
|
|
margin-top:10px ;
|
|
margin-left: 0;
|
|
border: 1px solid rgb(133, 112, 182);
|
|
}
|
|
|
|
.set2{
|
|
background-color: rgb(184, 160, 255);
|
|
}
|
|
|
|
.info-name{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.info-title{
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.row-class{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.divLine{
|
|
background: #E0E3DA;
|
|
width: 100%;
|
|
height: 3rpx;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.name-row{
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.rate-class{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.info-row-class{
|
|
background-color: white;
|
|
}
|
|
|
|
.menu{
|
|
font-size: smaller;
|
|
}
|