58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
.main.data-v-35ae074c {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: #f6f7f8;
|
|
box-sizing: border-box;
|
|
padding: 32rpx;
|
|
}
|
|
.main .goAppBox.data-v-35ae074c {
|
|
margin-top: 24rpx;
|
|
width: 100%;
|
|
height: 120rpx;
|
|
background: #ffffff;
|
|
border-radius: 6rpx;
|
|
box-sizing: border-box;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .goAppBox .appLeft.data-v-35ae074c {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .goAppBox .appLeft .goAppIcon.data-v-35ae074c {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
margin-right: 16rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.main .goAppBox .appLeft .appName.data-v-35ae074c {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .goAppBox .appRight.data-v-35ae074c {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .goAppBox .appRight .search.data-v-35ae074c {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .goAppBox .appRight .searchIcon.data-v-35ae074c {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-left: 4rpx;
|
|
}
|
|
|