|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
margin: 20rpx auto;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
background-color: #83acc4;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
border-radius: 25rpx;
|
|
|
|
|
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -71,11 +71,13 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image {
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 300rpx;
|
|
|
|
|
width: 25%;
|
|
|
|
|
height: 160rpx;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
border-radius: 10rpx 0 0 10rpx;
|
|
|
|
|
border: 2rpx solid #ccc; /* 添加框线样式 */
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
/* border: 2rpx solid #ccc; 添加框线样式
|
|
|
|
|
丑的一比,下次不要加了*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -99,19 +101,19 @@
|
|
|
|
|
|
|
|
|
|
.button-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
/* justify-content: space-between; */
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
flex: 1;
|
|
|
|
|
/* flex: 1; */
|
|
|
|
|
background-color: #48477c;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
padding: 10rpx;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
border-radius: 8rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-right: 10rpx;
|
|
|
|
|
/* margin-right: 10rpx; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-wrapper {
|
|
|
|
@ -146,7 +148,7 @@ button {
|
|
|
|
|
.cover{
|
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 80rpx;
|
|
|
|
|
padding: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.app{
|
|
|
|
|
width: 160rpx;
|
|
|
|
|