You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* 下方引入的为uView UI的集成样式文件, 为scss预处理器, 其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量, 均以"u-"开头,不会造成冲突,请放心使用
*/
@import ' uview-ui/theme.scss ' ;
page {
background-color : #fbf9fe ;
height : 100 % ;
}
. weui-panel : first-child {
margin-top : 0 ;
}
. weui-panel {
background-color : #FFFFFF ;
margin-top : 10 px ;
position : relative ;
overflow : hidden ;
}
. weui-media-box__title {
font-weight : 400 ;
font-size : 17 px ;
width : auto ;
overflow : hidden ;
text-overflow : ellipsis ;
white-space : nowrap ;
word-wrap : normal ;
word-wrap : break-word ;
word-break : break-all ;
}
. weui-media-box {
padding : 10 px ;
position : relative ;
}
. weui-media-box_appmsg {
display : - webkit-box ;
display : - webkit-flex ;
display : flex ;
-webkit-box-align : center ;
align-items : center ;
}
. weui-media-box__bd_in-appmsg {
-webkit-box-flex : 1 ;
flex : 1 ;
min-width : 0 ;
}
. weui-uploader__bd {
margin-bottom : - 4 px ;
margin-right : - 9 px ;
overflow : hidden ;
}
. weui-uploader__file {
float : left ;
margin-right : 18 rpx ;
margin-bottom : 18 rpx ;
}
. complain-content {
color : #999999 ;
font-size : 13 px ;
line-height : 1 .2 ;
display : block ;
overflow-wrap : break-word ;
-webkit-line-clamp : 7 ;
}
. weui-cell {
padding : 10 px 15 px ;
position : relative ;
display : - webkit-box ;
display : - webkit-flex ;
display : flex ;
-webkit-box-align : center ;
align-items : center ;
}
. weui-cell_link {
color : #586C94 ;
font-size : 14 px ;
}
. weui-media-box__bd_in-appmsg {
-webkit-box-flex : 1 ;
flex : 1 ;
min-width : 0 ;
}
. weui-cell__ft {
text-align : right ;
color : #999999 ;
}
. weui-cell-content {
padding-left : 0 rpx ;
}
. weui-media-box__desc {
color : #999999 ;
font-size : 13 px ;
line-height : 1 .2 ;
overflow : hidden ;
text-overflow : ellipsis ;
white-space : nowrap ;
-webkit-box-orient : vertical ;
-webkit-line-clamp : 2 ;
}
. weui-cell__bd {
-webkit-box-flex : 1 ;
flex : 1 ;
}
. weui-cell__ft {
flex : auto ;
text-align : right ;
color : #999999 ;
}
//数据空样式
. prompt-container {
display : flex ;
height : 100 % ;
width : 100 % ;
align-items : center ;
justify-content : center ;
color : #939393 ;
}
. prompt-message {
margin-top : 0 ;
text-align : center ;
}
. prompt-message . prompt-icon {
width : 64 px ;
height : 64 px ;
}
. prompt-message . prompt-title {
font-size : 16 px ;
font-weight : bold ;
color : #333 ;
margin : 2 px 0 ;
}
. prompt-message . prompt-text {
font-size : 12 px ;
margin : 2 px 0 ;
}
. weui-cells {
position : relative ;
margin-top : 1 .17647059 em ;
background-color : #FFFFFF ;
line-height : 1 .41176471 ;
font-size : 17 px ;
}
. weui-cells_after-title {
margin-top : 0 ;
}
. canteen-select {
height : 81 rpx ;
text-align : center ;
display : flex ;
align-items : center ;
justify-content : center ;
border-bottom : 1 rpx solid #F2f2f2 ;
}
. weui-cells__title {
margin-top : .77 em ;
margin-bottom : .3 em ;
padding-left : 15 px ;
padding-right : 15 px ;
color : #999999 ;
font-size : 14 px ;
}
. weui-textarea-counter {
color : #B2B2B2 ;
text-align : right ;
}
. weui-uploader__hd {
display : - webkit-box ;
display : - webkit-flex ;
display : flex ;
padding-bottom : 10 px ;
-webkit-box-align : center ;
align-items : center ;
}
. weui-uploader__bd {
margin-bottom : - 4 px ;
margin-right : - 9 px ;
overflow : hidden ;
}
. weui-uploader__title {
-webkit-box-flex : 1 ;
flex : 1 ;
}
. weui-uploader__info {
color : #B2B2B2 ;
}
. weui-flex {
display : - webkit-box ;
display : - webkit-flex ;
display : flex ;
}
. weui-flex__item {
-webkit-box-flex : 1 ;
flex : 1 ;
}
. align-center {
text-align : center ;
display : flex ;
align-items : center ;
justify-content : center ;
}