1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-457cfe48 {
- min-height: 100vh;
- background: #f5f5f5;
- padding: 20rpx;
- }
- .header.data-v-457cfe48 {
- padding: 30rpx 0;
- text-align: center;
- }
- .header .title.data-v-457cfe48 {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- }
- .content.data-v-457cfe48 {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- min-height: 60vh;
- }
- .placeholder.data-v-457cfe48 {
- text-align: center;
- padding: 60rpx;
- }
- .placeholder .placeholder-text.data-v-457cfe48 {
- font-size: 120rpx;
- display: block;
- margin-bottom: 30rpx;
- }
- .placeholder .placeholder-title.data-v-457cfe48 {
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- display: block;
- margin-bottom: 20rpx;
- }
- .placeholder .placeholder-desc.data-v-457cfe48 {
- font-size: 28rpx;
- color: #666;
- display: block;
- margin-bottom: 40rpx;
- }
- .placeholder .go-shopping-btn.data-v-457cfe48 {
- background: #FF6600;
- color: white;
- border: none;
- border-radius: 40rpx;
- padding: 20rpx 40rpx;
- font-size: 28rpx;
- }
- .placeholder .go-shopping-btn.data-v-457cfe48:active {
- background: #E55A00;
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- }
|