123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- .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: 8px 0px;
- p {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- margin-bottom: 15px;
- }
- .loctionIconWrap {
- // margin-left: 5px;
- span {
- line-height: 22px;
- vertical-align: inherit;
- }
- }
- .wrapValue {
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- }
- .inputControl {
- :global {
- .van-field__body {
- justify-content: flex-end;
- margin-right: 8px;
- }
- .van-field__control {
- width: 58px;
- height: 33px;
- background: #F4F4F4;
- border-radius: 8px;
- text-align: center;
- }
- }
- }
- .heightValue {
- padding-bottom: 15px !important;
- margin-bottom: 8px;
- }
- input::-webkit-input-placeholder,
- input::-ms-input-placeholder {
- font-size: 15px;
- }
- :global {
- .van-cell {
- padding: 8px 12px;
- font-size: 15px;
- }
- .van-cell__title {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- margin-bottom: 15px;
- flex: 0 auto;
- }
- .van-field__control {
- color: #f67146;
- }
- }
- }
- .tabsWrap {
- position: relative;
- margin-top: 10px;
- .rankTabs {
- :global {
- .van-tabs__nav {
- padding-left: 0;
- padding-right: 0;
- .van-tab:first-child {
- padding-left: 0;
- }
- }
- }
- }
- .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: 26px;
- 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%;
- }
- }
- }
|