102 lines
1.5 KiB
Plaintext
102 lines
1.5 KiB
Plaintext
page {
|
|
padding: 30rpx 30rpx 0;
|
|
}
|
|
|
|
.device {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 24rpx;
|
|
margin-bottom: 24rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.device>view:first-of-type {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.device>view:last-of-type {
|
|
flex: 1;
|
|
width: 0;
|
|
}
|
|
|
|
.device>view:last-of-type>view:first-of-type {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 40rpx;
|
|
font-weight: bold;
|
|
font-size: 40rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 22rpx;
|
|
}
|
|
|
|
.device>view:last-of-type>view:last-of-type {
|
|
color: #808080;
|
|
width: 100%;
|
|
height: 26rpx;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
|
|
.info {
|
|
width: 100%;
|
|
border-radius: 24rpx;
|
|
margin-bottom: 88rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.info>view {
|
|
width: 100%;
|
|
height: 120rpx;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid #EAECF1;
|
|
}
|
|
|
|
.info>view:last-of-type {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.info>view>view {
|
|
height: 120rpx;
|
|
font-size: 30rpx;
|
|
line-height: 120rpx;
|
|
}
|
|
|
|
.info>view>view:first-of-type {
|
|
color: #252535;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info>view>view:last-of-type {
|
|
color: #808080;
|
|
}
|
|
|
|
.arrowAfter {
|
|
padding-right: 60rpx !important;
|
|
}
|
|
|
|
.arrowAfter::after {
|
|
right: 30rpx;
|
|
}
|
|
|
|
.btn {
|
|
color: #FFFFFF;
|
|
width: 580rpx;
|
|
height: 88rpx;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
border-radius: 44rpx;
|
|
background-color: #1385FA;
|
|
} |