1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- .text-center {
- text-align: center;
- }
- .font-weight {
- font-weight: bold;
- }
- .page-width {
- width: 100%;
- }
- .goods-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width {
- width: 100%;
- }
- .u-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- /* 首页 */
- .index {
- position: absolute;
- min-height: 100%;
- width: 100%;
- background-color: #f7f7f7;
- }
- /* 挑选礼物 */
- /* 送礼方式 */
- .gift-method {
- position: relative;
- top: -20rpx;
- }
- /* 祝福留言 */
- .blessing-message {
- position: relative;
- top: -20rpx;
- }
- /* 生成礼包 */
- .generate-package {
- position: relative;
- top: -20rpx;
- }
- /* 导航 */
|