1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /* pages/teacher/teacher-to-evaluation/index.wxss */
- @import "../../../common/component/wxStar/wxStar/wxStar.wxss";
- .container{
- background: #F5F5F5;
- padding: 0;
- }
- .upload-img {
- border: 1px solid #ccc;
- width: 180rpx;
- height: 180rpx;
- border-radius: 6rpx;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- }
- .upload-img:nth-of-type(3n + 3) {
- margin-right: 0;
- }
- image {
- max-width: 100%;
- height: 180rpx;
- }
- .no-borter-top {
- padding-top: 0;
- }
- .no-borter-top::before {
- border-top: none;
- }
- .locbtn {
- width: 140rpx;
- height: 140rpx;
- line-height: 140rpx;
- }
- .comment-img__item{
- width: 70rpx;
- height: 70rpx;
- }
- .btn_container{
- right: 0;
- width: 90%;
- margin: 0 5%;
- }
- .btn-primary{
- border-radius: 10rpx;
- padding: 10rpx 0;
- margin-top: 80rpx;
- background: #1AAD19;
- width: 100%;
- font-size: 36rpx;
- }
- textarea {
- width: 100%;
- }
- .weui-cells{
- border: none;
- }
- .star-con{
- text-align: center;
- margin: 60rpx 0;
- }
- .star-txt{
- margin-bottom: 30rpx;
- }
- .comment_area{
- background: #fff;
- padding: 20rpx;
- }
|