更新:登录功能
This commit is contained in:
19
uni_modules/wot-design-uni/components/wd-img/index.scss
Normal file
19
uni_modules/wot-design-uni/components/wd-img/index.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "./../common/abstracts/_mixin.scss";
|
||||
@import "./../common/abstracts/variable.scss";
|
||||
|
||||
@include b(img) {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
@include e(image) {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@include when(round) {
|
||||
overflow: hidden;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user