mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
提交
This commit is contained in:
22
App.vue
22
App.vue
@@ -71,6 +71,28 @@
|
||||
border-right: 1px solid #bdbdbd;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
uni-modal {
|
||||
.uni-modal {
|
||||
width: 288px !important;
|
||||
max-width: 288px !important;
|
||||
border-radius: 26upx;
|
||||
.uni-modal__bd{
|
||||
font-size: 36upx;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
padding: 33px 25px 33px 25px;
|
||||
}
|
||||
.uni-modal__ft{
|
||||
font-size: 32upx;
|
||||
.uni-modal__btn_default{
|
||||
color: #333333;
|
||||
}
|
||||
.uni-modal__btn_primary{
|
||||
color: #387DF7;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**统一样式*/
|
||||
.fixed-field{
|
||||
|
||||
Reference in New Issue
Block a user