一期还原设计稿,像素级
parent
2e1eeade29
commit
bf179ffb7c
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@ -1,181 +0,0 @@
|
|||||||
page {
|
|
||||||
background: #f8f8f8;
|
|
||||||
}
|
|
||||||
image {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.infobox1 {
|
|
||||||
margin: 30rpx;
|
|
||||||
border-radius: 30rpx;
|
|
||||||
/*box-shadow: 0px 1px 8px #E5E5E5;*/
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 20rpx 34rpx;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
/* 去掉背景色和内外边距 */
|
|
||||||
button {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
button:after {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
/* 去掉边框 */
|
|
||||||
button::after {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
.infobox1 .avatar_box {
|
|
||||||
width: max-content;
|
|
||||||
}
|
|
||||||
.infobox1 .avatar_box .headimg {
|
|
||||||
width: 100rpx;
|
|
||||||
height: 100rpx;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
.nickname {
|
|
||||||
margin-left: 32rpx;
|
|
||||||
font-size: 28rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
.infobox2 {
|
|
||||||
margin: 30rpx;
|
|
||||||
border-radius: 30rpx;
|
|
||||||
/*box-shadow: 0px 1px 8px #E5E5E5;*/
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
.infobox2 > .title {
|
|
||||||
padding: 39rpx 34rpx 62rpx;
|
|
||||||
font-size: 32rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 34rpx 60rpx;
|
|
||||||
font-size: 28rpx;
|
|
||||||
color: #000000;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list > .label {
|
|
||||||
/*color: #3D3E3E;*/
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list > .label > text {
|
|
||||||
color: #eb5858;
|
|
||||||
margin-left: 6rpx;
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list > .value {
|
|
||||||
margin-left: 45rpx;
|
|
||||||
/*color: #666666;*/
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list > .getmobile {
|
|
||||||
background: #d3bc8d;
|
|
||||||
font-size: 24rpx;
|
|
||||||
color: #fff;
|
|
||||||
padding: 14rpx 28rpx;
|
|
||||||
border-radius: 30rpx;
|
|
||||||
margin-left: 50rpx;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.infobox2 > .block_list > .getmobile > .mobilebtn {
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 99;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
.infobox3 {
|
|
||||||
margin: 30rpx;
|
|
||||||
border-radius: 30rpx;
|
|
||||||
/*box-shadow: 0px 1px 8px #E5E5E5;*/
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
.infobox3 > .title {
|
|
||||||
padding: 39rpx 33rpx 62rpx;
|
|
||||||
font-size: 32rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0 30rpx 35rpx;
|
|
||||||
font-size: 28rpx;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .label {
|
|
||||||
color: #030000;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .label > text {
|
|
||||||
color: #eb5858;
|
|
||||||
margin-left: 6rpx;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .value {
|
|
||||||
color: #000000;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .value > .picker {
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 99;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .value > .input input {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.infobox3 > .block_list > .value > .righticon {
|
|
||||||
width: 10rpx;
|
|
||||||
height: 20rpx;
|
|
||||||
margin-left: 22rpx;
|
|
||||||
}
|
|
||||||
.submitbtn {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 100rpx;
|
|
||||||
width: 400rpx;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -200rpx;
|
|
||||||
}
|
|
||||||
.btn_box {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 153rpx;
|
|
||||||
background: #ffffff;
|
|
||||||
box-shadow: 0rpx -3rpx 7rpx 1rpx rgba(173, 191, 207, 0.21);
|
|
||||||
padding-bottom: 21rpx;
|
|
||||||
}
|
|
||||||
.btn_box .btn {
|
|
||||||
width: 690rpx;
|
|
||||||
height: 90rpx;
|
|
||||||
line-height: 90rpx;
|
|
||||||
background: #000000;
|
|
||||||
border-radius: 45rpx;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 32rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
.btn_box .btn-disable {
|
|
||||||
background-color: #ccc !important;
|
|
||||||
/* 设置按钮背景颜色为灰色 */
|
|
||||||
color: #fff !important;
|
|
||||||
/* 设置按钮文字颜色为白色 */
|
|
||||||
border-color: #ccc !important;
|
|
||||||
/* 设置按钮边框颜色为灰色 */
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue