修改:字体样式调整

This commit is contained in:
2025-12-03 13:34:04 +08:00
parent e61ceaf5f3
commit a53f482728
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
const bookList = ref([])
const loading = ref(false)
const firstLoad = ref(true)
const goBuyTitle = ref('"【天医币】仅为我平台支付使用币种,仅为了方便用户支付使用。【天医币】可以用于在我平台支付书籍或课程使用。【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。"')
const goBuyTitle = ref('【天医币】仅为我平台支付使用币种,仅为了方便用户支付使用。【天医币】可以用于在我平台支付书籍或课程使用。【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。')
// 充值记录列表
async function rechargeList(pageNo : number, pageSize : number) {
@@ -123,7 +123,7 @@
display: flex;
justify-content: space-between;
margin-bottom: 20rpx;
font-weight: 700;
.text1 {
color: #ff0000;
}