yuminge-app/yun-min-program-plugin-master/packageH/member/upgrade_code/index/index.wxss

74 lines
1.1 KiB
Plaintext

/* packageH/member/upgrade_code/upgrade_code/upgrade_code.wxss */
.upgrade-code {
margin-top: 6rpx;
min-height: 100vh;
background: white;
}
.logo-warpper {
padding-top: 39.04rpx;
text-align: center;
}
.logo {
width: 241.92rpx;
height: 128.96rpx;
}
.codes-list {
margin-top: 56.96rpx;
/* padding: 0 34.88rpx; */
}
.codes-item {
position: relative;
padding: 24rpx 31.04rpx 52.16rpx 38.08rpx;
text-align: left;
}
.codes-content {
position: relative;
z-index: 1;
}
.codes-name {
overflow: hidden;
font-size: 36.16rpx;
color: white;
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
}
.codes-level {
margin-top: 23.04rpx;
width: 682rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: white;
font-size: 30.08rpx;
}
.codes-footer {
display: flex;
justify-content: space-between;
margin-top: 47.04rpx;
font-size: 24rpx;
color: white;
}
.icon-member_right {
font-size: 24rpx;
}
.codes-item-bgimg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}