123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* component/teacher/teacherFile/teacherFile.wxss */
- .page {
- display: flex;
- flex-direction: column;
- height: 100%;
- align-items: center;
- justify-content: flex-start;
- }
- .search_layout {
- width: 716rpx;
- height: 72rpx;
- background: #f4f4f4;
- border-radius: 7rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .search_layout_icon {
- width: 46rpx;
- height: 46rpx;
- margin-left: 20rpx;
- }
- .search_layout_input {
- margin-left: 34rpx;
- flex: 1;
- margin-right: 20rpx;
- font-size: 31rpx;
- color: #333333;
- }
- .all_text_bg {
- margin-top: 38rpx;
- width: 667rpx;
- margin-left: 23rpx;
- }
- .all_text {
- color: #6D6D6D;
- font-size: 30rpx;
- line-height: 42px;
- }
- .scrollview {
- flex: 1;
- height: 0;
- width: 100%;
- margin-bottom: 112rpx;
- }
- .scroll_item_bg {
- display: flex;
- justify-content: center;
- }
|