12 Star 70 Fork 14

xhhhhh / uni-app-style

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
width.scss 249 Bytes
Copy Edit Raw Blame History
theBestXH authored 2020-10-06 10:00 . first commit
// 定义宽度,历遍2-1000
@for $i from 2 through 1000 {
.w-#{$i} {
width: $i + rpx;
}
}
// 定义宽度百分比,遍历1-100
@for $i from 1 through 100 {
.w-#{$i}p {
width: $i * 1%;
}
}
.w-none {
width: auto !important;
}
CSS
1
https://gitee.com/thebestweb/uni-app-style.git
git@gitee.com:thebestweb/uni-app-style.git
thebestweb
uni-app-style
uni-app-style
master

Search