/* pages/set/set.wxss */ .function{ width:95%; margin: 10px auto; border-radius: 5px; } .mor{ color: gray; font-size: 12px; } .function_list{ display:flex; justify-content:space-between; background:#fff; margin:0; padding:0; color:#666; border:0; } .function_left{ display: flex; font-size:16px; margin-left:5px; padding-top: 3px; } .function .iconfont { line-height:27px; } .function_text{ margin-left:5px; } .jiantou{ width: 10px; height: 10px; padding-right:10px; } page{ width: 100%; height: 100%; background:#eee !important; } .logoutView{ margin:70rpx; height: 80rpx; text-align: center; line-height: 80rpx; font-size: 32rpx; color: white; border-radius: 20rpx; background-color:#fa5151; }