Commit 8a549ed2 by liuquan

no message

parent f08398ef
@import '/components/modal/modal.wxss'; @import '/components/modal/modal.wxss';
@import '/components/cu-modal.wxss'; @import '/components/cu-modal.wxss';
page { page {
width: 750rpx; width: 750rpx;
padding-bottom: env(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
background: rgb(242, 242, 242) background: rgb(242, 242, 242)
} }
checkbox { /* checkbox {
padding-top: 90rpx; padding-top: 90rpx;
transform: scale(.8); transform: scale(.8);
} } */
radio {
checkbox {
transform: scale(.7); transform: scale(.7);
color: #1384ff; color: #1384ff;
} }
.radio { .checkbox {
font-size: 28rpx; font-size: 28rpx;
} }
/*checkbox未选中时样式 */ /*checkbox未选中时样式 */
checkbox .wx-checkbox-input { checkbox .wx-checkbox-input {
/* 自定义样式.... */ /* 自定义样式.... */
...@@ -38,6 +41,12 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -38,6 +41,12 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
color: #fff; color: #fff;
} }
.checkbox-group {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.wrap { .wrap {
position: absolute; position: absolute;
width: 100%; width: 100%;
...@@ -225,11 +234,13 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -225,11 +234,13 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.list1{
.list1 {
padding: 0; padding: 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.list-item, .list-item,
.list-item1 { .list-item1 {
display: flex; display: flex;
...@@ -238,18 +249,20 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -238,18 +249,20 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
padding-bottom: 42rpx; padding-bottom: 42rpx;
padding-top: 42rpx; padding-top: 42rpx;
} }
.list-item2
{ .list-item2 {
display: flex; display: flex;
width: 100%; width: 100%;
} }
.br{
.br {
margin: 30rpx; margin: 30rpx;
background-color:#F5F8FB; background-color: #F5F8FB;
height: 2rpx; height: 2rpx;
width: 530rpx; width: 530rpx;
} }
.list-item image, .list-item image,
.list-item1 image { .list-item1 image {
width: 155rpx; width: 155rpx;
...@@ -284,8 +297,14 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -284,8 +297,14 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
font-size: 32rpx; font-size: 32rpx;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} }
.errname{
.errname {
width: 400rpx; width: 400rpx;
font-size: 24rpx; font-size: 24rpx;
color: #333333; color: #333333;
...@@ -298,6 +317,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -298,6 +317,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
text-overflow: ellipsis; text-overflow: ellipsis;
/*超出部分文字以...显示*/ /*超出部分文字以...显示*/
} }
.firm { .firm {
font-size: 24rpx; font-size: 24rpx;
color: #666666; color: #666666;
...@@ -323,10 +343,12 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -323,10 +343,12 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
.pirce { .pirce {
color: #EC5B68; color: #EC5B68;
} }
.err_msg{
.err_msg {
color: #EC5B68; color: #EC5B68;
font-weight: 700; font-weight: 700;
} }
.pirce text:first-child { .pirce text:first-child {
font-size: 24rpx; font-size: 24rpx;
} }
...@@ -341,11 +363,13 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -341,11 +363,13 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
margin-top: 5rpx; margin-top: 5rpx;
font-size: 28rpx; font-size: 28rpx;
} }
.errnumber{
.errnumber {
display: flex; display: flex;
margin-top: 5rpx; margin-top: 5rpx;
font-size: 20rpx; font-size: 20rpx;
} }
.order-list { .order-list {
border-top: 20rpx solid rgb(242, 242, 242); border-top: 20rpx solid rgb(242, 242, 242);
} }
...@@ -612,19 +636,22 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { ...@@ -612,19 +636,22 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
width: 650rpx; width: 650rpx;
height: 104rpx; height: 104rpx;
} }
.err-title{
font-size: 32rpx; .err-title {
font-weight: 700; font-size: 32rpx;
text-align: center; font-weight: 700;
color: #333333; text-align: center;
margin-bottom: 50rpx; color: #333333;
margin-bottom: 50rpx;
} }
.err-image{
height: 120rpx!important; .err-image {
width: 120rpx!important; height: 120rpx !important;
width: 120rpx !important;
} }
.err-btn{
margin:0rpx auto; .err-btn {
margin: 0rpx auto;
margin-top: 30rpx; margin-top: 30rpx;
width: 510rpx; width: 510rpx;
height: 66rpx; height: 66rpx;
...@@ -633,6 +660,7 @@ margin-bottom: 50rpx; ...@@ -633,6 +660,7 @@ margin-bottom: 50rpx;
font-size: 26rpx; font-size: 26rpx;
border-radius: 33rpx; border-radius: 33rpx;
} }
/* 弹框 */ /* 弹框 */
.shade { .shade {
display: block; display: block;
...@@ -645,7 +673,8 @@ margin-bottom: 50rpx; ...@@ -645,7 +673,8 @@ margin-bottom: 50rpx;
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
z-index: 1001; z-index: 1001;
} }
.modal-title{
.modal-title {
font-size: 32rpx; font-size: 32rpx;
font-weight: bold; font-weight: bold;
} }
\ No newline at end of file
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