/* pages/gate/index.wxss */ .suoPic{ width: 40px; height: 40px; } page{ background-color: #EFEFEF; } .doorPic{ width: 25%; height: 70px; } .gate{ margin: 20px 10px; padding: 10px; border: 0px solid var(--weui-FG-2); display: flex; border-radius: 20px 20px 0 0 ; background-color: #ffffff; } .gate_name{ display: flex; flex-direction: column; font-size: 14px; margin-left: 10px; padding: 5px; } .header{ display: flex; padding: 20rpx; align-items: center; } .gateTips{ display: flex; flex-direction: column; } .gateTips >view{ margin: 10rpx 20rpx; } .qiandao{ font-size: large; font-weight: 600; } .tips{ font-size: small; }