/* pages/content.content.wxss */ page { font-size: 32rpx; } .section { padding: 40rpx; border-bottom: 1px solid #efefef; } .section:last-child { border: none; } .section-title { width: 20%; float: left; } label { padding: 0 20rpx; } .primary{ width:100%; margin-left: 20rpx; margin-top: 100rpx; height: 104rpx; line-height: 78rpx; text-align: center; border-radius: 30rpx; font-size: 34rpx; background-color: #e3f4ff; }