一体机放大效果开发
This commit is contained in:
@@ -77,38 +77,38 @@ function complete(values) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
image {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.main{
|
||||
padding: 54rpx 28rpx 28rpx 28rpx
|
||||
padding: 81rpx 42rpx 42rpx 42rpx
|
||||
.content-list{
|
||||
.list-row{
|
||||
background: #FFFFFF;
|
||||
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||||
border: 2rpx solid #DCDCDC;
|
||||
padding: 30rpx 28rpx
|
||||
border-radius: 18rpx 18rpx 18rpx 18rpx;
|
||||
border: 3rpx solid #DCDCDC;
|
||||
padding: 45rpx 42rpx
|
||||
display: flex;
|
||||
align-items: center
|
||||
justify-content: space-between
|
||||
margin-bottom: 28rpx;
|
||||
margin-bottom: 42rpx;
|
||||
.row-image{
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
width: 54rpx;
|
||||
height: 54rpx;
|
||||
}
|
||||
}
|
||||
.list-row-add{
|
||||
background: #FFFFFF;
|
||||
color: #256BFA
|
||||
font-size: 28rpx
|
||||
font-size: 42rpx
|
||||
font-weight: 500
|
||||
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||||
border: 2rpx dashed #256BFA;
|
||||
padding: 30rpx 28rpx
|
||||
border-radius: 18rpx 18rpx 18rpx 18rpx;
|
||||
border: 3rpx dashed #256BFA;
|
||||
padding: 45rpx 42rpx
|
||||
text-align: center
|
||||
}
|
||||
}
|
||||
@@ -117,17 +117,17 @@ function complete(values) {
|
||||
display: flex
|
||||
justify-content: space-between;
|
||||
align-items: center
|
||||
margin-bottom: 50rpx
|
||||
margin-bottom: 75rpx
|
||||
.title-lf
|
||||
font-size: 44rpx;
|
||||
font-size: 66rpx;
|
||||
color: #000000;
|
||||
font-weight: 600;
|
||||
.lf-text
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
font-size: 42rpx;
|
||||
color: #6C7282;
|
||||
.title-ri
|
||||
font-size: 36rpx;
|
||||
font-size: 54rpx;
|
||||
color: #000000;
|
||||
font-weight: 600;
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user