studyplus/manage/show/show.wxss
2018-09-11 13:06:48 +08:00

85 lines
1.3 KiB
Plaintext

/* manage/show/show.wxss */
.detail-item {
display: flex;
margin-left: 30rpx;
border-bottom: 1px solid RGBA(217, 217, 217, 0.4);
height: 85rpx;
align-items: center;
}
.detail-item:last-child {
border-bottom: none;
}
.detail-item image {
height: 40rpx;
width: 40rpx;
}
.detail-item text {
color: #7f8389;
font-size: 24rpx;
flex: 1;
margin-left: 30rpx;
}
.detail-item .detail-item-btn {
width: 50rpx;
color: #d9d9d9;
height: 40rpx;
margin-right: 20rpx;
text-align: center;
}
.detail-item .detail-item-btn::after {
display: inline-block;
content: '';
width: 16rpx;
height: 16rpx;
color: #d9d9d9;
margin-top: 8rpx;
border: 3rpx #d9d9d9 solid;
border-top-color: transparent;
border-left-color: transparent;
transform: rotate(-45deg);
}
.xinxi {
font-size: 150%;
margin-left: 30rpx;
margin-top: 20rpx;
margin-bottom: 30rpx;
}
.item {
margin-left: 30rpx;
}
.kongbai {
margin-top: 20rpx;
}
.queqin {
text-align: right;
font-size: 150%;
margin-right: 30rpx;
margin-bottom: 20rpx;
border-bottom: 3rpx dashed #d9d9d9;
}
.btn-area1 {
margin-top: 40rpx;
box-sizing: border-box;
width: 80%;
padding: 0 30rpx;
margin-bottom: 50rpx;
}
.btn2{
display: flex;
flex-direction:column;
align-items: center;
}