1234567891011121314151617181920212223242526272829303132333435 |
- /* nova-lesson/pages/lesson-detail/write-comment/index.wxss */
- .write_info .write_top {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 20rpx;
- background: #f9f9f9;
- }
- .write_info .write_top .submit {
- color: #8d8f8e;
- }
- .write_info .rate_info {
- text-align: center;
- margin-top: 30rpx;
- }
- .write_info .rate_info .choose {
- margin-top: 20rpx;
- color: #8d8f8e;
- font-size: 24rpx;
- }
- .write_info .textarea {
- width: 85%;
- margin: 30rpx auto;
- background: #ececec;
- border-radius: 12rpx;
- padding: 20rpx;
- height: 400rpx;
- }
- .write_info .c_logo {
- width: 94%;
- margin: 20rpx 3%;
- }
- .write_info .c_logo .label {
- margin-bottom: 10rpx;
- }
|