/* pages/pbService/library/bookinfo/index.wxss */ .info-top { background: white; display: flex; padding: 20rpx 30rpx; border-bottom: 20rpx solid #EDEDED; } .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; } .content { padding: 30rpx; color: #888; font-size: 26rpx; } .btn { display: inline-block; width: 360rpx; line-height: 80rpx; text-align: center; border-radius: 40rpx; background: #0B898E; color: #fff; position: fixed; bottom: 30rpx; left: 50%; margin-left: -180rpx; font-size: 30rpx; font-weight: 500; }