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.
60 lines
993 B
60 lines
993 B
|
5 years ago
|
/* pages/pbService/library/getpoint/index.wxss */
|
||
|
|
page {
|
||
|
|
background: white;
|
||
|
|
}
|
||
|
|
.item {
|
||
|
|
margin: 0 30rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #888;
|
||
|
|
position: relative;
|
||
|
|
line-height: 40rpx;
|
||
|
|
padding-bottom: 20rpx;
|
||
|
|
border-bottom: 1rpx solid #ccc;
|
||
|
|
}
|
||
|
|
.item:last-child {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #000;
|
||
|
|
font-weight: bold;
|
||
|
|
margin: 20rpx 0;
|
||
|
|
}
|
||
|
|
.title text {
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #888;
|
||
|
|
font-weight: 400;
|
||
|
|
margin-left: 10rpx;
|
||
|
|
}
|
||
|
|
.item image {
|
||
|
|
display: block;
|
||
|
|
position: absolute;
|
||
|
|
width: 80rpx;
|
||
|
|
right: 30rpx;
|
||
|
|
top: 50%;
|
||
|
|
margin-top: -40rpx;
|
||
|
|
}
|
||
|
|
.item .btn {
|
||
|
|
position: absolute;
|
||
|
|
right: 30rpx;
|
||
|
|
width: 160rpx;
|
||
|
|
line-height: 60rpx;
|
||
|
|
text-align: center;
|
||
|
|
background: rgba(11, 137, 142, 0);
|
||
|
|
border: 1rpx solid #D8D8D8;
|
||
|
|
border-radius: 30rpx;
|
||
|
|
color: #333;
|
||
|
|
top: 50%;
|
||
|
|
margin-top: -30rpx;
|
||
|
|
}
|
||
|
|
.other-tip {
|
||
|
|
line-height: 60rpx;
|
||
|
|
background: #ededed;
|
||
|
|
color: #333;
|
||
|
|
font-size: 26rpx;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.max-width {
|
||
|
|
width: 500rpx;
|
||
|
|
}
|