再次调整部分样式

This commit is contained in:
xiaogang 2024-07-05 17:45:45 +08:00
parent 63776f7a7c
commit 4c5efc8852
5 changed files with 8 additions and 9 deletions

View File

@ -95,8 +95,8 @@
color: #6C6C6C;
}
.info-item{
font-weight: bold;
margin-bottom:12rpx;
// font-family: PingFang SC, PingFang SC;
}
.text-over{
max-width:80%;
@ -118,12 +118,12 @@
.name{
font-size: 24rpx;
color: #333333;
font-family: PingFang SC-Bold;
font-weight: 700;
}
.num{
font-size: 20rpx;
color: #9E9E9E;
font-family: PingFang SC-Medium;
font-weight: 400;
}
}
.btns{

View File

@ -98,7 +98,7 @@
box-sizing: border-box;
padding:25rpx 0;
.proname{
font-weight: normal;
font-weight: bold;
font-size: 30rpx;
color: #333333;
margin-bottom:16rpx;

View File

@ -162,7 +162,7 @@
width:100%;
min-height:100%;
background: url('../../static/ycnc/bg.png') no-repeat;
background-size: 100% 100%;
padding-top:740rpx;
background-size:cover;
padding-top:750rpx;
}
</style>

View File

@ -65,7 +65,6 @@
//
const queryOrderList = () => {
const activeTab = unref(activeName);
const params = {
page:unref(page),

View File

@ -125,7 +125,7 @@
.name{
font-size: 24rpx;
color: #333333;
font-family: PingFang SC-Bold;
font-weight: 700;
}
.amount{
color: #333333;
@ -140,7 +140,7 @@
}
}
.num{
font-family: PingFang SC-Medium;
font-weight: 400;
font-size: 24rpx;
color: #9E9E9E;
}