From c75ea9f9584c10e395d38e5a08f8328b8c284acc Mon Sep 17 00:00:00 2001 From: WXD-SEASON\season Date: Thu, 9 Dec 2021 10:15:22 +0800 Subject: [PATCH] 会员权益商品 --- pages/user/user_spsy/user_spsy.wxml | 2 +- pages/user/user_spsy/user_spsy.wxss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/user/user_spsy/user_spsy.wxml b/pages/user/user_spsy/user_spsy.wxml index a785fb0..d2ea4d5 100644 --- a/pages/user/user_spsy/user_spsy.wxml +++ b/pages/user/user_spsy/user_spsy.wxml @@ -12,7 +12,7 @@ - 已使用 + 已使用 立即使用 diff --git a/pages/user/user_spsy/user_spsy.wxss b/pages/user/user_spsy/user_spsy.wxss index c53c4af..2f78a2c 100644 --- a/pages/user/user_spsy/user_spsy.wxss +++ b/pages/user/user_spsy/user_spsy.wxss @@ -27,4 +27,10 @@ page{ text-align: center; /* border-radius: 8rpx; */ } - +.btn1 { + background-color: #ccc; + color: white; + padding: 26rpx; + text-align: center; + /* border-radius: 8rpx; */ +} -- libgit2 0.21.4