61 lines
950 B
Plaintext
61 lines
950 B
Plaintext
/* pages/exam/certificate.wxss */
|
|
|
|
.page-body {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
margin:2px 5px
|
|
}
|
|
.item {
|
|
display: flex;
|
|
padding: 20rpx 40rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
cursor: pointer;
|
|
background-color: #ffffff;
|
|
}
|
|
.right{
|
|
position: absolute;
|
|
right: 20px;
|
|
color: #cccccc
|
|
}
|
|
.item .poster {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.item .meta {
|
|
flex: 1;
|
|
}
|
|
.item .meta .title,.item .meta .sub-title {
|
|
display: block;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.item .meta .title {
|
|
font-size: 32rpx;
|
|
}
|
|
.item .meta .sub-title {
|
|
font-size: 25rpx;
|
|
color: #7bbd52;
|
|
}
|
|
.item .meta .artists {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.item .rating {
|
|
font-size: 28rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.tips {
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
padding: 50rpx;
|
|
color: #ccc;
|
|
}
|
|
.tips image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.tips image,.tips text {
|
|
vertical-align: middle;
|
|
} |