/* 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; }