1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .center.data-v-5f827c98 {
- border-radius: 20rpx;
- color: #ffffff;
- box-shadow: 0 0 16rpx 4rpx rgba(55, 68, 134, 0.3);
- }
- .center .nickname.data-v-5f827c98 {
- font-weight: bold;
- }
- .u-flex-column.data-v-5f827c98 {
- flex-direction: column;
- height: 100%;
- }
- .bg-title.data-v-5f827c98 {
- background-color: #f3f4f6;
- }
- .list .item.data-v-5f827c98 {
- border: 1px solid #cccccc;
- width: calc((100vw - 120rpx) / 3);
- padding: 40rpx 30rpx;
- margin-bottom: 30rpx;
- border-radius: 10rpx;
- }
- .list .item.data-v-5f827c98:nth-child(3n-1) {
- margin-left: 30rpx;
- margin-right: 30rpx;
- }
- .list .item .price.data-v-5f827c98 {
- color: #fc4c57;
- }
- .interests .item.data-v-5f827c98 {
- width: calc((100vw - 120rpx) / 3);
- margin-bottom: 30rpx;
- height: 250rpx;
- }
- .interests .item.data-v-5f827c98:nth-child(3n-1) {
- margin-left: 30rpx;
- margin-right: 30rpx;
- }
- .vip-footer.data-v-5f827c98 {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- background-color: #ffffff;
- z-index: 999;
- }
|