You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- /* pages/Bluetooth1/Bluetooth1.wxss */
- .btnlist{
- display: flex;
- flex-wrap: wrap;
- margin: 30rpx;
- }
- .btnli{
- width: 33%;
- margin-top: 30rpx;
- }
- .locktext{
- margin: 30rpx;
- font-size: 24rpx;
- line-height: 40rpx;
- color: #999;
- }
|