| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .lastWrap {
- padding: 15px 13px;
- .uniTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-weight: 500;
- color: #333333;
- margin-bottom: 15px;
- line-height: 22px;
- font-size: 16px;
- .editIcon {
- font-size: 18px;
- margin-right: 6px;
- }
- }
- .infoWrap {
- background-color: #fff;
- border-radius: 10px;
- padding: 15px 12px;
- p {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- margin-bottom: 15px;
- }
- .loctionIconWrap {
- margin-left: 5px;
- }
- :global {
- .van-cell {
- padding: 0 !important;
- }
- .van-cell__title {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- margin-bottom: 15px;
- }
- .van-field__control {
- color: #f67146;
- }
- }
- }
- .tabsWrap {
- position: relative;
- margin-top: 10px;
- .tabsWrapIcon {
- position: absolute;
- right: 12px;
- top: 13px;
- z-index: 2000;
- }
- }
- .DialogTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 20px 25px;
- span {
- width: 4px;
- height: 14px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- p {
- height: 25px;
- font-size: 18px;
- font-weight: 500;
- color: #333333;
- line-height: 25px;
- }
- }
- .DialogConent {
- padding: 0 25px 30px;
- p {
- font-size: 16px;
- line-height: 22px;
- color: #333;
- }
- }
- :global {
- .van-tab__text {
- font-size: 16px;
- }
- .van-tabs__line {
- bottom: 20px;
- width: 20px;
- }
- .van-cell__title {
- margin-bottom: 0 !important;
- }
- .exercisDetailDialog {
- border-radius: 10px;
- .van-dialog__header {
- padding-top: 0px !important;
- }
- }
- .van-dialog {
- top: 47%;
- }
- }
- }
|