MrShi
2 天以前 eb7a808aaf7dd0a6dd2ff70f9ef3f8ce0b1e31d1
small-program/unpackage/dist/dev/mp-weixin/pages/details-entry/details-entry.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,169 @@
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 import è¿™ä¸ªæ–‡ä»¶
 */
/* uni.scss */
/* é¢œè‰²å˜é‡ */
/* è¡Œä¸ºç›¸å…³é¢œè‰² */
/* æ–‡å­—基本颜色 */
/* èƒŒæ™¯é¢œè‰² */
/* è¾¹æ¡†é¢œè‰² */
/* å°ºå¯¸å˜é‡ */
/* æ–‡å­—尺寸 */
/* å›¾ç‰‡å°ºå¯¸ */
/* Border Radius */
/* æ°´å¹³é—´è· */
/* åž‚直间距 */
/* é€æ˜Žåº¦ */
/* æ–‡ç« åœºæ™¯ç›¸å…³ */
.container.data-v-1ce3ee54 {
  width: 100%;
  padding-bottom: 140rpx;
}
.container .list.data-v-1ce3ee54 {
  width: 100%;
  padding: 0 30rpx;
  box-sizing: border-box;
}
.container .list .list-item.data-v-1ce3ee54 {
  width: 100%;
  padding: 30rpx 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #E5E5E5;
}
.container .list .list-item .list-item-label.data-v-1ce3ee54 {
  width: 245rpx;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 30rpx;
  color: #777777;
}
.container .list .list-item .imgList.data-v-1ce3ee54 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20rpx;
}
.container .list .list-item .imgList .imgItem.data-v-1ce3ee54 {
  width: 144rpx;
  height: 144rpx;
  border-radius: 8rpx;
  overflow: hidden;
}
.container .list .list-item .imgList .imgItem image.data-v-1ce3ee54 {
  height: 100%;
}
.container .list .list-item .idcard.data-v-1ce3ee54 {
  width: 100%;
  display: flex;
  align-items: center;
}
.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54 {
  flex: 1;
  height: 216rpx;
  overflow: hidden;
  border-radius: 8rpx;
  border: 1rpx solid #E5E5E5;
}
.container .list .list-item .idcard .idcard-image.data-v-1ce3ee54:first-child {
  margin-right: 22rpx;
}
.container .list .list-item .idcard .idcard-image image.data-v-1ce3ee54 {
  width: 100%;
  height: 100%;
}
.container .list .list-item .list-item-value.data-v-1ce3ee54 {
  flex: 1;
  text-align: right;
  font-weight: 400;
  font-size: 30rpx;
  color: #222222;
}
.container .head.data-v-1ce3ee54 {
  width: 100%;
  padding: 70rpx 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .head .head-top.data-v-1ce3ee54 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .head .head-top image.data-v-1ce3ee54 {
  width: 60rpx;
  height: 56rpx;
  margin-right: 20rpx;
}
.container .head .head-top text.data-v-1ce3ee54 {
  font-weight: 600;
  font-size: 40rpx;
}
.container .head .head-bottom.data-v-1ce3ee54 {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
  margin-top: 34rpx;
}
.container .head.head-0.data-v-1ce3ee54 {
  background: rgba(255, 114, 0, 0.08);
}
.container .head.head-0 .head-top text.data-v-1ce3ee54 {
  color: #FA8010;
}
.container .head.head-1.data-v-1ce3ee54 {
  background: rgba(0, 211, 113, 0.1);
}
.container .head.head-1 .head-top text.data-v-1ce3ee54 {
  color: #00D371;
}
.container .head.head-3.data-v-1ce3ee54 {
  background: rgba(0, 211, 113, 0.1);
}
.container .head.head-3 .head-top text.data-v-1ce3ee54 {
  color: #00D371;
}
.container .head.head-2.data-v-1ce3ee54 {
  background: rgba(255, 0, 0, 0.08);
}
.container .head.head-2 .head-top text.data-v-1ce3ee54 {
  color: #FF0000;
}
.container .footer-btn.data-v-1ce3ee54 {
  width: 100%;
  padding: 20rpx 30rpx;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
.container .footer-btn .pay-btn.data-v-1ce3ee54, .container .footer-btn .reapply-btn.data-v-1ce3ee54 {
  width: 100%;
  height: 88rpx;
  background: #10B2FA;
  border-radius: 44rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 32rpx;
  color: #fff;
}