179 lines
3.0 KiB
Plaintext
179 lines
3.0 KiB
Plaintext
|
@import "../../../nvue.wxss";
|
|||
|
|
|||
|
page {
|
|||
|
min-height: 100%;
|
|||
|
height: auto;
|
|||
|
}
|
|||
|
|
|||
|
/* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */
|
|||
|
.uni-icon {
|
|||
|
font-family: uniicons;
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
.uni-container {
|
|||
|
padding: 15px;
|
|||
|
background-color: #f8f8f8;
|
|||
|
}
|
|||
|
.uni-header-logo {
|
|||
|
|
|||
|
|
|||
|
|
|||
|
padding: 15px 15px;
|
|||
|
flex-direction: column;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
margin-top: 10rpx;
|
|||
|
}
|
|||
|
.uni-header-image {
|
|||
|
width: 80px;
|
|||
|
height: 80px;
|
|||
|
}
|
|||
|
.uni-hello-text {
|
|||
|
margin-bottom: 20px;
|
|||
|
}
|
|||
|
.hello-text {
|
|||
|
color: #7A7E83;
|
|||
|
font-size: 14px;
|
|||
|
line-height: 20px;
|
|||
|
}
|
|||
|
.hello-link {
|
|||
|
color: #7A7E83;
|
|||
|
font-size: 14px;
|
|||
|
line-height: 20px;
|
|||
|
}
|
|||
|
.uni-panel {
|
|||
|
margin-bottom: 12px;
|
|||
|
}
|
|||
|
.uni-panel-h {
|
|||
|
|
|||
|
|
|||
|
|
|||
|
background-color: #ffffff;
|
|||
|
flex-direction: row !important;
|
|||
|
/* justify-content: space-between !important; */
|
|||
|
align-items: center !important;
|
|||
|
padding: 12px;
|
|||
|
}
|
|||
|
/*
|
|||
|
.uni-panel-h:active {
|
|||
|
background-color: #f8f8f8;
|
|||
|
}
|
|||
|
*/
|
|||
|
.uni-panel-h-on {
|
|||
|
background-color: #f0f0f0;
|
|||
|
}
|
|||
|
.uni-panel-text {
|
|||
|
flex: 1;
|
|||
|
color: #000000;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
.uni-panel-icon {
|
|||
|
margin-left: 15px;
|
|||
|
color: #999999;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
transform: rotate(0deg);
|
|||
|
transition-duration: 0s;
|
|||
|
transition-property: transform;
|
|||
|
}
|
|||
|
.uni-panel-icon-on {
|
|||
|
transform: rotate(180deg);
|
|||
|
}
|
|||
|
.uni-navigate-item {
|
|||
|
|
|||
|
|
|||
|
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
background-color: #FFFFFF;
|
|||
|
border-top-style: solid;
|
|||
|
border-top-color: #f0f0f0;
|
|||
|
border-top-width: 1px;
|
|||
|
padding: 12px;
|
|||
|
}
|
|||
|
.uni-navigate-item:active {
|
|||
|
background-color: #f8f8f8;
|
|||
|
}
|
|||
|
.uni-navigate-text {
|
|||
|
flex: 1;
|
|||
|
color: #000000;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
.uni-navigate-icon {
|
|||
|
margin-left: 15px;
|
|||
|
color: #999999;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
.head{
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
margin-bottom: 20px;
|
|||
|
}
|
|||
|
.personClass{
|
|||
|
width: 50px;
|
|||
|
height: 50px;
|
|||
|
background-color: #c9cdd4;
|
|||
|
border-radius: 50%;
|
|||
|
text-align: center;
|
|||
|
line-height: 50px;
|
|||
|
margin-right: 10px;
|
|||
|
}
|
|||
|
.uni-input{
|
|||
|
height: 30px;
|
|||
|
}
|
|||
|
.head-right{
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
justify-content: space-around;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.headtext{
|
|||
|
margin: 0 10px;
|
|||
|
}
|
|||
|
.constList{
|
|||
|
width: 100%;
|
|||
|
margin: 10px 0;
|
|||
|
height: 200px;
|
|||
|
background-color: #ecb2b2;
|
|||
|
border-radius: 15px;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
}
|
|||
|
.constList-left{
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
padding-left: 30px;
|
|||
|
}
|
|||
|
.constList-right{
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
}
|
|||
|
.constList-left-con{
|
|||
|
font-size: 20px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.imgbox{
|
|||
|
width: 200px;
|
|||
|
height: 100px;
|
|||
|
color: black;
|
|||
|
margin: 5px 20px 10px 0px;
|
|||
|
background-color: #fff;
|
|||
|
}
|
|||
|
.constList-right-con{
|
|||
|
font-size: 20px;
|
|||
|
text-align: center;
|
|||
|
height: 100px;
|
|||
|
line-height: 100px;
|
|||
|
}
|
|||
|
uni-icons[type="heart-filled"] {
|
|||
|
color: red !important;
|
|||
|
}
|
|||
|
.constList-bottom{
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
justify-content: flex-end;
|
|||
|
}
|