|
|
@@ -1 +1,156 @@
|
|
|
-/* pages/select-info/index.wxss */
|
|
|
+.first {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ height: 96rpx;
|
|
|
+ width: 100%;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border-bottom: 2rpx solid rgba(238, 238, 238, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.leftinfo {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+}
|
|
|
+
|
|
|
+.tipleft {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ margin-left: 50rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.tipright {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.radio {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ margin-right: 50rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.radios {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.midden {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ margin-right: 30rpx;
|
|
|
+ height: 96rpx;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border-bottom: 2rpx solid rgba(238, 238, 238, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.rzinfo {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ margin-left: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.infodetail {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(36, 98, 186, 1);
|
|
|
+ margin-right: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.infodetail1 {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ margin-right: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.jiantou {
|
|
|
+ width: 17rpx;
|
|
|
+ height: 29rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.last {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 174rpx;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.touxiang {
|
|
|
+ width: 102rpx;
|
|
|
+ height: 102rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-left: 50rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.rightinfo {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.name {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ margin-left: 37rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.otherdetail {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ margin-left: 37rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.fgx {
|
|
|
+ width: 100%;
|
|
|
+ height: 20rpx;
|
|
|
+ background: rgba(238, 238, 238, 1);
|
|
|
+}
|
|
|
+
|
|
|
+/* btn */
|
|
|
+
|
|
|
+.fixed-footer {
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-group {
|
|
|
+ background: #fff;
|
|
|
+ padding: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.selfBtn {
|
|
|
+ display: flex;
|
|
|
+ height: 106rpx;
|
|
|
+ line-height: 88rpx;
|
|
|
+ align-items: center;
|
|
|
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
|
+ background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
|
|
|
+ border-radius: 53rpx;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 38rpx;
|
|
|
+ font-family: SourceHanSansCN-Normal;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(255, 254, 254, 1);
|
|
|
+}
|