/* 评价盒子 */ .box { width: 90%; border: 1px solid #de868f; border-radius: 20rpx; margin-top: 20rpx; } /* 标题部分 */ .box1{ width: 100%; height: 50px; display: flex; justify-content: space-between } .text{ display: inline-block; font-weight: bold; margin: 30rpx 0rpx 0rpx 30rpx; } .image{ width: 60px; height: 60px; position: relative; left: 30rpx; border-radius: 20px; } .text2{ position: relative; } .button { background-color: #f3bfc1; /* Light pink background color */ color: #000000; /* Text color */ border-radius: 20px; /* Rounded edges */ font-size: 16px; width: 90%; height: 70%; display:flex; align-items: center; justify-content: center; } .label { color: #333; } .input-row { display: flex; flex-direction: column; padding: 10px 0; border-bottom: 1px solid #ddd; margin-left: 20rpx; } .tijiao{ width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; margin-top: 40rpx; }