/* pages/user/myWhistle/evaluate/index.wxss */ page{ width:100%; /* font-size: 28rpx; */ display: flex; flex-direction: column; align-items: center; } .title{ width:100%; display: flex; justify-content: center; margin-top: 20px; } .rate{ margin-top: 10px; } .evaluate{ margin-top: 10px; font-size:18px; height: 30px; } .opinion{ width: 85%; padding-top: 20px; margin-top: 10px; border-top: 1rpx solid rgba(0, 0, 0, 0.116); } textarea{ width: 100%; } .btn-bottom{ display: flex; width:100%; justify-content: center; /* position: fixed; */ /* bottom: 40rpx; */ margin-bottom: 40rpx; background-color: white; } .btn1{ width:90%; background-color: #fc6351; color: white; }