first commit
This commit is contained in:
105
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
vendored
Normal file
105
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
.home_top.data-v-1cf27b2a {
|
||||
--wot-swiper-radius: 0;
|
||||
}
|
||||
.home_top_block.data-v-1cf27b2a {
|
||||
height: 364rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.home_top_block_view.data-v-1cf27b2a {
|
||||
width: 346rpx;
|
||||
height: 170rpx;
|
||||
background: #f7f4e5;
|
||||
border-radius: 30rpx 30rpx 30rpx 30rpx;
|
||||
padding: 25rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.home_top_block_view image.data-v-1cf27b2a {
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
.home_block.data-v-1cf27b2a {
|
||||
width: 690rpx;
|
||||
height: 250rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 25rpx;
|
||||
}
|
||||
.home_block_left.data-v-1cf27b2a {
|
||||
width: 250rpx;
|
||||
height: 250rpx;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
margin-right: 25rpx;
|
||||
}
|
||||
.home_block_right.data-v-1cf27b2a {
|
||||
flex: 1;
|
||||
}
|
||||
.home_block_right_title.data-v-1cf27b2a {
|
||||
font-weight: 600;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.home_block_right_info.data-v-1cf27b2a {
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
margin-top: 25rpx;
|
||||
}
|
||||
.home_block_right_button.data-v-1cf27b2a {
|
||||
width: 128rpx;
|
||||
height: 48rpx;
|
||||
background: #ff2a2a;
|
||||
box-shadow: 0rpx 2rpx 4rpx 2rpx #dbdbdb;
|
||||
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 800;
|
||||
font-size: 20rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.shareBlock.data-v-1cf27b2a {
|
||||
margin: auto;
|
||||
width: 650rpx;
|
||||
height: 688rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
||||
padding: 20rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.shareBlock_close.data-v-1cf27b2a {
|
||||
width: 68rpx;
|
||||
height: 68rpx;
|
||||
}
|
||||
.shareBlock_code.data-v-1cf27b2a {
|
||||
width: 392rpx;
|
||||
height: 392rpx;
|
||||
}
|
||||
.shareBlock_info.data-v-1cf27b2a {
|
||||
font-size: 24rpx;
|
||||
color: #cccccc;
|
||||
margin: 24rpx 0;
|
||||
}
|
||||
.shareBlock_codeInfo.data-v-1cf27b2a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.shareBlock_codeInfo_left.data-v-1cf27b2a {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.shareBlock_codeInfo_right.data-v-1cf27b2a {
|
||||
margin-left: 20rpx;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
}
|
||||
Reference in New Issue
Block a user