style
This commit is contained in:
@@ -252,3 +252,32 @@ export default {
|
||||
border: 2rpx solid #256BFA;
|
||||
color: #256BFA
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@media(min-width: 800px){
|
||||
.sex-content{
|
||||
.sex-content-left{
|
||||
width: 350rpx;
|
||||
.left-list-btn{
|
||||
font-size: 36rpx;
|
||||
}
|
||||
}
|
||||
.sex-content-right{
|
||||
.grid-sex{
|
||||
grid-template-columns:repeat(6,1fr);
|
||||
.sex-right-btn{
|
||||
font-size: 36rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.secondary-title{
|
||||
font-size: 38rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user