| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- .detailCellGroup {
- margin: 12px 13px;
- overflow: hidden;
- border-radius: 10px;
- }
- .manageTeacher {
- --van-dialog-message-font-size: 16px !important;
- }
- .sectionCellGroup {
- :global {
- .van-cell {
- padding: 18px 15px;
- font-size: 16px;
- }
- }
- }
- .detailCell {
- padding: 15px 13px;
- .img {
- width: 48px;
- height: 48px;
- overflow: hidden;
- border-radius: 50%;
- margin-right: 10px;
- }
- .name {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- max-width: 220px;
- }
- .phone {
- font-size: 14px;
- color: #777777;
- line-height: 20px;
- }
- }
- .sectionTitle {
- padding: 8px 13px 0;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- i {
- display: inline-block;
- margin-right: 6px;
- width: 4px;
- height: 12px;
- background: #ff8057;
- border-radius: 2px;
- }
- }
- .functionGrid {
- margin: 12px 13px;
- padding: 10px 0;
- background: #ffffff;
- border-radius: 12px;
- overflow: hidden;
- .functionImg {
- width: 47px;
- height: 47px;
- }
- .functionText {
- max-width: 50px;
- padding-top: 5px;
- font-size: 12px;
- color: #333333;
- line-height: 17px;
- }
- :global {
- .van-grid-item__content {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- }
- }
- .dialogTitle {
- i {
- display: inline-block;
- width: 4px;
- height: 14px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- padding-left: 25px;
- text-align: left;
- font-size: 18px;
- font-weight: 500;
- color: #333333;
- line-height: 25px;
- padding-bottom: 12px;
- }
|