sadjv3/anmo-user/my/commission/index.css

270 lines
4.6 KiB
CSS

/* 背景图片 */
.ciycle {
width: 100%;
height: 200px;
background-image: url("@/static/images/top.png");
background-size: 100%;
background-repeat: no-repeat;
}
#IntegralStatisticsTop {
display: flex;
height: 220px;
border-radius: 10px;
margin: 0px 5px 14px 5px;
padding-top: 14px;
flex-wrap: wrap;
}
#IntegralStatisticsBottom {
position: relative;
top: 50px;
margin: auto;
}
/* .optionsDetailImport -.optionsDetailImport {
content: "";
display: block;
border-bottom: 1px solid #ccc;
} */
.innerTopLeft {
width: 300px;
height: fit-content;
font-size: 30rpx;
display: flex;
justify-content: space-around;
padding-left: 10px;
}
.innerTopRight {
height: fit-content;
font-size: 30rpx;
display: flex;
justify-content: right;
color: #FFFFFF;
padding-right: 10px;
background-image: url(@/static/images/loadMoreToRight.png);
background-repeat: no-repeat;
background-position: right;
background-size: 9%;
margin-right: 11px;
}
.innerTop {
width: 100%;
height: fit-content;
display: flex;
justify-content: flex-start;
}
.innerBottomOfTop {
display: flex;
align-items: center;
padding-right: 5px;
}
.innerBottom {
width: 97%;
height: 200px;
margin: 14px 5px 14px 5px;
background-color: #FFFFFF;
border-radius: 10px;
padding: 10px;
box-shadow: 2px 2px 15px 1px #b5b5b5;
}
.innerBottomOfBottom {
padding: 0;
display: grid;
grid-template-rows: auto;
grid-template-columns: 95px 95px;
grid-gap: 0px;
}
.IntegralClassify {
height: 80px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
}
.IntegralClassify view:nth-child(1) {
font-size: 20px;
}
.IntegralClassifyInnerBottom {
margin-top: 10px;
}
.IntegralImport {
min-width: 140px;
height: 100px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-top: 10px;
font-size: 16px;
position: relative;
top: calc((100% - 100px) /2);
}
.totalIntegralNumber {
font-size: 24px;
font-weight: 600;
}
.isbOptions {
display: flex;
justify-content: space-around;
font-size: 36rpx;
font-weight: bold;
}
.optionsDetail {
display: flex;
flex-wrap: wrap;
flex-direction: column;
overflow: auto;
background-color: #FFFFFF;
border-radius: 10px;
margin: 10px;
box-shadow: 2px 2px 15px 1px #b5b5b5;
}
.optionsDetailImport {
padding-left: 10px;
margin-top: 15px;
}
.dateHeader {
font-weight: 550;
}
.dataDetail {
display: flex;
justify-content: space-around;
margin-top: 15px;
align-items: center;
}
.example-body {
background-color: #fff;
padding: 10px;
}
>>>.uni-date-editor--x {
display: none;
}
.activeTab {
color: #0aa86a;
background-color: #FFFFFF;
padding: 6px;
border-radius: 10px;
width: 60px;
text-align: center;
}
.defaultTab {
color: #FFFFFF;
padding: 6px;
width: 60px;
text-align: center;
}
.innerTopRightImport {
width: calc(100% - 200px);
display: flex;
justify-content: right;
align-items: center;
}
.storedIntegralTop {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 550;
}
.storedIntegralTopOfRight {
width: 100%;
display: flex;
justify-content: space-between;
margin-right: 20px;
align-items: center;
}
.storedIntegralTopOfRight view:nth-child(1) {
font-size: 20px;
margin-left: 5px;
}
.storedIntegralTopOfRight view:nth-child(2) {
font-size: 20px;
color: #e52c26;
}
.storedIntegralMiddle {
width: 100%;
margin-top: 28rpx;
}
.storedIntegralMiddle view {
color: gray;
margin-left: 6px;
}
.storedIntegralMiddle view:nth-child(2) {
margin-top: 10px;
}
.storedIntegralBottom {
margin-top: 28rpx;
padding-bottom: 15px;
margin-left: 3px;
font-weight: 600;
}
.withdrawalMoneyBtn {
width: 80%;
height: 40px;
border-radius: 20px;
font-size: 20px;
color: #FFFFFF;
background-color: #50b58d;
display: flex;
justify-content: center;
align-items: center;
margin-top: 12px;
}
.middleTop {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.line {
border-left: 1px solid #cacaca;
height: 80px;
}
.viewOrdersInfo {
display: flex;
justify-content: space-between;
}
.viewOrdersInfo view:nth-child(2) {
margin-right: 20px;
color: #007aff;
font-weight: 500;
font-size: 16px;
}