| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* pages/home/home.wxss */
- @import '../list/list.wxss';
- .first {
- color: #f00;
- }
- .box {
- width: 500rpx;
- height: 500rpx;
- background: #f00;
- }
- .box1 {
- width: 300rpx;
- height: 300rpx;
- background: #ff0;
- }
- .demo-text-1,.demo-text-2,.demo-text-3 {
- width: 100%;
- height: 150px;
- }
- .demo-text-1{
- background: #00f;
- }
- .demo-text-2{
- background: aqua;
- }
- .demo-text-3{
- background: hotpink;
- }
- .page-section-spacing{
- margin-top: 60rpx;
- }
- .scroll-view_H{
- white-space: nowrap;
- }
- .scroll-view-item{
- height: 300rpx;
- }
- .scroll-view-item_H{
- display: inline-block;
- width: 100%;
- height: 300rpx;
- }
- #demo1,#demo2,#demo3 {
- width: 100px;
- height: 150px;
- margin-left: 20px;
- }
|