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.
|
|
|
|
/**
|
|
|
|
|
* 下方引入的为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: 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-media-box__title {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
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: 10px;
|
|
|
|
|
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: -4px;
|
|
|
|
|
margin-right: -9px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-uploader__file {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 18rpx;
|
|
|
|
|
margin-bottom: 18rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.complain-content {
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
display: block;
|
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
-webkit-line-clamp: 7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cell {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cell_link {
|
|
|
|
|
color: #586C94;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: 0rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-media-box__desc {
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
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: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-message .prompt-title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333;
|
|
|
|
|
margin: 2px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-message .prompt-text {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin: 2px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cells {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-top: 1.17647059em;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
line-height: 1.41176471;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cells_after-title {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.canteen-select {
|
|
|
|
|
height: 81rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-bottom: 1rpx solid #F2f2f2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cells__title {
|
|
|
|
|
margin-top: .77em;
|
|
|
|
|
margin-bottom: .3em;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-textarea-counter {
|
|
|
|
|
color: #B2B2B2;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.weui-uploader__hd {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-uploader__bd {
|
|
|
|
|
margin-bottom: -4px;
|
|
|
|
|
margin-right: -9px;
|
|
|
|
|
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;
|
|
|
|
|
}
|