App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-09-30 c5f75a251681efff2adc43dfec502b0820de033b
unpackage/cache/wgt/H5EDA0853/css/global.css
@@ -31,7 +31,8 @@
   padding-left: 10px;
   margin: 5px 0;
}
.vanFieldInputArea{
.vanFieldInputArea {
   height: 72px;
   line-height: 24px;
   align-items: center;
@@ -59,8 +60,13 @@
   color: #fff !important;
}
.textEllipsis {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.head {
   /* background-color: aliceblue; */
   background-color: #fff;
   padding-top: 10px;
   padding-bottom: 10px;
@@ -105,6 +111,12 @@
.flex_center {
   display: flex;
   align-items: center;
}
.flex_center_center {
   display: flex;
   align-items: center;
   justify-content: center;
}
.center_title {
@@ -155,3 +167,18 @@
   margin: auto;
   color: #000ccc;
}
.van-cell{
   padding: 0;
   font-size: 16px;
   line-height:21px;
   position:unset;
}
.van-cell__title{
   margin-left: 20px;
}
.cellDiv{
   margin-left: 20px;
}