修改样式2020.08.06

This commit is contained in:
Niujiawei 2020-08-06 21:35:27 +08:00
parent 1313a90d5e
commit 9a9276fc94
3 changed files with 5 additions and 3 deletions

View File

@ -49,6 +49,7 @@ export default {
padding: 30rpx;
margin-bottom: 20rpx;
.top{
margin-bottom: 20rpx;
height: 60rpx;
display: flex;
align-items: center;

View File

@ -58,7 +58,7 @@ export default {
width: 220rpx;
.head{
width: 210rpx;
height: 131rpx;
height: 151rpx;
border-radius: 6rpx;
background-color: antiquewhite;
}
@ -66,6 +66,7 @@ export default {
font-size: 26rpx;
color: #333;
margin-top: 16rpx;
line-height: 40rpx;
}
.price{
display: flex;

View File

@ -65,11 +65,11 @@ export default {
width: 90%;
margin: 0 auto;
padding: 16upx 0;
font-size: 26upx;
font-size: 30upx;
color: #333;
}
.rict_type {
text-indent: 1rem;
line-height: 1.2;
line-height: 1.4;
}
</style>