MrShi
2 天以前 8a899e63502939dbf034b90ba46741e0faa9023c
small-program/unpackage/dist/dev/mp-weixin/shop/pages/change-binding/change-binding.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,94 @@
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 import è¿™ä¸ªæ–‡ä»¶
 */
/* uni.scss */
/* é¢œè‰²å˜é‡ */
/* è¡Œä¸ºç›¸å…³é¢œè‰² */
/* æ–‡å­—基本颜色 */
/* èƒŒæ™¯é¢œè‰² */
/* è¾¹æ¡†é¢œè‰² */
/* å°ºå¯¸å˜é‡ */
/* æ–‡å­—尺寸 */
/* å›¾ç‰‡å°ºå¯¸ */
/* Border Radius */
/* æ°´å¹³é—´è· */
/* åž‚直间距 */
/* é€æ˜Žåº¦ */
/* æ–‡ç« åœºæ™¯ç›¸å…³ */
.box.data-v-6fbc0159 {
  width: 100%;
  padding: 38rpx 30rpx;
  box-sizing: border-box;
}
.box .btn.data-v-6fbc0159 {
  width: 100%;
  height: 88rpx;
  line-height: 88rpx;
  text-align: center;
  font-weight: 600;
  font-size: 32rpx;
  color: #FFFFFF;
  background: #004096;
  border-radius: 44rpx;
  margin-top: 60rpx;
}
.box .list.data-v-6fbc0159 {
  width: 100%;
  margin-top: 50rpx;
}
.box .list .input.data-v-6fbc0159 {
  width: 100%;
  height: 100rpx;
  display: flex;
  align-items: center;
  border-bottom: 1rpx solid #E5E5E5;
}
.box .list .input .input-label.data-v-6fbc0159 {
  width: 180rpx;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 28rpx;
  color: #111111;
  margin-right: 30rpx;
}
.box .list .input input.data-v-6fbc0159 {
  flex: 1;
  height: 100%;
  font-weight: 400;
  font-size: 28rpx;
  color: #111111;
}
.box .list .input .input-send.data-v-6fbc0159 {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 28rpx;
  color: #004096;
  margin-left: 30rpx;
}
.box .box-info.data-v-6fbc0159 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.box .box-info text.data-v-6fbc0159:nth-child(1) {
  font-weight: 600;
  font-size: 40rpx;
  color: #111111;
}
.box .box-info text.data-v-6fbc0159:nth-child(2) {
  font-weight: 400;
  font-size: 26rpx;
  color: #999999;
  margin-top: 20rpx;
}