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.
17 lines
245 B
17 lines
245 B
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.detail-layout{
|
|
min-height:90rpx;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.info-layout {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
padding: 18rpx 30rpx;
|
|
}
|