173 lines
2.5 KiB
Plaintext
173 lines
2.5 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;
|
|
}
|
|
|
|
.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-title {
|
|
flex: 1;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.integra-title text {
|
|
flex: 1;
|
|
}
|
|
|
|
.integra-title image {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
|
|
.integra-oints {
|
|
color: #f0a479;
|
|
}
|
|
|
|
.integra-date {
|
|
display: flex;
|
|
}
|
|
|
|
.integra-time:last-child{
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.integra-time {
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.integra-time text {
|
|
color: #000;
|
|
} |