12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "UTF-8";
- .text-center.data-v-0de5b780 {
- text-align: center;
- }
- .font-weight.data-v-0de5b780 {
- font-weight: bold;
- }
- .page-width.data-v-0de5b780 {
- width: 100%;
- }
- .goods-hover-class.data-v-0de5b780 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-0de5b780 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-0de5b780 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-0de5b780 {
- width: 100%;
- }
- .u-hover-class.data-v-0de5b780 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-0de5b780 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .participant.data-v-0de5b780 {
- width: 638rpx;
- border-top: 1rpx solid #e2e2e2;
- }
- .participant .title.data-v-0de5b780 {
- font-size: 28rpx;
- line-height: 1;
- text-align: center;
- color: #353535;
- margin: 40rpx 0 32rpx 0;
- }
- .participant .avatar.data-v-0de5b780 {
- width: 56rpx;
- height: 56rpx;
- margin-bottom: 20rpx;
- margin-right: 8rpx;
- }
- .participant .margin-right.data-v-0de5b780 {
- margin-right: 6rpx;
- }
- .participant .no-more.data-v-0de5b780 {
- margin-top: 12rpx;
- font-size: 24rpx;
- color: #999999;
- text-align: center;
- }
|