From cc32fe907a9ba57b96f48b5ab323851b06384611 Mon Sep 17 00:00:00 2001 From: p9bwcp862 <2234458131@qq.com> Date: Thu, 10 Oct 2024 00:51:28 +0800 Subject: [PATCH] ADD file via upload --- first.wxss | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 first.wxss diff --git a/first.wxss b/first.wxss new file mode 100644 index 0000000..02897a8 --- /dev/null +++ b/first.wxss @@ -0,0 +1,49 @@ +/* pages/first/first.wxss */ +page{ + background-color: pink + } + .container{ + display: flex; + flex-direction:column; + } + .user-image{ + width: 200rpx; + height: 200rpx; + } + .moto-container{ + margin-top: 150rpx; + border: 1px solid #405f80; + width:200rpx; + height:80rpx; + border-radius:5px; + text-align:center; + } + .moto{ + font-size: 29rpx; + font-weight:620; /*字体粗细*/ + line-height: 80rpx; + color: #405f80; + } + .welcome-container{ + margin-top: 100rpx; + } + .user-welcome{ + margin-top: 300rpx; + font-size: 42rpx; + } + .mt-container{ + margin-top: 60rpx; + border: 1px solid #405f80; + width:200rpx; + height:80rpx; + border-radius:5px; + text-align:center; + } + .mt{ + font-size: 29rpx; + font-weight:620; /*字体粗细*/ + line-height: 80rpx; + color: #405f80; + } + + \ No newline at end of file