You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
511 B

/* 全局样式 */
page {
background-color: #F5F5DC;
font-family: "SimHei", "Microsoft YaHei";
}
.container {
padding: 20rpx;
}
.title {
font-size: 36rpx;
color: #8B4513;
font-weight: bold;
margin: 20rpx 0;
}
.card {
background-color: #fff;
border-radius: 10rpx;
padding: 20rpx;
margin-bottom: 20rpx;
box-shadow: 0 2rpx 10rpx rgba(0,0,0,0.1);
}
.btn {
background-color: #8B4513;
color: #fff;
padding: 15rpx 30rpx;
border-radius: 5rpx;
text-align: center;
margin-top: 20rpx;
}