Commit 271e4d14 by zhanghaozhe

ui调整

parent e3a1e440
...@@ -73,7 +73,8 @@ body { ...@@ -73,7 +73,8 @@ body {
line-height: 1.5; line-height: 1.5;
color: $body-color; color: $body-color;
background-color: $body-bg; background-color: $body-bg;
font-size: 0.24rem; //font-size: 0.24rem;
font-size: 12px;
padding-bottom: constant(safe-area-inset-bottom); padding-bottom: constant(safe-area-inset-bottom);
} }
...@@ -497,4 +498,17 @@ input[type="radio"]:checked:before { ...@@ -497,4 +498,17 @@ input[type="radio"]:checked:before {
line-height: 24px; line-height: 24px;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
}
.am-modal-button-group-h{
.am-modal-button {
font-size: 15px;
}
}
.am-modal-alert-content, .am-modal-propmt-content{
color: #333;
font-size: 15px;
} }
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
text-align: center; text-align: center;
i { i {
font-size: 18px !important; font-size: 22px !important;
} }
i:nth-of-type(1) { i:nth-of-type(1) {
......
.tagLately, .tagHot{ .tagLately, .tagHot {
display: block; display: block;
max-width: 100%; max-width: 100%;
overflow: hidden; overflow: hidden;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
font-size:12px; font-size: 12px;
padding:4px 10px; padding: 4px 10px;
border-radius: 11px; border-radius: 14px;
float: left; float: left;
background-color: #F5F5F5; background-color: #F5F5F5;
line-height: 20px; line-height: 20px;
color: #666; color: #666;
} }
.tagHot{
.tagHot {
color: #333; color: #333;
} }
\ No newline at end of file
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
} }
.index-swiper { .index-swiper {
margin-top: 7px; //margin-top: 7px;
height: 168px; height: 168px;
.swiper-container { .swiper-container {
...@@ -203,6 +203,7 @@ ...@@ -203,6 +203,7 @@
width: 100px; width: 100px;
height: 72px; height: 72px;
margin-right: 8px; margin-right: 8px;
border-radius: 3px;
} }
.item-content .item-title, .item-teacher, .item-time { .item-content .item-title, .item-teacher, .item-time {
......
...@@ -123,7 +123,8 @@ class OutLine extends Component { ...@@ -123,7 +123,8 @@ class OutLine extends Component {
{ {
// 返现课程 是返现课程 未开课 已开课 是返现课程 未开课 已开课 已练习 // 返现课程 是返现课程 未开课 已开课 是返现课程 未开课 已开课 已练习
introduce.is_aist && (!item.is_open || introduce.is_baoming === 0) && introduce.is_aist && (!item.is_open || introduce.is_baoming === 0) &&
<i className='aist aist_close'></i>
<i className='aist iconfont iconiconfront-74'></i>
} }
</h2> </h2>
{ {
......
...@@ -142,10 +142,8 @@ ...@@ -142,10 +142,8 @@
} }
.aist { .aist {
display: inline-block;
position: absolute; position: absolute;
width: 22px; line-height: 33px;
height: 22px;
right: 22px; right: 22px;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
.cancel { .cancel {
color: $color_333; color: $color_333;
border: 1px solid $bg_333; border: 1px solid $bg_999;
margin-right: 15px; margin-right: 15px;
} }
......
...@@ -156,7 +156,6 @@ ...@@ -156,7 +156,6 @@
.order-bar-text { .order-bar-text {
flex: 1; flex: 1;
font-weight: 500;
text-align: right; text-align: right;
color: #323233; color: #323233;
padding-right: 20px; padding-right: 20px;
...@@ -206,6 +205,11 @@ ...@@ -206,6 +205,11 @@
} }
.order-prefer { .order-prefer {
.am-list-body{
&::after{
display: none;
}
}
.am-list-content { .am-list-content {
font-size: 15px !important; font-size: 15px !important;
} }
...@@ -231,6 +235,12 @@ ...@@ -231,6 +235,12 @@
.am-list-content .iconiconfront-22.question-mark { .am-list-content .iconiconfront-22.question-mark {
font-size: 24px; font-size: 24px;
} }
.am-list-body{
&::before, &::after{
display: none;
}
}
.balance-used { .balance-used {
font-size: 24px; font-size: 24px;
color: #0099FF; color: #0099FF;
......
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
} }
.pay-type-list { .pay-type-list {
.am-list-body{
&::after{
display: none;
}
}
.am-list-header { .am-list-header {
color: #333333; color: #333333;
font-size: 15px; font-size: 15px;
...@@ -124,6 +130,7 @@ ...@@ -124,6 +130,7 @@
.am-list-item .am-list-line .am-list-extra { .am-list-item .am-list-line .am-list-extra {
flex-basis: 16%; flex-basis: 16%;
} }
.am-radio-inner { .am-radio-inner {
width: 20px; width: 20px;
height: 20px; height: 20px;
...@@ -186,7 +193,6 @@ ...@@ -186,7 +193,6 @@
.v-list-item { .v-list-item {
padding: 10px 15px; padding: 10px 15px;
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #e7eaf1;
.content { .content {
border: none; border: none;
......
...@@ -4,7 +4,7 @@ html, body, #root { ...@@ -4,7 +4,7 @@ html, body, #root {
.purchased-box { .purchased-box {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: $bg_f5f5f5; //background-color: $bg_f5f5f5;
.tip { .tip {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
color: $color_666; color: $color_666;
padding: 30px 0; padding: 30px 0;
text-align: center; text-align: center;
background-color: $bg_ccc; background-color: #f5f5f5;
} }
.status { .status {
......
.search-head{ .search-head {
height:44px; height: 44px;
display: flex; display: flex;
background-color: #F7F9FC; background-color: #F7F9FC;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
.left{
width:44px; .left {
height:44px; width: 44px;
line-height:44px; height: 44px;
line-height: 44px;
text-align: center; text-align: center;
img{
width:14px; img {
height:14px; width: 14px;
height: 14px;
display: block; display: block;
padding:15px; padding: 15px;
} }
} }
.center{
.center {
flex: 1; flex: 1;
.am-search{
.am-search {
background-color: #F7F9FC; background-color: #F7F9FC;
.am-search-input{ .am-search-input {
background-color: #EBEFF5; background: #F0F2F6;
border-radius:44px; border-radius: 44px;
}
}
.am-search-start {
.am-search-input {
background: #fff;
border-radius: 44px;
} }
} }
} }
.right{
width:44px; .right {
height:44px; width: 44px;
line-height:44px; height: 44px;
.am-icon-md{ line-height: 44px;
padding:11px;
.am-icon-md {
padding: 11px;
} }
} }
.right-btn{
width:auto; .right-btn {
.submit-btn{ width: auto;
.submit-btn {
line-height: 30px; line-height: 30px;
border:0; border: 0;
height:30px; height: 30px;
margin:7px 0px; margin: 7px 0px;
padding: 0 12px; padding: 0 12px;
margin-left:0; margin-left: 0;
border-radius:3px; border-radius: 3px;
font-size: $font_14; font-size: $font_14;
color: $color_333; color: $color_333;
} }
} }
} }
.am-search{ .am-search {
height: 43px; height: 43px;
padding: 0; padding: 0;
} }
\ No newline at end of file
html, body, #root { html, body, #root {
height: 100%!important; height: 100% !important;
} }
.cart-page { .cart-page {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
.cart-tip {
color: #555;
margin-top: 140px;
text-align: center;
.iconfridge {
font-size: 21px;
}
.cart-mess {
font-size: 12px;
color: $color_666;
}
a {
display: inline-block;
font-size: 16px;
margin-top: 40px;
color: $active;
}
}
.edit {
padding-right: 10px;
font-size: 14px;
}
.cart-body {
height: 100%; height: 100%;
flex: 1; width: 100%;
margin-bottom: 50px;
display: flex; display: flex;
background-color: $bg_f5f5f5; flex-direction: column;
overflow-y: auto;
position: relative;
.cart-main {
width: 100%;
> .am-list-item { .cart-tip {
border-bottom: 1px solid #eee; color: #555;
margin-top: 140px;
text-align: center;
.am-list-line::after { .iconfridge {
background-color: transparent; font-size: 21px;
} }
}
> .am-list-item.am-list-item-active { .cart-mess {
background-color: transparent; font-size: 12px;
} color: $color_666;
.cart-c-title {
display: flex;
align-items: center;
justify-content: space-between;
> div {
flex: 1;
} }
span { a {
font-size: 14px; display: inline-block;
margin-left: 10px; font-size: 16px;
margin-top: 40px;
color: $active;
} }
}
.next { .edit {
width: 14px; padding-right: 10px;
height: 14px; font-size: 14px;
display: inline-block; }
margin-left: 10px;
}
i { .cart-body {
font-style: inherit; height: 100%;
font-size: 14px; flex: 1;
display: block; margin-bottom: 50px;
padding: 0 10px; display: flex;
} background-color: $bg_f5f5f5;
} overflow-y: auto;
position: relative;
.cart-c-body { .cart-main {
.am-list-item-active { width: 100%;
background-color: transparent;
}
.am-list-line { > .am-list-item {
padding-right: 0px; border-bottom: 1px solid #eee;
}
.am-list-content { .am-list-line::after {
position: relative; background-color: transparent;
} }
}
.cart-c-item { > .am-list-item.am-list-item-active {
overflow: hidden; background-color: transparent;
margin: 8px 0; }
height: 120px;
padding: 15px 15px 15px 12px;
background-color: $white;
.cart-c-check { .cart-c-title {
width: 30px; display: flex;
float: left; align-items: center;
display: flex; justify-content: space-between;
align-items: center;
height: 100%; > div {
} flex: 1;
} }
span {
font-size: 14px;
margin-left: 10px;
}
.next {
width: 14px;
height: 14px;
display: inline-block;
margin-left: 10px;
}
i {
font-style: inherit;
font-size: 14px;
display: block;
padding: 0 10px;
}
}
.cart-ci-left { .cart-c-body {
position: absolute; .am-list-item-active {
top: 0; background-color: transparent;
left: 40px; }
height: 100%;
overflow: hidden; .am-list-line {
display: flex; padding-right: 0px;
justify-content: center; }
align-items: center;
.am-list-content {
img { position: relative;
height: 85px; }
width: 85px;
display: block; .cart-c-item {
border: 1px solid #eee; overflow: hidden;
} margin: 8px 0;
height: 120px;
padding: 15px 15px 15px 12px;
background-color: $white;
.cart-c-check {
width: 30px;
float: left;
display: flex;
align-items: center;
height: 100%;
}
}
.cart-ci-left {
position: absolute;
top: 0;
left: 40px;
height: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
img {
height: 85px;
width: 85px;
display: block;
border: 1px solid #eee;
}
}
.cart-ci-right {
min-height: 87px;
margin-left: 135px;
margin-right: 8px;
.am-stepper-handler {
line-height: 28px;
font-size: 14px;
width: 26px;
height: 26px;
display: flex;
justify-content: center;
align-items: center;
}
.r-title {
font-size: 15px;
white-space: normal;
font-weight: bold;
overflow: hidden;
max-height: 46px;
span {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
white-space: inherit;
-webkit-line-clamp: 2;
}
}
.r-step {
display: flex;
justify-content: space-between;
.r-price {
color: #ff5b05;
font-size: 14px;
line-height: 30px;
span {
font-size: 12px;
}
}
.span-stepper {
width: 100px;
}
.am-stepper-input {
font-size: 12px;
}
}
}
}
} }
}
.cart-ci-right { .cart-footer {
min-height: 87px; position: fixed;
margin-left: 135px; bottom: 0;
margin-right: 8px; left: 0;
width: 100%;
display: flex;
justify-content: space-between;
background-color: rgba(255, 255, 255, 1);
height: 50px;
.am-stepper-handler { .cart-label {
line-height: 28px;
font-size: 14px;
width: 26px;
height: 26px;
display: flex; display: flex;
justify-content: center; }
align-items: center;
}
.r-title { & > div:nth-child(1) {
font-size: 15px; text-align: center;
white-space: normal; height: 50px;
font-weight: bold; line-height: 50px;
overflow: hidden; padding-left: 12px;
max-height: 46px;
span { div {
overflow: hidden; font-size: $font_16;
text-overflow: ellipsis; color: $color_333;
display: -webkit-box; margin-left: 6px;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
white-space: inherit;
-webkit-line-clamp: 2;
} }
} }
.r-step { .all-pirce {
flex: 1;
margin-right: 20px;
display: flex; display: flex;
justify-content: space-between; align-items: center;
.r-price {
color: #ff5b05;
font-size: 14px;
line-height: 30px;
span {
font-size: 12px;
}
}
.span-stepper {
width: 100px;
}
.am-stepper-input { p {
font-size: 12px; margin: 0;
padding: 0;
font-size: $font_16;
text-align: right;
width: 100%;
span {
color: $color_666;
font-size: $font_14;
}
span:nth-child(2) {
color: $red;
}
} }
}
} }
}
}
}
.cart-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
border-top: 1px solid #eee;
background-color: rgba(255, 255, 255, 1);
height: 50px;
.cart-label { & > div:nth-child(3) {
display: flex; width: 100px;
} line-height: 50px;
text-align: center;
& > div:nth-child(1) { font-size: $font_16;
text-align: center; background-color: #999;
height: 50px; color: $white;
line-height: 50px;
padding-left: 12px;
div {
font-size: $font_16;
color: $color_333;
margin-left: 6px;
}
}
.all-pirce { span {
flex: 1; font-size: 16px;
margin-right: 20px; font-weight: 400;
display: flex; }
align-items: center;
p {
margin: 0;
padding: 0;
font-size: $font_16;
text-align: right;
width: 100%;
span {
color: $color_666;
font-size: $font_14;
} }
span:nth-child(2) { div.active {
color: $red; background-color: #ff3131;
color: #fff;
} }
}
}
& > div:nth-child(3) {
width: 100px;
line-height: 50px;
text-align: center;
font-size: $font_16;
background-color: $bg_ff3131;
color: $white;
span {
font-size: 16px;
font-weight: 400;
}
} }
div.active { .am-navbar-light {
background-color: #ff5b05; background-color: $bg_f7f9fc;
color: #fff;
} }
}
.am-navbar-light {
background-color: $bg_f7f9fc;
}
} }
...@@ -36,7 +36,7 @@ html, body, #root { ...@@ -36,7 +36,7 @@ html, body, #root {
flex: 1 1 auto; flex: 1 1 auto;
overflow-y: auto; overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
background: $bg_f5f5f5; //background: $bg_f5f5f5;
} }
.active { .active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment