feat: initialize taro react typescript miniapp
This commit is contained in:
48
src/pages/index/index.scss
Normal file
48
src/pages/index/index.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.title {
|
||||
display: block;
|
||||
font-size: 46rpx;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 16rpx;
|
||||
color: #0f172a;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
line-height: 1.8;
|
||||
color: #475569;
|
||||
}
|
||||
|
||||
.section {
|
||||
margin-top: 28rpx;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
display: block;
|
||||
font-size: 32rpx;
|
||||
font-weight: 600;
|
||||
margin-bottom: 14rpx;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
margin-bottom: 12rpx;
|
||||
line-height: 1.8;
|
||||
color: #334155;
|
||||
}
|
||||
|
||||
.primary-btn {
|
||||
margin-top: 28rpx;
|
||||
border-radius: 999rpx;
|
||||
background: linear-gradient(135deg, #1aad19 0%, #138a15 100%);
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tip {
|
||||
display: block;
|
||||
margin-top: 20rpx;
|
||||
font-size: 24rpx;
|
||||
color: #64748b;
|
||||
}
|
||||
Reference in New Issue
Block a user