| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .store-info.data-v-5040d364 {
- padding: 46rpx 30rpx;
- justify-content: flex-start;
- align-items: center;
- }
- .store-info .store-logo.data-v-5040d364 {
- width: 82rpx;
- height: 82rpx;
- border-radius: 50%;
- background: #eee;
- border-radius: 5px;
- margin-right: 17rpx;
- }
- .store-info .store-name.data-v-5040d364 {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- }
- .money-box.data-v-5040d364 {
- font-size: 60rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- padding: 30rpx 30rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .money-box input.data-v-5040d364 {
- flex-grow: 1;
- padding-left: 20rpx;
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- }
- .sub.data-v-5040d364 {
- margin: 138rpx auto 0;
- width: 685rpx;
- line-height: 93rpx;
- background: #901B21;
- border-radius: 5px;
- text-align: center;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- .disable.data-v-5040d364 {
- background-color: #999;
- }
- .place.data-v-5040d364 {
- font-size: 24rpx;
- }
|