You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
995 B
53 lines
995 B
|
5 years ago
|
/* pages/pbService/library/mybook/index.wxss */
|
||
|
|
.info-top {
|
||
|
|
background: white;
|
||
|
|
display: flex;
|
||
|
|
padding: 20rpx 0;
|
||
|
|
margin: 0 30rpx;
|
||
|
|
border-bottom: 1rpx solid #ccc;
|
||
|
|
}
|
||
|
|
.info-top .img-box {
|
||
|
|
width: 200rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
text-align: center;
|
||
|
|
background: rgba(216, 216, 216, 0);
|
||
|
|
box-shadow: 0px 0px 8rpx 0rpx rgba(102, 102, 102, 0.3);
|
||
|
|
border-radius: 10rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
.info-top .img-box image {
|
||
|
|
width: 152rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.info-top .info {
|
||
|
|
flex: 1;
|
||
|
|
margin-left: 20rpx;
|
||
|
|
}
|
||
|
|
.info .title,.content .title {
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #333;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.info .subtitle {
|
||
|
|
color: #888888;
|
||
|
|
font-size: 26rpx;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
line-height: 34rpx;
|
||
|
|
}
|
||
|
|
.btns {
|
||
|
|
margin-top: 20rpx;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.btn {
|
||
|
|
width: 158rpx;
|
||
|
|
line-height: 58rpx;
|
||
|
|
background: #FFFFFF;
|
||
|
|
border: 1rpx solid #D8D8D8;
|
||
|
|
border-radius: 30rpx;
|
||
|
|
text-align: center;
|
||
|
|
color: #333;
|
||
|
|
font-size: 26rpx;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
}
|