52 lines
859 B
Plaintext
52 lines
859 B
Plaintext
.teamCode .m_header {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
background: #fff;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
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 .rationList .li {
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
overflow: hidden;
|
|
border-bottom: 2rpx solid #ddd;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.teamCode .rationList .li .left {
|
|
float: left;
|
|
color: #333;
|
|
font-size: 16px;
|
|
line-height: 56rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.teamCode .rationList .li .left .p {
|
|
color: #999;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
}
|
|
|
|
.teamCode .rationList .li .right {
|
|
float: right;
|
|
line-height: 56rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.teamCode .rationList .li .right .p {
|
|
color: #999;
|
|
font-size: 12px;
|
|
}
|