再次调整部分样式

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

View File

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

View File

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

View File

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

View File

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