yuminge-app/yun-min-program-plugin-master/packageG/mycomponent/integral/integral.wxss

68 lines
1.4 KiB
Plaintext

.integral{
width: 100vw;
padding: 10rpx 24rpx;
}
.integral-content{
background-size: 100% auto;
bakcground-position: center;
/*height: 180rpx;*/
border-radius: 20rpx;
padding: 38rpx 30rpx;
}
.integral-content .top{
width: 100%;
height: 40rpx;
display: inline-flex;
justify-content: flex-start;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.integral-content .top .my-point-color{
font-size: 28rpx;
font-weight: 500;
height: 40rpx;
margin-right: 8rpx;
display: inline-flex;
justify-content: flex-start;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.integral-content .top .detail{
display: inline-flex;
justify-content: flex-start;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
font-size: 28rpx;
height: 40rpx;
}
.integral-content .top .detail .arrow-icon{
margin: 0!important;
height: 40rpx!important;
line-height: 40rpx!important;
}
.integral-content .bottom{
display: flex;
justify-content: space-between;
flex-direction: row;
}
.integral-content .bottom .point{
font-size: 50rpx;
color: #61310F;
font-weight: bold;
}
.integral-content .bottom .point-detail{
height: 52rpx;
padding: 12rpx 24rpx;
border-radius: 50rpx;
margin-top: 16rpx;
border: 0;
line-height: 32rpx;
}