/* pages/receivedInvitation/receivedInvitation.wxss */ /* 设置背景 */ .wrapper{ width: 100%; height: 100%; background-color: #FFF2CC; padding: 20rpx; } /* 上方邀请号和照片 */ .above{ display: flex; width: 95%; justify-content: space-between; } /* 上方、中间左侧文字 */ .aboveTitle, .midTitle, .bottomTitle{ padding-bottom: 20rpx; } /* 头像 */ .headerPortrait{ width: 200rpx; } /* 设置链接样式 */ .toLink{ color: skyblue; text-decoration: underline; } /* 需求号和课程号状态 */ .needState{ padding-left: 30rpx; color: red; font-weight: bold; } /* 设置操作状态字体 */ .operateState{ font-weight: bold; color: red; } .bottomWrapper{ margin-top: 140rpx; } /* 底部按钮 */ .operation{ display: flex; justify-content: space-around; margin-top: 120rpx; } /* 按钮 */ .operationBtn{ width: 160rpx; height: 60rpx; line-height: 60rpx; text-align: center; border: 1rpx solid #5B9BD5; border-radius: 30rpx; font-size: 40rpx; background-color: #5B9BD5; color: white; }