yuminge-app/yun-min-program-plugin-master/packageE/newteamCode/newteamCode.wxss

117 lines
1.8 KiB
Plaintext

page {
background: #fff;
}
.teamCode .el-button--text {
color: #fff;
background-color: #f15353;
border-color: #f15353;
width: 80%;
height: 80rpx;
line-height: 80rpx;
margin: 40rpx 0;
padding: 0;
font-size: 16px;
}
.van-nav-bar__text {
color: #666 !important;
}
.van-cell {
padding: 30px 20px !important;
}
.teamCode .code_button .van-button {
color: #fff;
background-color: #f15353;
border-color: #f15353;
width: 80%;
height: 80rpx;
line-height: 80rpx;
margin: 40rpx 0;
text-align: center;
padding: 0;
font-size: 16px;
}
.teamCode .m_header {
width: 100%;
height: 90rpx;
margin-top: 90rpx;
line-height: 90rpx;
background: #fff;
border-bottom: 2rpx solid #ccc;
}
.teamCode .m_header .span {
display: inline-block;
width: 32rpx;
height: 48rpx;
float: left;
font-size: 22px;
font-weight: normal;
}
.teamCode .m_header .span.history {
width: 20%;
float: right;
font-size: 12px;
font-weight: normal;
color: #888;
}
.teamCode .m_header .span.title {
width: 60%;
font-size: 15px;
font-weight: bold;
box-sizing: border-box;
padding-left: 30%;
}
.teamCode .upgradeList {
background: #fff;
}
.teamCode .upgradeList .li {
display: flex;
justify-content: space-between;
font-size: 16px;
height: 88rpx;
line-height: 88rpx;
border-bottom: solid 2rpx #ebebeb;
padding: 0 28rpx;
}
.teamCode .upgradeList .li .span:first-child {
color: #8c8c8c;
}
.teamCode .upgradeList .li:last-child {
border: none;
}
.teamCode .rationList .li {
background: #fff;
padding: 10px;
overflow: hidden;
border-bottom: 2rpx solid #ebebeb;
}
.teamCode .rationList .li .left {
float: left;
color: #333;
line-height: 56rpx;
}
.teamCode .rationList .li .left .num {
color: #999;
font-size: 12px;
margin-left: 10rpx;
}
.teamCode .rationList .li .right {
float: right;
line-height: 56rpx;
}