Files
cardtest/pages/account/account.wxss
2021-06-24 14:15:58 +08:00

207 lines
3.1 KiB
Plaintext

/* 积分 */
.integra-cont-title {
padding: 40rpx 20rpx 10rpx;
display: flex;
}
.integra-cont-name {
font-weight: 600;
flex: 1;
}
.integra-list {
background: #fff;
border-radius: 10rpx;
width: calc(100% - 40rpx);
margin: 20rpx;
box-sizing: border-box;
}
.integra-cont-picker {
display: flex;
color: #797979;
font-size: 30rpx;
}
.integra-cont-icon {
width: 28rpx;
height: 28rpx;
margin: 6rpx 0 0 10rpx;
}
.integra-top {
padding: 30rpx 20rpx 0;
background-color: #dfb48b;
border-radius: 0 0 100rpx 100rpx;
}
.integra-name {
color: #fff;
font-size: 32rpx;
margin-bottom: 30rpx;
}
.integra-title {
margin-bottom: 20rpx;
display: flex;
}
.integra-title-tips {
background-color: green;
color: #fff;
width: 40rpx;
height: 40rpx;
line-height: 38rpx;
text-align: center;
border-radius: 50%;
margin-right: 10rpx;
font-size: 24rpx;
transform: scale(0.8);
}
.integra-title-tips.active {
background-color: red;
}
.integra-number {
font-size: 40rpx;
}
.integra-btn {
font-size: 28rpx;
margin-top: 20rpx;
color: #adadad;
display: flex;
}
.integra-btn text {
color: #dfb48b;
}
.integra-btn image {
width: 36rpx;
height: 36rpx;
margin-top: 2rpx;
}
.integra-blue {
color: #317afa;
}
.integra-info {
background-color: #fff;
text-align: center;
border-radius: 20rpx;
display: flex;
box-shadow: 0 10rpx 10rpx rgba(0, 0, 0, .1);
padding: 30rpx 20rpx;
box-sizing: border-box;
text-align: left;
}
.integra-right {
flex: 2;
position: relative;
}
.integra-right::after {
position: absolute;
content: '';
left: 0;
top: 0;
background-color: #eeeeee;
width: 2rpx;
height: 100%;
}
.integra-right:first-child {
padding-right: 20rpx;
box-sizing: border-box;
}
.integra-right:last-child {
padding-left: 30rpx;
box-sizing: border-box;
}
.integra-right:first-child::after {
display: none;
}
.integra-list {
padding: 30rpx 20rpx;
position: relative;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, .1);
box-sizing: border-box;
}
/* .integra-list::after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 2rpx;
background: #eaeaea;
} */
.integra-list:last-child::after {
display: none;
}
.integra-text {
display: flex;
margin-bottom: 20rpx;
}
.integra-list .integra-title {
flex: 1;
font-size: 30rpx;
display: flex;
margin: 0;
}
/* .integra-title text {
flex: 1;
} */
.integra-title image {
width: 36rpx;
height: 36rpx;
margin: 4rpx 0 0 10rpx;
}
.integra-oints {
color: green;
}
.integra-oints.active {
color: red;
}
.integra-remark {
margin-bottom: 20rpx;
font-size: 26rpx;
color: #4e4e4e;
background: #f5f5f5;
display: inline-block;
padding: 6rpx 20rpx;
border-radius: 50rpx;
}
.integra-date {
display: flex;
}
.integra-time:last-child{
box-sizing: border-box;
}
.integra-time {
color: #999;
font-size: 28rpx;
}
/* .integra-time text {
color: #000;
} */