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.
257 lines
5.8 KiB
257 lines
5.8 KiB
.qiun-charts {
|
|
width: 690rpx;
|
|
height: 426rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
.charts {
|
|
width: 690rpx;
|
|
height: 426rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
page {
|
|
font-size: 0;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.container .select-box {
|
|
color: #999999;
|
|
}
|
|
.container .select-box .iconfont {
|
|
font-size: 24rpx;
|
|
margin-left: 6rpx;
|
|
}
|
|
.container .tabbar-main {
|
|
width: 101vw;
|
|
padding-top: 90rpx;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
.container .tabBar-list {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
width: 100%;
|
|
}
|
|
.container .tabBar-list .tabBar-item {
|
|
width: 50%;
|
|
}
|
|
.container .selectTabbar {
|
|
color: #ff4444;
|
|
}
|
|
.container .pages-header {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 400rpx;
|
|
}
|
|
.container .pages-header .person-content {
|
|
padding: 94rpx 40rpx 0;
|
|
}
|
|
.container .pages-header .person-content .user-avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
background-repeat: no-repeat;
|
|
background-size: 100rpx 100rpx;
|
|
}
|
|
.container .pages-header .person-content .user-referrer-name .level-label {
|
|
background-color: #e7d4aa;
|
|
border-radius: 18rpx;
|
|
padding: 0 16rpx;
|
|
}
|
|
.container .pages-header .person-content .user-referrer-name .referrer-name {
|
|
color: #6b6e88;
|
|
}
|
|
.container .merchant-radio-group {
|
|
border-radius: 30rpx;
|
|
border: 1px solid #2c6fff;
|
|
overflow: hidden;
|
|
font-size: 24rpx;
|
|
margin-top: 42rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.container .merchant-radio-group .merchant-radio {
|
|
color: #333333;
|
|
padding: 18rpx 0;
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
.container .merchant-radio-group .merchant-radio.check {
|
|
background: #3388ff;
|
|
color: #ffffff;
|
|
}
|
|
.container .dealer-content {
|
|
margin-top: -160rpx;
|
|
padding-bottom: 120rpx;
|
|
}
|
|
.container .dealer-content .tool-tab {
|
|
padding: 30rpx 0;
|
|
}
|
|
.container .dealer-content .tool-tab .tool-tab-title {
|
|
padding: 0 30rpx;
|
|
}
|
|
.container .dealer-content .tool-tab .tool-item .tool-item-icon {
|
|
margin: 0 auto 20rpx;
|
|
display: block;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.container .dealer-content .menu-style {
|
|
background-color: #ffffff;
|
|
position: relative;
|
|
padding: 40rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.container .dealer-content .menu-style .menu-style-bg {
|
|
width: 340rpx;
|
|
height: 160rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 340rpx 160rpx;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
border-radius: 10rpx;
|
|
}
|
|
.item {
|
|
font-size: 20rpx;
|
|
}
|
|
.container .record-dialog {
|
|
z-index: 10;
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.container .record-dialog .record-dialog-main {
|
|
width: 600rpx;
|
|
border-radius: 10rpx;
|
|
z-index: 11;
|
|
background: #ffffff;
|
|
position: relative;
|
|
}
|
|
.container .record-dialog .record-dialog-btns {
|
|
border-top: 1rpx solid #eeeeee;
|
|
color: #333333;
|
|
position: relative;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.container .record-dialog .record-dialog-btns .btn {
|
|
width: 50%;
|
|
height: 86rpx;
|
|
font-size: 28rpx;
|
|
line-height: 86rpx;
|
|
text-align: center;
|
|
}
|
|
.container .record-dialog .record-dialog-btns .btn.confirm {
|
|
color: #3388ff;
|
|
}
|
|
.container .record-dialog .record-dialog-btns .line {
|
|
width: 1px;
|
|
height: 36rpx;
|
|
background: #eeeeee;
|
|
}
|
|
.container .record-dialog .record-picker-view {
|
|
margin: 0rpx 30rpx;
|
|
box-sizing: border-box;
|
|
width: 540rpx;
|
|
height: 240rpx;
|
|
}
|
|
.container .search-main .search-box .search-input {
|
|
position: relative;
|
|
padding: 0 60rpx 0 80rpx;
|
|
margin-right: 40rpx;
|
|
background: #f6f6f6;
|
|
height: 76rpx;
|
|
border-radius: 38rpx;
|
|
flex: 1;
|
|
}
|
|
.container .search-main .search-box .search-input input {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.container .search-main .search-box .search-input .icon.icon-sousuo {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
left: 30rpx;
|
|
}
|
|
.container .search-main .search-box .search-select {
|
|
width: 100rpx;
|
|
white-space: nowrap;
|
|
color: #333333;
|
|
}
|
|
.container .search-main .search-box .search-select .icon {
|
|
margin-left: 10rpx;
|
|
}
|
|
.container .uni-picker-view-indicator {
|
|
height: 70rpx !important;
|
|
}
|
|
.container .permission-name {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.container .pages-header {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 400rpx;
|
|
}
|
|
.container .record {
|
|
background-color: #ffffff;
|
|
}
|
|
.container .record .record-search {
|
|
padding: 30rpx;
|
|
}
|
|
.container .record .record-body {
|
|
padding: 30rpx;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.container .record .record-body .color-red {
|
|
color: #ff4444;
|
|
}
|
|
.container .record .record-body .record-list-item {
|
|
padding: 30rpx;
|
|
border-radius: 10rpx;
|
|
background: #ffffff;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-header {
|
|
border-bottom: 1px solid #eeeeee;
|
|
padding-bottom: 28rpx;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-header .tag {
|
|
padding: 6rpx 10rpx;
|
|
background: #3388ff;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-content {
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-content .record-img {
|
|
width: 114rpx;
|
|
height: 114rpx;
|
|
border-radius: 4rpx;
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-content .goods-name {
|
|
color: #000000;
|
|
line-height: 36rpx;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-content .goods-sku {
|
|
color: #999999;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-footer .footer-item {
|
|
padding-top: 30rpx;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-footer .footer-item .footer-item-left {
|
|
color: #999999;
|
|
}
|
|
.container .record .record-body .record-list-item .record-list-item-footer .footer-item .footer-item-right {
|
|
color: #333333;
|
|
}
|
|
|
|
|