修改NFC读取
781
unpackage/resources/__UNI__4C459F4/www/static/common.css
Normal file
@@ -0,0 +1,781 @@
|
||||
@import '@/static/font/iconfont.css';
|
||||
|
||||
page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #307AF5;
|
||||
/* background-color: #F5F5F5; */
|
||||
color: #333;
|
||||
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #F5F5F5;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.con-body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.con-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
/* #ifdef APP-PLUS */
|
||||
background-color: #F5F5F5;
|
||||
background-image: url('@/static/images/bg-Blue.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 750rpx 761rpx;
|
||||
width: 750rpx;
|
||||
/* height: 761rpx; */
|
||||
left: 0;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
background-color: #F5F5F5;
|
||||
background-image: url('@/static/images/bg-Blue.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 750rpx 761rpx;
|
||||
width: 750rpx;
|
||||
/* height: 761rpx; */
|
||||
left: 50%;
|
||||
margin-left: -375rpx;
|
||||
/* #endif */
|
||||
|
||||
}
|
||||
|
||||
.top-height {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: 160rpx;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: 116rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.bottom-height {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.margin-bottom20 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-auto {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-size: 28rpx;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-gray {
|
||||
color: #919191;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* 弹出提示框修改样式 begin */
|
||||
/* #ifdef H5 */
|
||||
|
||||
.uni-modal {
|
||||
border-radius: 24rpx !important;
|
||||
width: 70% !important;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__bd {
|
||||
color: #393939 !important;
|
||||
font-size: 30rpx !important;
|
||||
padding-top: 50rpx !important;
|
||||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__btn::after {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__ft {
|
||||
padding: 20rpx 40rpx 60rpx !important;
|
||||
align-items: center !important;
|
||||
justify-content: space-between !important;
|
||||
gap: 5% !important;
|
||||
/* 元素间距 */
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__ft::after {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__btn {
|
||||
/* flex-basis: 200rpx !important; */
|
||||
border-radius: 48rpx !important;
|
||||
font-size: 30rpx !important;
|
||||
/* width:150rpx !important; */
|
||||
height: 65rpx !important;
|
||||
line-height: 60rpx !important;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__btn_default {
|
||||
border: 1px solid #05A3F4 !important;
|
||||
color: #05A3F4 !important;
|
||||
}
|
||||
|
||||
.uni-modal .uni-modal__btn_primary {
|
||||
/* margin-left:20rpx !important; */
|
||||
background-color: #05A3F4 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
/* #endif */
|
||||
/* 弹出提示框修改样式 end */
|
||||
|
||||
/* 搜索框修改样式 begin */
|
||||
.custom-search.uni-searchbar {
|
||||
padding: 10rpx 30rpx 30rpx !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__box {
|
||||
height: 56rpx !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__text-placeholder {
|
||||
color: #fff !important;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__box-icon-search {
|
||||
padding: 0 0 0 8px !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__box-icon-search .uniui-search {
|
||||
color: #fff !important;
|
||||
font-size: 40rpx !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-input-placeholder,
|
||||
.custom-search .uni-input-input {
|
||||
color: #fff !important;
|
||||
font-size: 27rpx !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__box-icon-clear {
|
||||
/* display: none !important; */
|
||||
margin-right:10rpx;
|
||||
}
|
||||
|
||||
.custom-search .uni-searchbar__box-icon-clear .uniui-clear{
|
||||
color:#fff !important;
|
||||
font-size: 40rpx !important;
|
||||
}
|
||||
|
||||
/* 自定义搜索框 */
|
||||
.search-bg{
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 28rpx;
|
||||
/* width:690rpx; */
|
||||
width:630rpx;
|
||||
height:56rpx;
|
||||
margin:10rpx auto 30rpx;
|
||||
padding:0 30rpx;
|
||||
display: flex;
|
||||
color:#fff;
|
||||
font-size:28rpx;
|
||||
flex: auto;
|
||||
}
|
||||
.search-bg .search-left{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-width: 10%;
|
||||
}
|
||||
.search-bg .search-right{
|
||||
border-left:1px solid #4687F2;
|
||||
padding-left:25rpx;
|
||||
margin-left:30rpx;
|
||||
margin-top:10rpx;
|
||||
margin-bottom:10rpx;
|
||||
max-width:60%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
.search-bg .search-right .uni-input{
|
||||
color:#fff;
|
||||
font-size:28rpx;
|
||||
}
|
||||
|
||||
.search-bg .search-right .uni-input .uni-input-input{
|
||||
/* width: 380rpx; */
|
||||
}
|
||||
.search-bg .search-right .uni-input .search-color{
|
||||
color:#fff !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
/* 搜索框修改样式 end */
|
||||
|
||||
.head-right {
|
||||
font-size: 28rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* #ifdef APP-PLUS */
|
||||
height:160rpx;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:116rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.head-right img {
|
||||
width: 28rpx;
|
||||
height: 33rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.head-right .uni-icons {
|
||||
margin-right: 6rpx;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
height: 1px;
|
||||
background-color: #E7E7E7;
|
||||
width: 660rpx;
|
||||
}
|
||||
|
||||
.border-bottom.b-width {
|
||||
width: 720rpx;
|
||||
}
|
||||
|
||||
.all-body {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 88rpx;
|
||||
height: calc(100vh - 44px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 88rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
overflow: hidden;
|
||||
/* z-index:999; */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 630rpx;
|
||||
/*690*/
|
||||
margin: 10rpx auto 30rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 10rpx;
|
||||
padding: 30rpx;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.white-bg .blue-title{
|
||||
color:#3384DF;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .blue-sub-title{
|
||||
color:#3384DF;
|
||||
font-size:28rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .blue-sub-title text{
|
||||
font-weight:normal;
|
||||
}
|
||||
.white-bg .green-title{
|
||||
color:#12BC36;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .red-title{
|
||||
color:#FF687A;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
display: flex;
|
||||
color: #333;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title text {
|
||||
color: #0395E0;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title text .iconfont {
|
||||
font-size: 11px !important;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .btn-edit{
|
||||
margin-left:auto;
|
||||
background-color: #05A3F4;
|
||||
padding:10rpx 30rpx;
|
||||
color:#fff;
|
||||
border-radius: 10rpx;
|
||||
font-size:28rpx;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.white-bg .logo-list {
|
||||
margin-top: 30rpx;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/* 关键属性:允许换行 */
|
||||
/* 项目间距 */
|
||||
margin-left:-10rpx;
|
||||
margin-right:-10rpx;
|
||||
}
|
||||
|
||||
.white-bg .logo-list .l-l-item {
|
||||
width: 140rpx;
|
||||
text-align: center;
|
||||
margin-bottom: 30rpx;
|
||||
position: relative;
|
||||
margin-left:10rpx;
|
||||
margin-right:10rpx;
|
||||
}
|
||||
|
||||
|
||||
.white-bg .logo-list .l-l-item img {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
}
|
||||
|
||||
.white-bg .logo-list .l-l-item .font-gray {
|
||||
color: #333;
|
||||
font-size: 13px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.white-bg .logo-list .l-l-item .uni-badge--x {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: -3px
|
||||
}
|
||||
|
||||
.mar-top {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .yellow-bg {
|
||||
background-color: #FFF5DD;
|
||||
border-radius: 5px;
|
||||
padding: 10rpx 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .yellow-bg .iconfont {
|
||||
font-size: 35rpx;
|
||||
color: #6CBCFF;
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .yellow-bg .text-black {
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .yellow-bg .picker-icon {
|
||||
color: #282728;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title .yellow-bg .uni-input {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.news-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.news-list .news-item {
|
||||
display: flex;
|
||||
border-bottom: 1px solid #E7E7E7;
|
||||
padding: 30rpx 0 40rpx;
|
||||
}
|
||||
|
||||
.news-list .news-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.news-list .news-item .n-i-title {
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.news-list .news-item .n-i-title .n-i-date {
|
||||
color: #BFBFBF;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.news-list .news-item img {
|
||||
width: 240rpx;
|
||||
height: 160rpx;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
uni-button[size='mini'] {
|
||||
font-size: 28rpx !important;
|
||||
}
|
||||
|
||||
uni-button[type='primary'][plain] {
|
||||
color: #05A3F4 !important;
|
||||
border: 1px solid #05A3F4 !important;
|
||||
}
|
||||
|
||||
.dot {
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
background-color: #FF2B44;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* CRM 样式 begin */
|
||||
.loading-scroll .mescroll-upwarp .upwarp-progress{
|
||||
border-color: #fff !important;
|
||||
}
|
||||
.loading-scroll .mescroll-upwarp .upwarp-tip{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.mescroll-downwarp .downwarp-progress,
|
||||
.mescroll-downwarp .mescroll-rotate {
|
||||
border-color: #fff !important;
|
||||
}
|
||||
|
||||
.mescroll-downwarp .downwarp-tip,
|
||||
.mescroll-downwarp .upwarp-tip {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.report-list {}
|
||||
|
||||
.report-list .title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.report-list .r-list {
|
||||
padding: 20rpx 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.report-list .r-list .r-left {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.report-list .r-list .r-name {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.report-list .r-list .r-gray {
|
||||
color: #919191;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.report-list .r-list .r-blue{
|
||||
color: #05A3F4;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.report-list .r-list .r-red{
|
||||
color: #FF2B44;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.report-list .r-list .r-right {
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
color: #919191;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-orange,
|
||||
.report-list .r-list .btn-pink,
|
||||
.report-list .r-list .btn-gray {
|
||||
background-color: #FF9638;
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 10rpx 15rpx;
|
||||
border-radius: 10rpx;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-orange::after,
|
||||
.report-list .r-list .btn-pink::after,
|
||||
.report-list .r-list .btn-gray::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-pink {
|
||||
background-color: #FF687A;
|
||||
padding: 10rpx 40rpx;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-gray {
|
||||
background-color: #F0F0F0;
|
||||
padding: 10rpx 20rpx;
|
||||
color: #919191;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-blue {
|
||||
background-color: #05A3F4;
|
||||
padding: 10rpx 30rpx;
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.report-list .r-list .btn-green{
|
||||
background-color: #09BC48;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
padding:5rpx 20rpx;
|
||||
font-size:28rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.report-list .r-list .btn-red{
|
||||
background-color: #FF687A;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
padding:5rpx 20rpx;
|
||||
font-size:28rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
|
||||
.form-con {
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.form-con .uni-forms-item__label {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.form-con .f-c-right .uni-forms-item__content {
|
||||
text-align: right;
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
.form-con .f-c-right .f-c-text {
|
||||
color: #919191;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
|
||||
.form-con .uni-forms-item {
|
||||
margin-bottom: 25rpx !important;
|
||||
}
|
||||
|
||||
.form-con .txt-right {
|
||||
padding-right: 40rpx;
|
||||
}
|
||||
|
||||
.form-con .footer-con {
|
||||
display: flex;
|
||||
padding-bottom:30rpx;
|
||||
}
|
||||
|
||||
/* .form-con .form-texarea .is-textarea{
|
||||
min-height: 230rpx;
|
||||
} */
|
||||
.form-con .form-picker {
|
||||
border: 1px solid #E7E7E7;
|
||||
border-radius: 10rpx;
|
||||
padding: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
.form-con .form-picker .uniui-down {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.form-con .footer-con .btn-default,
|
||||
.form-con .footer-con .btn-primary {
|
||||
background-color: #fff;
|
||||
border: 1px solid #05A3F4;
|
||||
color: #05A3F4;
|
||||
border-radius: 25px;
|
||||
padding: 0rpx 80rpx;
|
||||
font-size: 34rpx;
|
||||
margin-left: 0;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.form-con .footer-con .btn-primary {
|
||||
background-color: #05A3F4;
|
||||
border: 1px solid #05A3F4;
|
||||
color: #fff;
|
||||
padding: 0rpx 60rpx;
|
||||
}
|
||||
|
||||
.form-con .footer-con .btn-default::after,
|
||||
.form-con .footer-con .btn-primary::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.my-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.my-table th,
|
||||
.my-table td {
|
||||
border: 1px solid #E9E9E9;
|
||||
padding: 12rpx 10rpx;
|
||||
text-align: center;
|
||||
font-size:26rpx;
|
||||
}
|
||||
|
||||
.my-table th {
|
||||
background-color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.my-table tr:nth-child(even) {
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
.my-table tr:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.my-table .tab-width100{
|
||||
width:100rpx;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.my-table .tab-width160{
|
||||
width:160rpx;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.my-table .txtLeft{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
/* CRM 样式 end */
|
||||
|
||||
.mescroll-empty .empty-tip{
|
||||
color: #fff !important;
|
||||
font-size:28rpx !important;
|
||||
}
|
||||
|
||||
/* 日历修改 begin */
|
||||
.calender-con{
|
||||
box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.15);
|
||||
padding-bottom:40rpx;
|
||||
}
|
||||
.calender-con .uni-calendar__content{
|
||||
padding:0 20rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__backtoday{
|
||||
right:-20rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__header-text{
|
||||
color:#333333 !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__weeks-day{
|
||||
border:none !important;
|
||||
}
|
||||
.calender-con .uni-calendar__weeks-day-text{
|
||||
color:#333333 !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__weeks{
|
||||
padding:0 0rpx !important;
|
||||
}
|
||||
|
||||
.calender-con .uni-calendar-item__weeks-box-item{
|
||||
width:auto !important;
|
||||
height:80rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--checked{
|
||||
background-color:#fff !important;
|
||||
opacity:1 !important;
|
||||
color:#333 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--isDay{
|
||||
background-color: #fff !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item__weeks-box-text{
|
||||
background-color: #EEEEEE !important;
|
||||
width:62rpx !important;
|
||||
height:62rpx !important;
|
||||
line-height: 55rpx !important;
|
||||
/* #ifdef APP-PLUS */
|
||||
line-height: 65rpx !important;
|
||||
/* #endif */
|
||||
border-radius: 50% !important;
|
||||
text-align: center !important;
|
||||
font-size:34rpx !important;
|
||||
color:#333333 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--checked .uni-calendar-item__weeks-box-text{
|
||||
background-color:#FF9638 !important;
|
||||
color:#fff !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--disable{
|
||||
background-color: transparent !important;
|
||||
color:#E3E3E3 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--isDay.uni-calendar-item--isDay-text{
|
||||
background-color: #FF9638 !important;
|
||||
color:#fff !important;
|
||||
width:65rpx !important;/*72rpx*/
|
||||
height: 65rpx !important;
|
||||
line-height: 60rpx !important;
|
||||
/* #ifdef APP-PLUS */
|
||||
line-height: 65rpx !important;
|
||||
/* #endif */
|
||||
}
|
||||
.calender-con .uni-calendar-item__weeks-lunar-text.uni-calendar-item--isDay-text{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* 日历修改 end */
|
||||
@@ -0,0 +1,85 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4386638 */
|
||||
src: url('~@/static/font/iconfont.ttf?t=1703474652463') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-phonefilled:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
|
||||
.icon-phonebaocun:before {
|
||||
content: "\e80b";
|
||||
}
|
||||
|
||||
.icon-phoneshizhong:before {
|
||||
content: "\e74f";
|
||||
}
|
||||
|
||||
.icon-phonesaoyisao:before {
|
||||
content: "\e891";
|
||||
}
|
||||
|
||||
.icon-qh-right:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-qh-right2:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-share:before {
|
||||
content: "\ebab";
|
||||
}
|
||||
|
||||
.icon-link:before {
|
||||
content: "\e63a";
|
||||
}
|
||||
|
||||
.icon-up:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-down:before {
|
||||
content: "\e671";
|
||||
}
|
||||
|
||||
.icon-bonus:before {
|
||||
content: "\e646";
|
||||
}
|
||||
|
||||
.icon-message:before {
|
||||
content: "\e645";
|
||||
}
|
||||
|
||||
.icon-lightning:before {
|
||||
content: "\e6b9";
|
||||
}
|
||||
|
||||
.icon-watch1:before {
|
||||
content: "\e66d";
|
||||
}
|
||||
|
||||
.icon-watch:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-code:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
|
||||
.icon-phone:before {
|
||||
content: "\e678";
|
||||
}
|
||||
|
||||
.icon-dang:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
BIN
unpackage/resources/__UNI__4C459F4/www/static/font/iconfont.ttf
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
BIN
unpackage/resources/__UNI__4C459F4/www/static/images/bg-Blue.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 37 KiB |
BIN
unpackage/resources/__UNI__4C459F4/www/static/images/bg@2x.png
Normal file
|
After Width: | Height: | Size: 218 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
BIN
unpackage/resources/__UNI__4C459F4/www/static/images/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 355 KiB |
|
After Width: | Height: | Size: 860 B |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 987 B |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 494 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 461 B |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 618 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 435 B |