/* pages/myModule/components/myCollect/myAttention.wxss */ .my-attention-page{ min-height: calc(100vh - 140rpx); } .attention-view { background: #fff; padding: 30rpx; border-radius: 20rpx; box-shadow: -1px 3px 12px 4px rgba(186, 186, 186, 0.1); } .attention-view .attention-title-view{ font-size: 30rpx; font-weight: bold; color: #333; margin-bottom: 5rpx; } .attention-view .attention-title-view .sub-title{ font-size: 22rpx; font-weight: normal; color: #999; } .attention-view .attention-info{ font-size: 22rpx; color: #556fb5; margin-bottom: 30rpx; } /* .attention-view .attention-type{ padding-bottom: 10rpx; } */ .attention-view .attention-type .item-type{ text-align: center; box-sizing: border-box; height: 69rpx; line-height: 68rpx; border: 1px solid #556fb5; border-radius: 34rpx; color: #556fb5; font-size: 31rpx; margin-bottom: 20rpx; } .attention-view .attention-type .item-type.isActive{ color: #fff; border: 0; background: #5e73e5; } .submit-btn{ margin-top: 60rpx; box-sizing: border-box; padding: 0 40rpx; }