jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/app.acss

99 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
/* page {
2024-11-10 07:01:22 +00:00
background-color: #ffffff;
box-sizing: border-box;
2024-11-15 03:51:28 +00:00
position: relative;
overflow-x: hidden;
2024-11-10 07:01:22 +00:00
}
.page {
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
font-size: 24rpx;
padding: 32rpx;
flex: 1;
}
.page-description {
margin-bottom: 32rpx;
}
.page-section {
background: #fff;
margin-bottom: 32rpx;
}
.page-section-title {
padding: 16rpx 32rpx;
}
.page-section-demo {
padding: 32rpx;
}
.page-section-btns {
border-top: 1px solid #ddd;
display: flex;
justify-content: space-around;
align-items: center;
}
.page-section-btns > view {
flex: 1;
height: 84rpx;
display: flex;
align-items: center;
justify-content: space-around;
color: #49a9ee;
}
.page-section-btns > view + view {
border-left: 1px solid #ddd;
}
2024-12-01 11:56:54 +00:00
2024-11-10 07:01:22 +00:00
.bc_blue {
background-color: #49A9EE;
}
.bc_red {
background-color: #F04134;
}
.bc_yellow {
background-color: #FFBF00;
}
.bc_green {
background-color: #00A854;
}
.form-row {
display: flex;
align-items: center;
padding: 0 30rpx;
height: 88rpx;
align-items: center;
}
.form-row-label {
width: 180rpx;
font-size: 34rpx;
margin-right: 10rpx;
text-align: left;
color: #000;
}
.form-row-content {
flex: 1;
font-size: 34rpx;
}
.form-line {
height: 1px;
background-color: #ddd;
margin-left: 30rpx;
2024-12-01 11:56:54 +00:00
} */
page{
width: 100vw; /* 或者 750rpx */
height: auto;
2024-12-03 11:59:36 +00:00
overflow:hidden; /* 防止溢出 */
2024-12-01 11:56:54 +00:00
}