|
|
@@ -0,0 +1,42 @@
|
|
|
+.clear {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ height: 76rpx;
|
|
|
+ width: 100%;
|
|
|
+ border-bottom: 1rpx solid rgba(221, 221, 221, 1);
|
|
|
+ border-top: 1rpx solid rgba(242, 242, 242, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.cleartip {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(34, 34, 34, 1);
|
|
|
+ margin-left: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.jiantou {
|
|
|
+ width: 17rpx;
|
|
|
+ height: 29rpx;
|
|
|
+ margin-right: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.about {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ height: 76rpx;
|
|
|
+ width: 100%;
|
|
|
+ border-bottom: 1rpx solid rgba(221, 221, 221, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.aboutus {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SourceHanSansCN-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(34, 34, 34, 1);
|
|
|
+ margin-left: 30rpx;
|
|
|
+}
|