You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.1 KiB
SCSS

/**app.wxss**/
@font-face {
font-family: "iconfont"; /* Project id 4030386 */
src: url('https://gwjxb.oss-cn-chengdu.aliyuncs.com/TangoBT.ttf') format('truetype');
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
// padding: 200rpx 0;
box-sizing: border-box;
.c-part{
margin-bottom: 20px;
width: 100%;
box-sizing: border-box;
}
}
.gray-samll-text{
color: gray;
font-size: 10px;
}
.small-text{
font-size: 10px;
}
.std-small-text{
font-size: 12px;
}
.std-text{
font-size: 14px;
}
.picker{
display: flex;
// align-items: center;
.picker-icon>image{
width: 15px;
}
}
.text-ellipsis-1{ /*超出部分省略号 单行*/
overflow:hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
/* min-height: 38rpx; */
}
.part-title{
display: flex;
align-items: center;
.pt-text{
white-space: nowrap;
}
.pt-line{
width: 100%;
border-top: 1px solid black;
height: 1px;
}
}
.tip{
font-size: 12px;
color: gray;
margin: 10px;
}