修改样式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; padding: 30rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
.top{ .top{
margin-bottom: 20rpx;
height: 60rpx; height: 60rpx;
display: flex; display: flex;
align-items: center; align-items: center;

View File

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

View File

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