在星链oms添加功能
1.充值功能-对应运营管理系统中企业充值预处理功能 3.查询油价功能-对应运营管理系统中油价管理功能 4.公司管理-客户管理 开户维护银行信息功能
This commit is contained in:
257
customerManagement/companyManagement/index.css
Normal file
257
customerManagement/companyManagement/index.css
Normal file
@@ -0,0 +1,257 @@
|
||||
.icoon :active {
|
||||
color: #007AFF;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.acenter {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* .list_item_car_title:last-child{
|
||||
margin-bottom: 0;
|
||||
} */
|
||||
.list_item_car_title {
|
||||
width: 100%;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
|
||||
.pricr_text {
|
||||
font-size: 26rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.pricr_text .felx {
|
||||
padding: 15rpx 0;
|
||||
}
|
||||
|
||||
.list_item_car_footer {
|
||||
border-top: solid 1rpx #F0F0F0;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.blackcolor {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
||||
.jcenter {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.jb {
|
||||
justify-content: space-between;
|
||||
padding: 15rpx 0;
|
||||
border-bottom: 2rpx solid #000000;
|
||||
}
|
||||
|
||||
.enterpriseRecharge_body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.tipLamp {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
background-color: #E9CF31;
|
||||
width: 17rpx;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.listContainer {
|
||||
flex-grow: 1;
|
||||
padding-top: 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.list_item_car {
|
||||
/* min-height: 241rpx; */
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 3rpx 9rpx 0rpx rgba(88, 88, 88, 0.2);
|
||||
border-radius: 12rpx;
|
||||
padding: 17rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding-bottom: 0;
|
||||
/* margin-bottom: 20rpx; */
|
||||
margin: 0 20rpx 20rpx 20rpx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.seach_input {
|
||||
border-radius: 12rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
page {
|
||||
background-color: #F0F2FF;
|
||||
}
|
||||
|
||||
.special-input {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
background-color: #FFF;
|
||||
border-radius: 12rpx;
|
||||
color: #333;
|
||||
line-height: 80rpx;
|
||||
padding-left: 20rpx;
|
||||
padding-right: 65rpx;
|
||||
margin: 0 4rpx;
|
||||
overflow: hidden;
|
||||
white-space: normal;
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.special-input .close {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20rpx;
|
||||
transform: translateY(-50%);
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
}
|
||||
|
||||
.header_seach_butten {
|
||||
font-size: 24rpx !important;
|
||||
display: inline-block;
|
||||
line-height: 80rpx;
|
||||
align-items: center !important;
|
||||
margin: 0 !important;
|
||||
flex-shrink: 1;
|
||||
margin-left: 9rpx !important;
|
||||
background: #FFFFFF !important;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.uni-easyinput__content {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.uni-easyinput {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.header_seach_seach {
|
||||
display: flex;
|
||||
height: 80rpx;
|
||||
margin-top: 23rpx;
|
||||
}
|
||||
|
||||
.header_seach_title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header_seach {
|
||||
font-size: 26rpx;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.uni-navbar__header-btns-right {
|
||||
padding-right: 0 !important;
|
||||
width: 120rpx !important;
|
||||
}
|
||||
|
||||
|
||||
.top {
|
||||
height: var(--status-bar-height);
|
||||
}
|
||||
|
||||
.list_header {
|
||||
font-size: 28rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 16px;
|
||||
position: relative;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.list_right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.olipopup_item {
|
||||
width: 167rpx;
|
||||
height: 60rpx;
|
||||
border: 1px solid #999999;
|
||||
border-radius: 4rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #999999;
|
||||
margin: 0 4rpx;
|
||||
}
|
||||
|
||||
.seleOlipopup_item {
|
||||
width: 167rpx;
|
||||
height: 60rpx;
|
||||
border-radius: 4rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #FFFFFF;
|
||||
background-color: #2866FF;
|
||||
}
|
||||
|
||||
.list_right_input {
|
||||
width: 100%;
|
||||
color: #333333;
|
||||
text-align: end !important;
|
||||
font-size: 28rpx;
|
||||
text-align: right !important;
|
||||
padding-left: 90rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.datailDetele {
|
||||
width: 140rpx;
|
||||
height: 44rpx;
|
||||
color: #D9001B;
|
||||
border: 2rpx solid #D9001B;
|
||||
border-radius: 5rpx;
|
||||
background-color: #fff8e6;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
top: 12rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.detailAdd {
|
||||
width: 414rpx;
|
||||
height: 76rpx;
|
||||
color: #FFF;
|
||||
background-color: #95f204;
|
||||
border-radius: 10rpx;
|
||||
text-align: center;
|
||||
line-height: 76rpx;
|
||||
}
|
||||
|
||||
.preTreatmentSign{
|
||||
width: 160rpx;
|
||||
height: 80rpx;
|
||||
border-radius: 10rpx;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
margin: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user