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.
git/scr/food/pages/detail/detail.wxss

41 lines
627 B

/* pages/detail/detail.wxss */
page {
display: flex;
flex-direction: column;
height: 100%;
}
.detail {
display: flex;
flex-direction: column;
margin-top: 15rpx;
margin-bottom: 15rpx;
}
.detail .title {
font-size: 40rpx;
margin: 10rpx;
color: black;
text-align: center;
}
.detail .shop {
font-size: 40rpx;
margin: 10rpx;
color: black;
text-align: center;
}
.detail .price {
color: red;
font-size: 40rpx;
margin: 10rpx;
text-align: center;
}
.a {
border-bottom: 1px solid #ccc;
font-size: 30rpx;
margin: 10rpx;
color: black;
text-align: center;
border-top: 1px solid #ccc;
}